Glm 5.3 Flash

Try in Playground
silvamux/glm-5.3-flash
Supported modalities
text·image·video
Input price¥0.4 / 1M tokensper 1M tokens
Output price¥1.4 / 1M tokensper 1M tokens
Context1M
Max output131K
Released2026-08-26

Pricing

Tune and Pro share the same prices.

Input contextInputOutputCache readCache write
-¥0.4 / 1M tokens¥1.4 / 1M tokens¥0.115 / 1M tokens¥0.4 / 1M tokens

Capabilities

Evaluation data not available yet

Performance

Performance data not available yet

Glm 5.3 Flash example code and API

Proglm-5.3-flash
/api/v0/chat/completions/api/v1/chat/completions/api/anthropic/v1/messages
UnifiedOpenAIAnthropic
curl https://www.silvamux.com/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "glm-5.3-flash",
    "messages": [{"role": "user", "content": "Hello, please introduce yourself"}]
  }'