---
title: "gpt-5.6-sol API — Prezzi e Specifiche GPT"
url: "https://runapi.ai/it/models/gpt/5.6-sol.md"
canonical: "https://runapi.ai/it/models/gpt/5.6-sol.md"
locale: "it"
model: "GPT"
provider: "OpenAI"
variant_id: "gpt-5.6-sol"
sdk_model_id: "gpt-5.6-sol"
modality: "text"
price_from_cents: 23
billing_unit: "1K tokens"
status: "active"
---

# GPT gpt-5.6-sol API

Usa gpt-5.6-sol dalla famiglia GPT tramite RunAPI. Prezzi per chiamata, nessun abbonamento e le generazioni fallite non vengono mai addebitate.

## Pricing

**$0.230** per 1K tokens

Le generazioni fallite non vengono addebitate

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `gpt-5.6-sol` |
| Provider | OpenAI |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
|  | `/v1beta/models/gpt-5.6-sol:generateContent` |
|  | `/v1beta/models/gpt-5.6-sol:streamGenerateContent` |
| Status | active |

## Request example

```json
{
  "model": "gpt-5.6-sol",
  "messages": [
    {
      "role": "user",
      "content": "Analyze this quarterly revenue data and produce a summary with key trends, anomalies, and three recommendations."
    }
  ]
}
```

## API endpoints

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

- `POST /v1/chat/completions`
- `POST /v1/responses`
- `POST /v1/messages`
- `POST /v1beta/models/gpt-5.6-sol:generateContent`
- `POST /v1beta/models/gpt-5.6-sol:streamGenerateContent`

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "gpt-5.6-sol"`.

## 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 GPT variants:

- [codex-auto-review](https://runapi.ai/it/models/gpt/codex-auto-review.md) — `codex-auto-review` · $0.150
- [gpt-5.2](https://runapi.ai/it/models/gpt/5.2.md) — `5.2` · $0.070
- [gpt-5.2-pro](https://runapi.ai/it/models/gpt/5.2-pro.md) — `5.2-pro` · $0.840
- [gpt-5.3-codex](https://runapi.ai/it/models/gpt/5.3-codex.md) — `5.3-codex` · $0.070
- [gpt-5.3-codex-spark](https://runapi.ai/it/models/gpt/5.3-codex-spark.md) — `5.3-codex-spark` · $0.070
- [gpt-5.4](https://runapi.ai/it/models/gpt/5.4.md) — `5.4` · $0.120
- [gpt-5.4-mini](https://runapi.ai/it/models/gpt/5.4-mini.md) — `5.4-mini` · $0.030
- [gpt-5.4-nano](https://runapi.ai/it/models/gpt/5.4-nano.md) — `5.4-nano` · $0.010
- [gpt-5.4-pro](https://runapi.ai/it/models/gpt/5.4-pro.md) — `5.4-pro` · $1.35
- [gpt-5.5](https://runapi.ai/it/models/gpt/5.5.md) — `5.5` · $0.230
- [gpt-5.5-pro](https://runapi.ai/it/models/gpt/5.5-pro.md) — `5.5-pro` · $1.35
- [gpt-5.6-luna](https://runapi.ai/it/models/gpt/5.6-luna.md) — `5.6-luna` · $0.050
- [gpt-5.6-terra](https://runapi.ai/it/models/gpt/5.6-terra.md) — `5.6-terra` · $0.120
