Інше
Інше Зображення

phuocanh421994/Wan2.7_Image

Model ID: phuocanh421994/Wan2.7_Image
Родина моделі
Інше
Context
Не вказано
За запит
0.117 ₴
Запити
176
Успішно
88.6%
Токени
359.9K
Uptime
24 години томуЗараз
7 днів томуЗараз

Ціни

За запит
0.117 ₴
Історія зміни цін

Раніше застосовані рівні цін. Рядок із позначкою "поточна" — це ціна, що діє зараз.

Поточна З 03/06/2026 - 19:14:37
За запит0.117 ₴
Раніше З 29/07/2026 - 10:11:38
За запит0.0785 ₴
Підтримувані endpoint
https://api.xah.io/v1/images/generations
Метод POST · application/json
Авторизація Bearer token (API key)
Rate limit 2 req/min
Типи API Зображення

Технічні замітки

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

Поширити

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
    }
}
Спробувати

Ця модель не підтримує текстовий чат, тому її не можна спробувати тут.

Відгуки та коментарі
0.0 / 0 відгуків
Завантаження відгуків...
Зв’язатися з підтримкою
Ми завжди готові вам допомогти