अन्य
अन्य Image

phuocanh421994/Wan2.7_Image_Pro

Model ID: phuocanh421994/Wan2.7_Image_Pro
मॉडल परिवार
अन्य
Context
निर्दिष्ट नहीं
प्रति अनुरोध
0.147 ₹
अनुरोध
648
सफलता
92.6%
Tokens
15.95M
अपटाइम 100.00%
24 घंटे पहलेअभी
7 दिन पहलेअभी

मूल्य निर्धारण

प्रति अनुरोध
0.147 ₹
मूल्य इतिहास

पहले लागू किए गए मूल्य स्तर। "current" चिह्नित पंक्ति वर्तमान मूल्य है।

वर्तमान से 29/07/2026 - 10:12:19
प्रति अनुरोध0.147 ₹
समर्थित एंडपॉइंट
https://api.xah.io/v1/images/generations
विधि POST · application/json
प्रमाणीकरण Bearer token (API key)
Rate limit 15 req/min
API किस्में Image

नोट्स

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 समीक्षाएँ
समीक्षाएँ लोड हो रही हैं...
सहायता से संपर्क करें
हम हमेशा आपकी मदद के लिए तैयार हैं