---
title: "qwen-2-text-to-image API — Prezzi e Specifiche Qwen 2"
url: "https://runapi.ai/it/models/qwen-2/text-to-image.md"
canonical: "https://runapi.ai/it/models/qwen-2/text-to-image.md"
locale: "it"
model: "Qwen 2"
provider: "Alibaba"
variant_id: "qwen-2-text-to-image"
sdk_model_id: "qwen-2-text-to-image"
modality: "image"
price_from_cents: 6
billing_unit: "call"
status: "active"
---

# Qwen 2 qwen-2-text-to-image API

Usa qwen-2-text-to-image dalla famiglia Qwen 2 tramite RunAPI. Prezzi per chiamata, nessun abbonamento e le generazioni fallite non vengono mai addebitate.

## Pricing

**$0.060** per call

Le generazioni fallite non vengono addebitate

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `qwen-2-text-to-image` |
| Provider | Alibaba |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/qwen_2/text_to_image` |
| Status | active |

## Request example

```json
{
  "model": "qwen-2-text-to-image",
  "prompt": "Generate an isometric illustration of a cozy home office with warm lighting and plants on the desk."
}
```

## Install the skill

```sh
npx skills add runapi-ai/qwen-2 -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Qwen 2 qwen-2-text-to-image features to an application.

```json
{
  "model": "qwen-2-text-to-image"
}
```

## 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 Qwen 2 variants:

- [qwen-2-edit-image](https://runapi.ai/it/models/qwen-2/edit-image.md) — `edit-image` · $0.060
