智谱 AI: zhipu/glm-5.3
glm-5.3
zhipu/glm-5.3Capabilities
4
ToolsThinkJSONCache
Context length
1M
Tokens
Max output tokens
128K
Tokens
Type
Chat
智谱 AI
Playground
Pricing
Pricing breakdown
Usage-based pricing, broken down by billing item at your current rates.
29.99% OFF
Input tokens
Standard rate
0.8 credits / 1M
Output tokens
Standard rate
2.8 credits / 1M
Cache read tokens
Standard rate
0.2 credits / 1M
Billing items are additive. Only one matching price tier applies to each item. Charges are calculated from actual usage per request, with each item rounded up.
API
cURL example
request.sh
POST
/v1/chat/completionsSynchronousOpenAI-compatible
curl "http://127.0.0.1:11113/v1/chat/completions" \ -X POST \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "zhipu/glm-5.3", "messages": [ { "role": "user", "content": "Explain model gateways in one sentence." } ]}'Set your API_KEY environment variable before running. Keep your key server-side.