---
title: "glm-5.2 API — Prezzi e Specifiche GLM"
url: "https://runapi.ai/it/models/glm/5.2.md"
canonical: "https://runapi.ai/it/models/glm/5.2.md"
locale: "it"
model: "GLM"
provider: "Z.ai"
variant_id: "glm-5.2"
sdk_model_id: "glm-5.2"
modality: "text"
price_from_cents: 3
billing_unit: "1K tokens"
status: "active"
---

# GLM glm-5.2 API

Usa glm-5.2 dalla famiglia GLM tramite RunAPI. Prezzi per chiamata, nessun abbonamento e le generazioni fallite non vengono mai addebitate.

## Pricing

**$0.030** per 1K tokens

Le generazioni fallite non vengono addebitate

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `glm-5.2` |
| Provider | Z.ai |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
|  | `/v1beta/models/glm-5.2:generateContent` |
|  | `/v1beta/models/glm-5.2:streamGenerateContent` |
| Status | active |

## Request example

```json
{
  "model": "glm-5.2",
  "messages": [
    {
      "role": "user",
      "content": "Leggi questo repository multi-file, trova il test di integrazione che fallisce e proponi una patch spiegando la causa principale."
    }
  ]
}
```

## API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions`
- `POST /v1/responses`
- `POST /v1/messages`
- `POST /v1beta/models/glm-5.2:generateContent`
- `POST /v1beta/models/glm-5.2:streamGenerateContent`

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "glm-5.2"`.

## FAQ

### L&#39;ID del modello resta stabile tra le versioni?

RunAPI mantiene stabile l’ID del modello e gestisce gli aggiornamenti di versione compatibili senza modificare la forma della richiesta.

### Qual è il rate limit di questa variante?

I limiti per chiave scalano in base al tier di utilizzo. Consulta la pagina prezzi per i limiti attuali.

### Posso cambiare variante in seguito?

Sì — la variante è un flag. Puoi cambiarla modificando il parametro model.

### Fa streaming?

Dove lo streaming è disponibile, RunAPI esegue lo streaming end-to-end.

### Dove posso segnalare problemi di qualità?

Apri un issue nel repository GitHub pubblico oppure scrivi all’assistenza.


## Related

Other GLM variants:

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