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

# GLM glm-4.5 API

Een modelvariant beschikbaar via de uniforme AI-API van RunAPI.

## Pricing

**$0.020** per 1K tokens

Mislukte generaties worden niet in rekening gebracht

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `glm-4.5` |
| 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",
  "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"`.

## FAQ

### Is de model-ID stabiel tussen versies?

RunAPI houdt de model-ID stabiel en verwerkt compatibele versie-updates zonder de opzet van je request te wijzigen.

### Wat is de rate limit voor deze variant?

Rate limits per key schalen mee met je usage tier. Bekijk de prijzenpagina voor de actuele limieten.

### Kan ik later van variant wisselen?

Ja — variant is een flag. Wissel door de modelparameter aan te passen.

### Ondersteunt het streaming?

Waar streaming beschikbaar is, streamt RunAPI end-to-end.

### Waar meld ik kwaliteitsproblemen?

Open een issue in de publieke GitHub-repo of mail support.


## Related

Other GLM variants:

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