G
Zhipu AIActive

GLM-4.5-Air API

Budget-friendly GLM model. Excellent value for bilingual Chinese-English tasks.

💰 Save up to 70% vs official Zhipu AI pricing
INPUT / 1M tokens
$0.11
OUTPUT / 1M tokens
$0.28
CONTEXT WINDOW
128K

Technical Specifications

ProviderZhipu AI
Model FamilyGLM-4.5-Air
Release Date2026-01
Context Window128K
Max Output Tokens4,096
Input Price$0.11 / 1M tokens
Output Price$0.28 / 1M tokens
Vision SupportNo
Function CallingYes ✓
JSON ModeNo
StreamingNo
Fine TuningNot Available
StatusActive ✓

Overview

GLM-4.5-Air is Zhipu AI's current glm-class AI model, released in 2026-01. Budget-friendly GLM model. Excellent value for bilingual Chinese-English tasks.

With a 128K context window and maximum output of 4,096 tokens, GLM-4.5-Air is well-suited for most affordable glm and good quality. At $0.11/1M input and $0.28/1M output, it offers extremely competitive pricing within the Zhipu AI ecosystem.

GLM-4.5-Air supports 2 capabilities: Bilingual, Tool Use. Fine-tuning is not available for this model. The model serves as an most affordable glm solution for developers building text-based AI applications.

Through AI API Hub, you can access GLM-4.5-Air with USDT & USDC payments, no credit card required. All via a fully OpenAI-compatible API — just change your base URL and start building in 30 seconds.

API Examples

Python

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.apiyihe.org/v1"
)

response = client.chat.completions.create(
    model="glm-4.5-air",
    messages=[
        {"role": "user", "content": "Hello"}
    ]
)

print(response.choices[0].message.content)

JavaScript / Node.js

import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.API_KEY,
  baseURL: "https://api.apiyihe.org/v1"
});

const response = await client.chat.completions.create({
  model: "glm-4.5-air",
  messages: [
    { role: "user", content: "Hello" }
  ]
});

console.log(response.choices[0].message.content);

cURL

curl https://api.apiyihe.org/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"}
    ]
  }'

Compare Alternatives

Frequently Asked Questions

What is GLM-4.5-Air?

GLM-4.5-Air is Zhipu AI's current glm model. Budget-friendly GLM model. Excellent value for bilingual Chinese-English tasks.. It features a 128K context window, supports Bilingual, Tool Use, and is available through AI API Hub with USDT/USDC payments.

How much does GLM-4.5-Air cost?

GLM-4.5-Air pricing: $0.11 per 1M input tokens, $0.28 per 1M output tokens. Pay-as-you-go with no minimum commitment. Sign up at AI API Hub and start with as little as $5.

GLM-4.5-Air vs GPT-5.5?

GLM-4.5-Air: $0.11/$1M input, 128K context. GPT-5.5: $5.00/$1M input, 256K context. GLM-4.5-Air is more cost-effective. Most affordable GLM. Compare them at /compare/glm-4.5-air-vs-gpt-5.5/.

GLM-4.5-Air context window?

GLM-4.5-Air has a 128K context window, capable of processing up to 128,000 tokens in a single request. Maximum output tokens: 4,096.

Does GLM-4.5-Air support function calling?

Yes, GLM-4.5-Air supports function/tool calling, allowing you to define functions that the model can invoke. This enables AI agents, API integrations, and structured data extraction.

Is GLM-4.5-Air multimodal?

No, GLM-4.5-Air is a text-only model. For multimodal use cases, consider models with vision/audio capabilities.

GLM-4.5-Air API rate limits?

GLM-4.5-Air rate limits: 10K RPM. Higher tier plans offer increased throughput. For high-volume production use, consider Zhipu AI's faster variant models.

How to access GLM-4.5-Air API?

Access GLM-4.5-Air through AI API Hub: (1) Register at api.apiyihe.org/register?aff=8JZC, (2) Deposit USDT/USDC, (3) Get your API key instantly, (4) Use the OpenAI-compatible endpoint https://api.apiyihe.org/v1 with model name "glm-4.5-air". Start building in under 30 seconds.

Get GLM-4.5-Air API Access

Pay with USDT & USDC. Same model, up to 70% less.

Create Account
Get API Key