GLM-5.3 API
GLM-5.3-Flash 是 GLM-5 系列首个原生多模态模型,以极致低成本架构实现超越 GLM-5.2 的更强智能
Starting price 按实际 Token 用量计费 · Price snapshot
Waiting to refresh live prices…
Model pricing
Compare all public tiers and current prices for this series on one page.
Input
按实际 Token 用量计费
Output
总价 = 各类 Token 用量 × 对应单价
Context
—
Max output
—
- Model ID
-
glm-5.3 - Billing model
- Fixed combination billing
- Available groups
- default, svip
- Capabilities
- chat
- Combination pricing rules
按实际 Token 用量计费总价 = 各类 Token 用量 × 对应单价
- Token 单价由当前计费表达式推导;实际费用按请求用量结算
查看高级计费表达式
v2:tier("base", tokens(p, 1.142) + tokens(c, 4) + tokens(cr, 1.142) + tokens(cc, 1.4274999999999998) + tokens(img, 1.142) + tokens(ai, 1.142) + tokens(cc1h, 2.284) + tokens(ao, 1.142))
API reference
Base URL is https://api.rokoapi.com/v1. The model in requests must use the model IDs listed above.
curl https://api.rokoapi.com/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5.3",
"messages": [{"role":"user","content":"Introduce yourself in one sentence"}]
}' For more parameters, limits, and async task queries, read the GLM-5.3 developer guide. GLM-5.3 Developer guide · OpenAI · Authorization