Qwen
Qwen Image

phuocanh421994/Qwen-Image-2.0-Pro

ID du modèle: phuocanh421994/Qwen-Image-2.0-Pro
Famille
Qwen
Contexte
Non communiqué
Par requête
0.000862 €
Requêtes
6.5K
Réussies
98.3%
Tokens
492.97M
Uptime 95.83%
Il y a 24 hMaintenant
Il y a 7 joursMaintenant

Tarifs

Par requête
0.000862 €
Historique des prix

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

Actuel Depuis 29/07/2026 - 21:32:29
Par requête0.000862 €
Endpoints pris en charge
https://api.xah.io/v1/images/generations
Méthode POST · application/json
Authentification Bearer token (clé API)
Rate limit 100 req/min
Types d'API Image

Notes techniques

size expected format: width*height (max 2048*2048)n = 1

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-2.0-Pro",
    "prompt": "A young woman taking a casual selfie outdoors, natural lighting, warm tones, soft bokeh background with greenery",
    "parameters": {
        "size": "2048*2048",
        "n": 1,
        "watermark": false,
        "thinking_mode": true
    }
}'
// 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-2.0-Pro",
    "prompt": "A young woman taking a casual selfie outdoors, natural lighting, warm tones, soft bokeh background with greenery",
    "parameters": {
        "size": "2048*2048",
        "n": 1,
        "watermark": false,
        "thinking_mode": true
    }
})
});
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-2.0-Pro",
    "prompt": "A young woman taking a casual selfie outdoors, natural lighting, warm tones, soft bokeh background with greenery",
    "parameters": {
        "size": "2048*2048",
        "n": 1,
        "watermark": false,
        "thinking_mode": true
    }
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "phuocanh421994/Qwen-Image-2.0-Pro",
    "prompt": "A young woman taking a casual selfie outdoors, natural lighting, warm tones, soft bokeh background with greenery",
    "parameters": {
        "size": "2048*2048",
        "n": 1,
        "watermark": false,
        "thinking_mode": true
    }
}
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