Skip to main content

Model Request Ratios

Not every model costs the same slice of your plan. Each model has a ratio — how much of your allowance one call to it uses. Auto and flash models are the 1.0 floor. GLM-5.2 costs 2.0 — one call uses two requests’ worth. Your plan’s “requests per window” number is what that buys on Auto and other 1.0 models; GLM-5.2 calls consume twice as much. On Free (25 per 5-hour window) that is 25 Auto calls or 12 GLM-5.2 calls; a very long GLM-5.2 prompt costs 4.0 (down to 6 on Free).
Note: mid-tier models sit between 1.0 and 2.0; premium chat models cost more — see the table below. GLM-5.2 long-context surcharges are separate — see Long-context surcharge. Image models use a fixed ratio per image — see Image generation ratios. Promo ratio: Qwen3.8 27b is 0.5 through 2026-09-30 UTC (standard ratio 1). Promo ratio: DeepSeek-V4-Flash-0731 is 0.75 through 2026-09-30 UTC (standard ratio 1).

Ratios at a glance

Use the model name exactly as shown as the model value in your request. Tables below list models on subscription plans (Free through Max+). On-demand-only models (for example Kimi K3) are billed per token and are not shown here.
Legacy Auto Agent plans: Existing subscribers on Auto Agent Mini, Lite, Pro, or Max keep their grandfathered allowance at the same ratios until they choose to switch plans.

How many requests you get

Per 5-hour window

Per week

Weekly caps reset Monday 00:00 UTC.

Image generation ratios

Each successful image counts as one call. Ratios apply per image, not per token. You do not have to spend a window on one model — costs simply add up. On Pro, 600 GLM-5.2 calls (1,200) plus 400 Auto calls (400) is 1,600 requests’ worth.

Long-context surcharge

A GLM-5.2 request whose prompt exceeds 262,144 tokens costs 4.0 instead of 2.0.
  • GLM-5.2 is the only chat model with a context surcharge.
  • It is measured on input only. A long reply to a short prompt still costs 2.0.
  • The threshold is measured on upstream-reported input tokens after the call completes. X-Quota-Cost on the response uses a pre-flight estimate and may read lower until settlement; the dashboard is always exact.
If you routinely work above 262k tokens, DeepSeek-V4-Pro-0813 (alias DeepSeek-V4-Pro) and MiniMax M3 both have larger context windows and carry no surcharge.

Reading the cost at runtime

You never have to hardcode this table. GET /v1/models reports the ratio on every model:
quota_context_surcharge is present only on models whose cost scales with prompt size. Every response also carries what that specific call used:
Note: X-Quota-Remaining is read when the request is admitted, so with several requests in flight at once it can read slightly high. The dashboard under Billing is always exact.

What still counts as one request

The ratio changes how much a call costs, not which calls count:
  • success and client_error (4xx) count.
  • Upstream provider errors and capacity-unavailable situations do not count — a failed request is refunded in full, at whatever it would have cost.
  • The per-minute burst limit is unaffected. It is a hard cap on calls per minute and is never extended by credits.