---
title: "GLM glm-4.6 API — 定价与 Model Skill | RunAPI"
url: "https://runapi.ai/zh-CN/models/glm/4.6.md"
canonical: "https://runapi.ai/zh-CN/models/glm/4.6.md"
locale: "zh-CN"
model: "GLM"
provider: "Z.ai"
variant_id: "glm-4.6"
sdk_model_id: "glm-4.6"
modality: "text"
price_from_cents: 2
billing_unit: "1K tokens"
status: "active"
---

# GLM glm-4.6 API

同一把 API key，同一套 model skill 工作流——切换变体只需改模型 ID。

## Pricing

**$0.020** per 1K tokens

失败的生成不计费

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `glm-4.6` |
| 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.6",
  "messages": [
    {
      "role": "user",
      "content": "阅读这个多文件仓库，找出失败的集成测试，并给出补丁及根因说明。"
    }
  ]
}
```

## 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.6"`.

## FAQ

### 模型 ID 跨版本稳定吗？

RunAPI 保持模型 ID 稳定，并在不改变请求形态的前提下处理兼容版本刷新。

### 该变体的限流？

Key 级限流随使用层级伸缩。当前限制见定价页。

### 能切到其它变体吗？

可以——变体只是参数，改 model 字段即可。

### 支持流式吗？

模型支持流式时，RunAPI 端到端流式。

### 质量问题在哪里报？

在公共 GitHub 仓库提 issue 或邮件联系 support。


## Related

Other GLM variants:

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