跳至内容

GLM-4.5 Air - 智谱 AI 免费模型,131K 上下文

GLM-4.5 Air - 智谱 AI 免费模型

GLM-4.5 Air 完全免费,$0/M input tokens,$0/M output tokens。

模型信息

属性
上下文长度131,072 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商Z.Ai (智谱)
状态免费

描述

GLM-4.5-Air 是智谱最新旗舰模型家族的轻量变体,同样采用 Mixture-of-Experts (MoE) 架构,专为 agent-centric 应用优化。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "z-ai/glm-4.5-air:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接