อื่น ๆ
อื่น ๆ รูปภาพ

adminsgehdt/FLUX-2-max

Model ID: adminsgehdt/FLUX-2-max
ตระกูล
อื่น ๆ
บริบท
ไม่ระบุ
ค่าใช้จ่ายขั้นต่ำ / คำขอ
1.496 ฿
คำขอ
347
สำเร็จ
99.7%
โทเค็น
7.02M
เวลาใช้งาน 100.00%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

ต่อคำขอ
1.496 ฿
ค่าใช้จ่ายขั้นต่ำ / คำขอ
1.496 ฿
ประวัติราคา

ระดับราคาที่เคยใช้ แถวที่ระบุ "ปัจจุบัน" คือราคาจริง

ปัจจุบัน ตั้งแต่ 29/07/2026 - 21:27:07
ต่อคำขอ1.496 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ1.496 ฿
Endpoint ที่รองรับ
https://api.xah.io/v1/images/generations
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
ประเภท API รูปภาพ

แบ่งปัน

curl 'https://api.xah.io/v1/images/generations' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "adminsgehdt/FLUX-2-max",
    "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": "adminsgehdt/FLUX-2-max",
    "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": "adminsgehdt/FLUX-2-max",
    "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": "adminsgehdt/FLUX-2-max",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}
ลองใช้

โมเดลนี้ไม่รองรับแชทข้อความ จึงไม่สามารถลองใช้งานที่นี่ได้

รีวิวและความคิดเห็น
0.0 / 0 รีวิว
กำลังโหลดรีวิว...
ติดต่อฝ่ายสนับสนุน
เราพร้อมช่วยเหลือคุณเสมอ