---
title: "GLM glm-4.6 API — fiyatlandırma ve model skill | RunAPI"
url: "https://runapi.ai/tr/models/glm/4.6.md"
canonical: "https://runapi.ai/tr/models/glm/4.6.md"
locale: "tr"
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

RunAPI’nin birleşik AI API’si üzerinden sunulan bir model varyantı.

## Pricing

**$0.020** per 1K tokens

Başarısız üretimler ücretlendirilmez

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

## FAQ

### Model ID sürümler arasında sabit kalıyor mu?

RunAPI, model ID&#39;yi sabit tutar ve istek yapınızı değiştirmeden uyumlu sürüm yenilemelerini yönetir.

### Bu varyantta hız limiti nedir?

Anahtar bazlı hız limitleri kullanım kademesine göre ölçeklenir. Güncel limitler için fiyatlandırma sayfasına bakın.

### Daha sonra varyant değiştirebilir miyim?

Evet — varyant bir bayraktır. model parametresini değiştirerek geçiş yapın.

### Streaming destekliyor mu?

Streaming उपलब्ध olduğunda RunAPI uçtan uca stream eder.

### Kalite sorunlarını nereye bildirebilirim?

Herkese açık GitHub reposunda bir issue açın veya desteğe e-posta gönderin.


## Related

Other GLM variants:

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