Qwen
Qwen Image

phuocanh421994/Qwen_Image_3.0_Pro

ID du modèle: phuocanh421994/Qwen_Image_3.0_Pro
Famille
Qwen
Contexte
Non communiqué
Prix minimum / requête
0.00413 €
Requêtes
126
Réussies
77.8%
Tokens
9.21M
Uptime
Il y a 24 hMaintenant
Il y a 7 joursMaintenant

Tarifs

Input / 1M tokens
0.00413 €
Output / 1M tokens
0.00413 €
Par requête
0.00413 €
Prix minimum / requête
0.00413 €
Historique des prix

Les niveaux de prix précédemment appliqués. La ligne marquée « actuel » est le prix en vigueur.

Actuel Depuis 07/08/2026 - 13:42:25
Input / 1M tokens0.00413 € Output / 1M tokens0.00413 € Par requête0.00413 € Prix minimum / requête0.00413 €
Estimateur de coût
Total estimé 0 €
Moyenne / requête 0 €

Estimation basée sur les prix affichés. Avec du cache, c'est généralement moins cher.

Endpoints pris en charge
https://api.xah.io/v1/images/generations
Méthode POST · application/json
Authentification Bearer token (clé API)
Rate limit 10 req/min
Types d'API Image

Notes techniques

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

Partager

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"
}
Essayer

Ce modèle ne prend pas en charge le chat textuel, il est donc impossible de l'essayer ici.

Notes et commentaires
0.0 / 0 avis
Chargement des avis...
Contacter le support
Nous sommes toujours prêts à vous aider