GLM-4.7 FlashFreeMiễn phí

z-ai/glm-4.7-flash
Also accepted:zai-org/glm-4.7-flash

GLM-4.7-Flash is a fast and efficient multilingual text generation model with a 131,072 token context window. Optimized for dialogue, instruction-following, and multi-turn tool calling across 100+ languages.

Upstream Providers
ZDR only
z-ai-byok
In$0Out$0TTFT200msTPS120.0 tps
No ZDRTools
ollama-byok
In$0Out$0TTFTTPS
No ZDRTools
z-ai
In$0.06Out$0.40TTFT200msTPS120.0 tps
CachedNo ZDRTools
deepinfra
In$0.06Out$0.40TTFT200msTPS120.0 tps
CachedNo ZDRTools
z-ai-coding-byok
In$0.06Out$0.40TTFT200msTPS120.0 tps
No ZDRTools
cloudflare
In$0.06Out$0.40TTFT200msTPS120.0 tps
ZDRTools
API Details
Uptime & Health
No uptime data yet

These providers haven't been health-probed for this model yet. The router still routes around upstreams that fail live requests — uptime fills in once probe history accrues.

Code samples
POST /api/v1/chat/completions
curl https://anyrouter.dev/api/v1/chat/completions \
  -H "Authorization: Bearer $ANYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "z-ai/glm-4.7-flash",
    "messages": [
      {"role": "user", "content": "Say hi in 3 words."}
    ]
  }'
No API key yetSet ANYROUTER_API_KEY Dashboard → Keys
Request example
{
  "model": "z-ai/glm-4.7-flash",
  "messages": [
    {
      "role": "user",
      "content": "Say hi in 3 words."
    }
  ]
}

Change sort, ZDR, effort, or pin a provider to add routing params.