Back to Models

GLM-4.5-Air

Active
glm-4.5-air

Z.ai GLM-4.5-Air — lighter, cost-efficient OpenAI-compatible model with a 128K context window and automatic context caching.

Technical Specifications

Context Length128K tokens
Max Output98K tokens
Available Providers1
Lowest Input Price$0.20/1M tokens
Lowest Output Price$1.10/1M tokens

Capabilities

chatcodefunction_calling

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
Z.ai (Zhipu)
glm-4.5-air$0.20$1.10active

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "glm-4.5-air",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use GLM-4.5-Air?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.