---
title: "‏GLM glm-5-turbo API — الأسعار وmodel skill | RunAPI"
url: "https://runapi.ai/ar/models/glm/5-turbo.md"
canonical: "https://runapi.ai/ar/models/glm/5-turbo.md"
locale: "ar"
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

إصدار نموذج متاح عبر واجهة AI API الموحدة من RunAPI.

## 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

### هل معرّف النموذج ثابت عبر الإصدارات؟

يحافظ RunAPI على ثبات معرّف النموذج ويتعامل مع تحديثات الإصدارات المتوافقة دون تغيير شكل طلبك.

### ما حد المعدل لهذا المتغير؟

تتدرج حدود المعدل لكل مفتاح بحسب مستوى الاستخدام. راجع صفحة التسعير للاطلاع على الحدود الحالية.

### هل يمكنني التبديل إلى متغيرات أخرى لاحقًا؟

نعم — المتغير مجرد خيار. بدّل عبر تغيير معامل model.

### هل يدعم البث المباشر؟

حيثما يتوفر البث، يقدّم RunAPI البث من البداية إلى النهاية.

### أين أبلغ عن مشاكل الجودة؟

افتح issue في مستودع GitHub العام أو راسل الدعم عبر البريد الإلكتروني.


## Related

Other GLM variants:

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