---
title: "GLM glm-5-turbo API — 價格與 model skill | RunAPI"
url: "https://runapi.ai/zh-TW/models/glm/5-turbo.md"
canonical: "https://runapi.ai/zh-TW/models/glm/5-turbo.md"
locale: "zh-TW"
model: "GLM"
provider: "Z.ai"
variant_id: "glm-5-turbo"
sdk_model_id: "glm-5-turbo"
modality: "text"
price_from_cents: 2
billing_unit: "1K tokens"
status: "active"
---

# GLM glm-5-turbo API

透過 RunAPI 統一 AI API 提供的模型變體。

## Pricing

**$0.020** per 1K tokens

失敗的生成不收費

## Spec sheet

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

## Request example

```json
{
  "model": "glm-5-turbo",
  "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-5-turbo"`.

## FAQ

### 模型 ID 在不同版本之間會保持穩定嗎？

RunAPI 會維持 model ID 穩定，並在不改變請求格式的情況下處理相容版本更新。

### 這個 variant 的速率限制是多少？

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

### 之後可以切換 variant 嗎？

可以——variant 只是旗標。只要變更 model 參數即可切換。

### 它支援串流嗎？

只要支援串流，RunAPI 就會端到端串流。

### 我該在哪裡回報品質問題？

請在公開 GitHub repo 提交 issue，或寄信給支援。


## Related

Other GLM variants:

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