Don’t know which model to pick? Use an alias. Kyma resolves it to the best model for that category — and auto-updates when better models become available.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 Aliases
| Alias | Resolves To | Best For |
|---|---|---|
best | qwen-3.6-plus | Highest quality overall |
fast | qwen-3-32b | Fastest active coding / response path |
code | qwen-3-coder | Code-focused tasks |
cheap | gemini-2.5-flash | Lowest-cost active alias |
long-context | gemini-2.5-flash | 1M token context window |
vision | gemma-4-31b | Image input / multimodal |
reasoning | deepseek-r1 | Complex reasoning tasks |
agent | kimi-k2.6 | Agentic tool use workflows |
best-agent | kimi-k2.6 | Agentic tool use workflows (explicit alias) |
balanced | llama-3.3-70b | Good quality + speed balance |
glm-flagship | glm-5.1 | Long-running coding agents, repo-scale engineering |
search | sonar | Live web search with citations (current events, research) |
Audio Aliases
Kyma also exposes shortcuts for the audio stack. Use them with/v1/audio/transcriptions or /v1/audio/understand instead of memorising provider model IDs.
| Alias | Resolves To | Best For |
|---|---|---|
transcribe | whisper-v3-turbo | Speech-to-text, captions, voice agents (228× realtime) |
transcribe-quality | gpt-4o-mini-transcribe-2025-12-15 | High-accuracy transcription, multilingual code-switching (Vi/En), conversational audio |
audio-understand | gemini-3-flash-audio | Scene/tone/music recognition beyond transcription |
/v1/audio/speech), music (/v1/audio/music), SFX (/v1/audio/sfx), and voice ops (/v1/audio/voice-clone, /v1/audio/voice-design), pass the explicit model id (e.g. eleven-multilingual-v2, minimax-music-pro). Aliases for those will land once we settle on canonical defaults.
Usage
Use aliases anywhere you’d use a model ID:In Coding Agents
- Cline
- OpenClaw
- Aider
- Cursor
Set Model ID to
code in Cline settings.Transparency
When you use an alias, Kyma adds headers so you always know which model was used:Auto-Updates
Aliases are updated when better models become available. For example, if a new model outperformsqwen-3.6-plus, the best alias will point to it automatically — no config changes needed.
If you need a fixed model that never changes, use the full model ID (e.g., qwen-3.6-plus) instead of an alias.
Get Current Aliases
Smart Recommendations
Not sure which alias fits? Use the recommend API:cline, roo-code, openclaw, claude-code, aider, opencode, cursor, kilo-code.
See Models for full model details.