دیگر
دیگر تصویر

phuocanh421994/Wan2.7_Image_Pro

ماڈل ID: phuocanh421994/Wan2.7_Image_Pro
فیملی
دیگر
کانٹیکسٹ
واضح نہیں
فی درخواست
0.494 ₨
درخواستیں
648
کامیابی
92.6%
ٹوکنز
15.95M
آپ ٹائم 100.00%
24 گھنٹے پہلےابھی
7 دن پہلےابھی

قیمتیں

فی درخواست
0.494 ₨
قیمت کی تاریخچہ

پہلے لاگو کردہ قیمت کی سطحیں۔ "موجودہ" کے لیبل والی قطار فی الحال چلنے والی قیمت ہے۔

موجودہ از 29/07/2026 - 10:12:19
فی درخواست0.494 ₨
معاون انڈپوائنٹس
https://api.xah.io/v1/images/generations
طریقہ POST · application/json
تصدیق Bearer ٹوکن (API key)
ریٹ لمٹ 15 req/min
API کی اقسام تصویر

نوٹس

size expected format: width*height (max 4096*4096)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_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
    }
}
آزمائیں

اس ماڈل میں ٹیکسٹ چیٹ سپورٹ نہیں ہے، اس لیے اسے یہاں آزمایا نہیں جا سکتا۔

جائزے اور تبصرے
0.0 / 0 جائزے
جائزے لوڈ ہو رہے ہیں...
سپورٹ سے رابطہ کریں
ہم ہر وقت آپ کی مدد کے لیے تیار ہیں