Qwen
Qwen Afbeelding

phuocanh421994/Qwen-Image-2.0-Pro

Model-ID: phuocanh421994/Qwen-Image-2.0-Pro
Familie
Qwen
Context
Niet gespecificeerd
Per verzoek
0.000862 €
Verzoeken
6.5K
Succes
98.3%
Tokens
493.31M
Uptime 95.83%
24 uur geledenNu
7 dagen geledenNu

Prijzen

Per verzoek
0.000862 €
Prijsgeschiedenis

Eerder toegepaste prijsniveaus. De rij met "huidig" is de actuele prijs.

Huidig Sinds 29/07/2026 - 21:32:29
Per verzoek0.000862 €
Ondersteunde endpoints
https://api.xah.io/v1/images/generations
Methode POST · application/json
Authenticatie Bearer token (API-sleutel)
Tarief-limiet 100 req/min
API-typen Afbeelding

Opmerkingen

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

Delen

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
    }
}
Probeer het

Dit model ondersteunt geen tekstchat, dus het kan hier niet worden getest.

Beoordelingen en reacties
0.0 / 0 beoordelingen
Beoordelingen laden...
Contact opnemen
We helpen je altijd graag verder