Documentation Index
Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Available models
| Model ID | Parameters | Context | Speed | Best For |
|---|---|---|---|---|
gemma-4-31b | 31B | 128K | Medium | Multimodal, vision |
gemma-4-26b-moe | 26B (MoE) | 128K | Fast | Efficient inference |
gemini-3-flash | — | 1M | Fast | Ultra-long context |
gemini-2.5-flash | — | 1M | Fast | Long context |
Gemma vs Gemini
- Gemma = open source, free inference on Google. Best for multimodal/vision tasks.
- Gemini = proprietary, paid per token. Best for ultra-long context (1M tokens).
Recommendation
Usegemma-4-31b for multimodal tasks — supports image understanding. Free inference via Google.
Use gemini-2.5-flash for long context — 1M token window covers entire codebases and books.
Model aliases
| Alias | Resolves to |
|---|---|
vision | gemma-4-31b |
long-context | gemini-2.5-flash |