glm-4.5-air API

Call glm-4.5-air through StarseaAPI's single OpenAI-compatible endpoint — no separate account, no multi-key setup.

Intelligence index unavailable

Pricing

Input$0.001 / 1M tokens
Output$0.002 / 1M tokens
Output multiplier×2.50

Use glm-4.5-air with any OpenAI SDK

from openai import OpenAI
client = OpenAI(
  base_url="https://starseaapi.com/v1",
  api_key="sk-your-key"
)
resp = client.chat.completions.create(
  model="glm-4.5-air",
  messages=[{"role":"user","content":"Explain quantum computing in one paragraph"}]
)
print(resp.choices[0].message.content)

In Claude Code / Cursor

Point base_url to https://starseaapi.com/v1 and select glm-4.5-air as your model. Everything else stays the same.

Why glm-4.5-air via StarseaAPI?

Get your API key → Compare all models