Docs menu

Models

The catalog, generated from the same pinned sheet the meter bills from. The model id is what you pass as model; context window and max output are in tokens. Rates are on the price page.

Model idNameContext windowMax output tokens
glm-5.3GLM-5.31,000,000131,072
glm-5.2GLM-5.21,000,000131,072
glm-5.1GLM-5.1202,75232,768
kimi-k3Kimi K31,048,576131,072
kimi-k2.7-codeKimi K2.7 Code262,144262,144
kimi-k2.6Kimi K2.6262,14465,536
mimo-v2.5-proMiMo V2.5 Pro1,048,576128,000
mimo-v2.5MiMo V2.51,000,000128,000
minimax-m3MiniMax M31,000,000131,072
minimax-m2.7MiniMax M2.7204,800131,072
qwen3.8-maxQwen3.8 Max1,000,000131,072
qwen3.7-plusQwen3.7 Plus1,000,00065,536
qwen3.7-maxQwen3.7 Max1,000,00065,536
qwen3.6-plusQwen3.6 Plus1,000,00065,536
hy3Hy3256,00064,000
longcat-2.0LongCat 2.01,000,000131,072
muse-spark-1.2Muse Spark 1.21,048,576131,072
deepseek-v4-proDeepSeek V4 Pro1,000,000384,000
deepseek-v4-flash-vision-expDeepSeek V4 Flash Vision Exp1,000,000384,000
deepseek-v4-flashDeepSeek V4 Flash1,000,000384,000
grok-4.6Grok 4.6500,000500,000
gpt-5.6-lunaGPT 5.6 Luna1,050,000128,000

Notes#

  • Every model works on all three wires. Pass any id to /v1/chat/completions, /v1/responses or /v1/messages; no model is restricted to one endpoint.
  • max_tokens above the max output is lowered, not rejected. Ask for more than a model serves and the request goes through at the model's cap. See Limitations for one model where the cap does not hold.
  • Context windows are enforced by the model, not by Sator. A prompt longer than the window is rejected as a 400 or 422 with the model's own message relayed. See Errors.
  • Four models are tiered. qwen3.7-plus, qwen3.6-plus, grok-4.6 and gpt-5.6-luna switch to a second rate set for the whole request when the input side exceeds 200,000 tokens. Both rate sets are on the price page.
  • Discover them programmatically with GET /v1/models, which returns exactly these ids and needs no key.

Models may be added, changed or removed at any time; this page and GET /v1/models are regenerated from the sheet on every deploy, so they never disagree with each other or with your bill.