Skip to main content
Kyma currently serves 75 models across language, image, video, and audio. All models are verified working and accessible through the same /v1 API. Language models are pay-per-token; image and video are flat per-call or pay-per-second depending on SKU; audio is per-character (TTS), per-minute (transcription / understand), or flat per call (music, voice clone, voice design). Live catalog: GET /v1/models (model metadata) and GET /v1/pricing (full pricing — text + image + video + audio in one round-trip).

How to choose quickly

  • Start with qwen-3.6-plus if you want the best default for general work, coding, and reasoning.
  • Step up to qwen-3.7-max when you want the highest-quality Qwen for hard reasoning and multilingual work and cost is secondary.
  • Use grok-4.3 for frontier-quality general work and agentic coding at a balanced price.
  • Use gemini-3.5-flash when you need 1M context with multimodal input (image, audio, video) and fast responses.
  • Use kimi-k2.6 for tool-heavy agents, long coding sessions, and image-aware workflows.
  • Use deepseek-v4-pro for top reasoning and complex coding with 1M context.
  • Use deepseek-v4-flash when you want V4-family quality at the cheapest price.
  • Use gemini-2.5-flash when you need 1M context or cheap long-context throughput.
  • Use qwen-3-32b when latency matters and you still want strong coding quality.
  • Use glm-5.1 when you need a long-running coding agent for repo-scale engineering work.
  • Use sonar when the answer needs live web data with citations — current events, prices, releases (sonar-pro for deeper research).

Filter the catalog

The live GET /v1/models endpoint now supports capability filters so agents can select models programmatically instead of hardcoding a shortlist.

Qwen 3.6 Plus

#1 most popular. Closed-weight, highest quality overall. 131K context.

DeepSeek V4 Flash

Best value V4. 1M context, MIT, native reasoning. $0.19/M input.

DeepSeek V4 Pro

Top reasoning. 1.6T MoE flagship, 1M context, complex coding.

Kimi K2.5

Best for agents. Multimodal agentic model. 262K context.

Capability Guide

Tier 1 — Highest Quality

Tier 2 — High Quality

Live, web-grounded models that search the web on every request and return cited answers. They bill a small flat web-search fee on top of token cost — see Pricing → Web search. No tool-calling support: the search runs internally, you just ask a question. Alias searchsonar.

Image Generation

Async endpoint at POST /v1/images/generations — pay per image, no token billing. See the Image Generation guide for prompting tips and full examples.

Video Generation

Async endpoint at POST /v1/videos/generations — pay per second of generated footage. See the Video Generation guide for prompting tips and the full per-SKU breakdown.
For the live canonical list, use GET /v1/models. Disabled models are intentionally omitted from this page.
Models are updated regularly. Use GET /v1/models for the latest list.