silvamux/glm-5.3
Supported modalities
text
Input price¥8 / 1M tokensper 1M tokens
Output price¥28 / 1M tokensper 1M tokens
Context1M
Max output131K
Released2026-08-14

Pricing

Tune and Pro share the same prices.

Input contextInputOutputCache readCache write
-¥8 / 1M tokens¥28 / 1M tokens¥2 / 1M tokens¥8 / 1M tokens

Capabilities

Evaluation data not available yet

Performance

Performance data not available yet

Glm 5.3 example code and API

Proglm-5.3
/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",
    "messages": [{"role": "user", "content": "Hello, please introduce yourself"}]
  }'