---
title: "GLM glm-4.5-air API | RunAPI"
url: "https://runapi.ai/ko/models/glm/4.5-air.md"
canonical: "https://runapi.ai/ko/models/glm/4.5-air.md"
locale: "ko"
model: "GLM"
provider: "Z.ai"
variant_id: "glm-4.5-air"
sdk_model_id: "glm-4.5-air"
modality: "text"
price_from_cents: 1
billing_unit: "1K tokens"
status: "active"
---

# GLM glm-4.5-air API

RunAPI의 통합 AI API로 제공되는 모델 변형입니다.

## Pricing

**$0.010** per 1K tokens

실패한 생성은 과금되지 않습니다

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `glm-4.5-air` |
| Provider | Z.ai |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/chat/completions` |
| Status | active |

## Request example

```json
{
  "model": "glm-4.5-air",
  "messages": [
    {
      "role": "user",
      "content": "Read this multi-file repository, find the failing integration test, and propose a patch with an explanation of the root cause."
    }
  ]
}
```

## API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions`

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "glm-4.5-air"`.

## FAQ

### %{variant}는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

### 가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.


## Related

Other GLM variants:

- [glm-4.5](https://runapi.ai/ko/models/glm/4.5.md) — `4.5` · $0.020
- [glm-4.6](https://runapi.ai/ko/models/glm/4.6.md) — `4.6` · $0.020
- [glm-4.7](https://runapi.ai/ko/models/glm/4.7.md) — `4.7` · $0.020
- [glm-5](https://runapi.ai/ko/models/glm/5.md) — `5` · $0.020
- [glm-5-turbo](https://runapi.ai/ko/models/glm/5-turbo.md) — `5-turbo` · $0.020
- [glm-5.1](https://runapi.ai/ko/models/glm/5.1.md) — `5.1` · $0.030
