Get started
Z AI

Glm 5

Glm 5 is a large language model by Z AI. Priced at $1 per million input tokens and $3.2 per million output tokens. Access Glm 5 through Inworld Router with OpenAI SDK compatibility, built-in failover, and intelligent routing across providers.

Step 1 — Create Router

curl --location 'https://api.inworld.ai/router/v1/routers' \ --header 'Authorization: Basic <your-api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "compare-frontier-models", "defaultRoute": { "route_id": "default", "variants": [ { "variant": { "variant_id": "fireworks/glm-5-a", "model_id": "fireworks/glm-5" }, "weight": 33 }, { "variant": { "variant_id": "deepinfra/glm-5-b", "model_id": "deepinfra/glm-5" }, "weight": 33 }, { "variant": { "variant_id": "deepinfra/glm-4-7-c", "model_id": "deepinfra/glm-4-7" }, "weight": 34 } ] } }'

Step 2 — Chat Completion

curl --location 'https://api.inworld.ai/v1/chat/completions' \ --header 'Authorization: Basic <your-api-key>' \ --header 'Content-Type: application/json' \ --data '{ "model": "inworld/compare-frontier-models", "messages": [{"role": "user", "content": "Hello!"}] }'

Glm 5 pricing and providers

Access Glm 5 through Inworld Router or Realtime API via 2 inference providers. Compare pricing and specs across providers below.
CapabilitiesInput modalitiesOutput modalities
FireworksFireworks$1.00$3.20
DeepInfraDeepInfra$0.80$2.56

Other Z AI models available through Inworld

Compare Glm 5 with other Z AI models available through Inworld Router or Realtime API.
CapabilitiesInput modalitiesOutput modalitiesInference provider
Glm 4.7$0.40$1.75
Glm 4.7 Flash$0.06$0.40
Zai Org/GLM 4.6$0.43$1.74
Zai Org/GLM 4.6V$0.30$0.90

Start building with Glm 5

Access Glm 5 and every other model through Inworld Router or Realtime API. Create your free account and start routing in minutes.
Copyright © 2021-2026 Inworld AI