أخرى
أخرى صورة

phuocanh421994/Wan2.7_Image

معرف النموذج: phuocanh421994/Wan2.7_Image
العائلة
أخرى
السياق
غير محدد
لكل طلب
0.0097 د.إ.
الطلبات
177
نجاح
88.7%
الرموز
707.2K
مدة التشغيل 100.00%
قبل 24 ساعةالآن
قبل 7 أيامالآن

الأسعار

لكل طلب
0.0097 د.إ.
سجل الأسعار

مستويات الأسعار المطبقة سابقًا. الصف الموسوم "الحالي" هو السعر المباشر.

السابق منذ 29/07/2026 - 10:11:38
لكل طلب0.00647 د.إ.
الحالي منذ 15/08/2026 - 19:19:00
لكل طلب0.0097 د.إ.
نقاط النهاية المدعومة
https://api.xah.io/v1/images/generations
الطريقة POST · application/json
المصادقة رمز Bearer (مفتاح API)
حد المعدل 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 تقييم
جارٍ تحميل التقييمات...
تواصل مع الدعم
نحن دائمًا جاهزون لمساعدتك