Qwen
Qwen تصویر

phuocanh421994/Qwen-Image-2.0-Pro

ماڈل ID: phuocanh421994/Qwen-Image-2.0-Pro
فیملی
Qwen
کانٹیکسٹ
واضح نہیں
فی درخواست
0.28 ₨
درخواستیں
6.5K
کامیابی
98.3%
ٹوکنز
493.31M
آپ ٹائم 95.83%
24 گھنٹے پہلےابھی
7 دن پہلےابھی

قیمتیں

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

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

موجودہ از 29/07/2026 - 21:32:29
فی درخواست0.28 ₨
معاون انڈپوائنٹس
https://api.xah.io/v1/images/generations
طریقہ POST · application/json
تصدیق Bearer ٹوکن (API key)
ریٹ لمٹ 100 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/Qwen-Image-2.0-Pro",
    "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/Qwen-Image-2.0-Pro",
    "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/Qwen-Image-2.0-Pro",
    "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/Qwen-Image-2.0-Pro",
    "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 جائزے
جائزے لوڈ ہو رہے ہیں...
سپورٹ سے رابطہ کریں
ہم ہر وقت آپ کی مدد کے لیے تیار ہیں