Skip to main content
Don’t know which model to pick? Use an alias. Kyma resolves it to our current pick for that category, so you don’t have to memorise model IDs.

Available Aliases

fast and cheap are chosen from our own production traffic, not from vendor claims — median latency over the last 28 days of successful, non-fallback requests. cheap is the cheapest model that still responds quickly, not the cheapest outright: the lowest price per token in the catalogue currently belongs to a model with a 75-second median, which is cheap and unusable.These are still curated picks that we re-measure periodically, not a live ranking. If you are optimising hard for one axis, compare the numbers on /models and call that model by its full ID.

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.
For TTS (/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

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:

When Aliases Change

An alias is a lookup table in the API — nothing scores or re-ranks models behind it. An alias keeps pointing at the same model until we change the table, which we do when a materially better model ships. So a mapping can change between releases, but never mid-flight and never on its own. Two things follow:
  • Pin what you depend on. If you need a model that cannot change under you, use the full model ID (e.g. qwen-3.6-plus) instead of an alias.
  • Check the mapping any time with curl https://kymaapi.com/v1/models | jq '.aliases', or read X-Kyma-Model on any response to see what actually served it.

Get Current Aliases

Smart Recommendations

Not sure which alias fits? Use the recommend API:
Supported agents: cline, roo-code, openclaw, claude-code, aider, opencode, cursor, kilo-code. See Models for full model details.