Lainnya
Lainnya Gambar

adminsgehdt/FLUX-2-max

Model ID: adminsgehdt/FLUX-2-max
Keluarga model
Lainnya
Context
Tidak diperbarui
Biaya minimum / request
846.153 Rp
Jumlah request
335
Berhasil
99.7%
Token
6.67M
Uptime 100.00%
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Per request
846.153 Rp
Biaya minimum / request
846.153 Rp
Riwayat perubahan harga

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

Saat ini Sejak 29/07/2026 - 21:27:07
Per request846.153 Rp Biaya minimum / request846.153 Rp
Endpoint yang didukung
https://api.xah.io/v1/images/generations
Metode POST · application/json
Autentikasi Bearer token (API key)
Jenis API Gambar

Bagikan

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"
}
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