Grok
Grok Gambar

venice-grok-imagine

Model ID: venice-grok-imagine
Keluarga model
Grok
Context
Tidak diperbarui
Per request
76.923 Rp
Jumlah request
1
Berhasil
100.0%
Token
17
Uptime 100.00%
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Per request
76.923 Rp
Riwayat perubahan harga

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

Saat ini Sejak 16/08/2026 - 22:00:29
Per request76.923 Rp
Endpoint yang didukung
https://api.xah.io/v1/images/generations
https://api.xah.io/v1/images/edits
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": "venice-grok-imagine",
    "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": "venice-grok-imagine",
    "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": "venice-grok-imagine",
    "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": "venice-grok-imagine",
    "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