GLM-4.5 Air

Balanced general and reasoning models with a particularly efficient Air tier.

Pricing

Input
$0.20
Output
$1.10
Cached input

USD / 1M tokens

All prices are shown in USD and exclude VAT, sales tax and any other applicable taxes. Tax is calculated and added at checkout based on your billing country. Business customers in the EU who supply a valid VAT number are invoiced under the reverse charge.

At a glance

Model ID
glm-4.5-air
Context window
128K
Request formats
Capabilities
  • Fast chat
  • Extraction
  • Tool use
01

Call it in one request

Point your existing client at the Hubrium base URL and pass this model ID.

curl https://api.hubrium.com/v1/chat/completions \
  -H "Authorization: Bearer $HUBRIUM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "glm-4.5-air",
    "messages": [
      {"role": "user", "content": "Explain this code."}
    ],
    "stream": true
  }'
MethodPathPurpose
GET/v1/modelsList models available to your API key
POST/v1/chat/completionsOpenAI chat, tools and streaming
POST/v1/responsesOpenAI Responses-compatible agent requests

Other models

More GLM models on the gateway.

Hubrium

One integration, every model

Use the same API key and model IDs with OpenAI- or Anthropic-compatible request formats.

Get API key