Altro
Altro Immagine

phuocanh421994/Wan2.7_Image_Pro

ID modello: phuocanh421994/Wan2.7_Image_Pro
Famiglia
Altro
Context
Non specificato
Per request
0.00151 €
Request
643
Successo
92.5%
Tokens
14.48M
Uptime 100.00%
24 ore faAdesso
7 giorni faAdesso

Listino prezzi

Per request
0.00151 €
Cronologia prezzi

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

Attuale Dal 29/07/2026 - 10:12:19
Per request0.00151 €
Endpoint supportati
https://api.xah.io/v1/images/generations
Metodo POST · application/json
Autenticazione Bearer token (API key)
Rate limit 15 req/min
Tipi di API Immagine

Note tecniche

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

Condividi

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