Sonstige
Sonstige Bild

phuocanh421994/Wan2.7_Image

Modell-ID: phuocanh421994/Wan2.7_Image
Modellfamilie
Sonstige
Kontext
Nicht angegeben
Pro Request
0.00227 €
Anfragen
176
Erfolg
88.6%
Tokens
359.9K
Uptime
vor 24 StundenJetzt
vor 7 TagenJetzt

Preisliste

Pro Request
0.00227 €
Preisverlauf

Alle zuvor angewendeten Preisstufen. Die mit „aktuell“ gekennzeichnete Zeile ist der aktive Preis.

Aktuell Seit 03/06/2026 - 19:14:37
Pro Request0.00227 €
Früher Seit 29/07/2026 - 10:11:38
Pro Request0.00151 €
Unterstützte Endpoints
https://api.xah.io/v1/images/generations
Methode POST · application/json
Authentifizierung Bearer-Token (API-Key)
Rate Limit 2 req/min
API-Typen Bild

Technische Hinweise

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

Teilen

curl 'https://api.xah.io/v1/images/generations' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "phuocanh421994/Wan2.7_Image",
    "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/Wan2.7_Image",
    "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/Wan2.7_Image",
    "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/Wan2.7_Image",
    "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
    }
}
Schnelltest

Dieses Modell unterstützt keinen Text-Chat und kann daher hier nicht getestet werden.

Bewertungen & Kommentare
0.0 / 0 Bewertungen
Bewertungen werden geladen...
Support kontaktieren
Wir helfen Ihnen jederzeit gern