Qwen
Qwen Immagine

phuocanh421994/Qwen_Image_3.0_Pro

ID modello: phuocanh421994/Qwen_Image_3.0_Pro
Famiglia
Qwen
Context
Non specificato
Importo minimo / request
0.00413 €
Request
126
Successo
77.8%
Tokens
9.21M
Uptime
24 ore faAdesso
7 giorni faAdesso

Listino prezzi

Input / 1M token
0.00413 €
Output / 1M token
0.00413 €
Per request
0.00413 €
Importo minimo / request
0.00413 €
Cronologia prezzi

I livelli di prezzo applicati nel tempo. La riga contrassegnata "attuale" è il prezzo in uso.

Attuale Dal 07/08/2026 - 13:42:25
Input / 1M token0.00413 € Output / 1M token0.00413 € Per request0.00413 € Importo minimo / request0.00413 €
Stima dei costi
Totale stimato 0 €
Media / request 0 €

Stima basata sui prezzi pubblicati. Con la cache di solito costa meno.

Endpoint supportati
https://api.xah.io/v1/images/generations
Metodo POST · application/json
Autenticazione Bearer token (API key)
Rate limit 10 req/min
Tipi di API Immagine

Note tecniche

Qwen Image Generation and Editing 3.0 model that supports both text-to-image (T2I) and image-to-image/image editing (I2I).
Image resolution:
- Text-to-image (T2I): Total pixels must be between 512x512 and 2048x2048.
- Image-to-image (I2I): Total pixels must be between 512x512 and 2048x2048.

Image format: PNG

Condividi

curl 'https://api.xah.io/v1/images/generations' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "phuocanh421994/Qwen_Image_3.0_Pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/images/generations', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "phuocanh421994/Qwen_Image_3.0_Pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/images/generations'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "phuocanh421994/Qwen_Image_3.0_Pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "phuocanh421994/Qwen_Image_3.0_Pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}
Prova subito

Questo modello non supporta la chat testuale, quindi non può essere provato qui.

Recensioni e commenti
0.0 / 0 recensioni
Caricamento delle recensioni...
Contatta il supporto
Siamo sempre pronti ad aiutarla