Models
Every model we serve
4 models, one OpenAI-compatible endpoint. Pass the id as model;
nothing else in your code changes.
| Model | In / 1M | Out / 1M | Spends a plan | Pick it for |
|---|---|---|---|---|
| DeepSeek V4 Flash deepseek-ai/DeepSeek-V4-Flash-0731 | $0.084 | $0.168 | ×1 | The baseline. Cheapest we serve, free tier included, and plan sizes are quoted in it. |
| MiniMax M2.7 MiniMaxAI/MiniMax-M2.7 | $0.18 | $0.72 | ×2.9 | The middle option. Reach for it when DeepSeek is not holding up and Kimi is more than you need. |
| GLM-5.2 zai-org/GLM-5.2-FP8 | $0.38 | $1.19 | ×5.4 | Long context (1M tokens) and the strongest reasoning scores on any card we carry. Paid plans only. |
| Kimi K2.6 moonshotai/Kimi-K2.6 | $0.35 | $1.46 | ×5.7 | Depth. Reach for it when a task needs the extra quality. |
"Spends a plan" is the burn rate shown in your console, measured against DeepSeek V4 Flash: ×2.9 means the same number of tokens uses nearly three times as much of your allowance. Prices verified August 14, 2026. Plan sizes on /pricing.
The cheapest model we serve and the one plan sizes are quoted in — MIT-licensed, 304B parameters, within a couple of points of Opus 4.8 on agentic benchmarks.
Open-weight agentic model within a point of Claude Opus 4.6 on published coding benchmarks.
The middle of the catalogue — 10B active parameters, half the price of Kimi, and a SWE-Bench Pro score matching GPT-5.3-Codex.
A 1M-token context window, an MIT licence and the strongest reasoning scores on any card we carry — paid plans only.
Paid plans only
Which one should I use?
Start on DeepSeek V4 Flash. It is the cheapest, it is what every "up to N tokens" figure on the pricing page is quoted in, and on its own card it lands within a couple of points of Claude Opus 4.8 on the agentic benchmarks. Move a task up when the extra depth shows up in your evals: MiniMax-M2.7 spends your plan about three times as fast, Kimi K2.6 nearly six — so move tasks, not everything. GLM-5.2 is for a 1M-token context or the reasoning scores on its card, and it needs a paid plan.
All of them answer the same endpoint, so switching is one string. If you are wiring this into an editor or a workflow tool, the setup guides have the exact fields per app.