Qwen
Qwen Gambar

phuocanh421994/Qwen_Image_3.0_Pro

Model ID: phuocanh421994/Qwen_Image_3.0_Pro
Keluarga model
Qwen
Context
Tidak diperbarui
Biaya minimum / request
92.307 Rp
Jumlah request
126
Berhasil
77.8%
Token
9.21M
Uptime
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Input / 1M token
92.307 Rp
Output / 1M token
92.307 Rp
Per request
92.307 Rp
Biaya minimum / request
92.307 Rp
Riwayat perubahan harga

Tingkat harga yang pernah diterapkan. Baris berlabel "saat ini" adalah harga yang sedang berlaku.

Saat ini Sejak 07/08/2026 - 13:42:25
Input / 1M token92.307 Rp Output / 1M token92.307 Rp Per request92.307 Rp Biaya minimum / request92.307 Rp
Estimasi biaya
Estimasi total 0 Rp
Rata-rata / request 0 Rp

Estimasi berdasarkan harga yang dipublikasikan. Jika ada cache biasanya lebih murah.

Endpoint yang didukung
https://api.xah.io/v1/images/generations
Metode POST · application/json
Autentikasi Bearer token (API key)
Batas rate 10 req/min
Jenis API Gambar

Catatan teknis

Qwen Image Generation and Editing 3.0 model that supports both text-to-image (T2I) and image-to-image/image editing (I2I).
Image resolution:
- Text-to-image (T2I): Total pixels must be between 512x512 and 2048x2048.
- Image-to-image (I2I): Total pixels must be between 512x512 and 2048x2048.

Image format: PNG

Bagikan

curl 'https://api.xah.io/v1/images/generations' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "phuocanh421994/Qwen_Image_3.0_Pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}'
// 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_3.0_Pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
})
});
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_3.0_Pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "phuocanh421994/Qwen_Image_3.0_Pro",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}
Coba cepat

Model ini tidak mendukung chat teks, jadi tidak bisa dicoba di sini.

Ulasan & komentar
0.0 / 0 ulasan
Memuat ulasan...
Hubungi Dukungan
Kami selalu siap membantu Anda