Autre
Autre Image

phuocanh421994/Wan2.7_Image_Pro

ID du modèle: phuocanh421994/Wan2.7_Image_Pro
Famille
Autre
Contexte
Non communiqué
Par requête
0.00151 €
Requêtes
643
Réussies
92.5%
Tokens
14.48M
Uptime 100.00%
Il y a 24 hMaintenant
Il y a 7 joursMaintenant

Tarifs

Par requête
0.00151 €
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 - 10:12:19
Par requête0.00151 €
Endpoints pris en charge
https://api.xah.io/v1/images/generations
Méthode POST · application/json
Authentification Bearer token (clé API)
Rate limit 15 req/min
Types d'API Image

Notes techniques

size expected format: width*height (max 4096*4096)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/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
    }
}
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