अन्य
अन्य Image

phuocanh421994/Wan2.7_Image

Model ID: phuocanh421994/Wan2.7_Image
मॉडल परिवार
अन्य
Context
निर्दिष्ट नहीं
प्रति अनुरोध
0.221 ₹
अनुरोध
177
सफलता
88.7%
Tokens
707.2K
अपटाइम 100.00%
24 घंटे पहलेअभी
7 दिन पहलेअभी

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

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

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

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

नोट्स

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