Catalog capabilities
- Tool calling
- Streaming
- Structured output
- Reasoning
RouterLab publishes this GLM model under the model ID glm-5.3. The facts below come from the active RouterLab catalog.
Model ID
glm-5.3
Context window
1,310,720 tokens
Maximum output
262,144 tokens
Input / 1M tokens
$1.40
Output / 1M tokens
$4.40
Cache read / 1M tokens
$0.26
Cache write / 1M tokens
$1.40
Cache read reuses tokens already stored in the provider cache. Cache write creates or stores new cache tokens.
curl https://api.routerlab.ch/v1/chat/completions \
-H "Authorization: Bearer $ROUTERLAB_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"glm-5.3","messages":[{"role":"user","content":"Hello RouterLab"}]}'Related models