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

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

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

## Pricing

**$0.040** per call

Le generazioni fallite non vengono addebitate

## Spec sheet

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

## Request example

```json
{
  "model": "qwen-image-text-to-image",
  "prompt": "Crea un poster di viaggio cinematografico su Hangzhou al crepuscolo, con un titolo bilingue nitido riflesso sul lago."
}
```

## Install the skill

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

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

```json
{
  "model": "qwen-image-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 Image variants:

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