Grok
Grok Obraz

venice-grok-imagine

Model ID: venice-grok-imagine
Rodzina
Grok
Kontekst
Nie określono
Za request
0.0144 zł
Liczba użyć
1
Sukces
100.0%
Tokeny
17
Uptime 100.00%
24 godz. temuTeraz
7 dni temuTeraz

Cennik

Za request
0.0144 zł
Historia cen

Poziomy cen stosowane wcześniej. Wiersz oznaczony jako „bieżący” to cena obowiązująca.

Bieżąca Od 16/08/2026 - 22:00:29
Za request0.0144 zł
Obsługiwane endpointy
https://api.xah.io/v1/images/generations
https://api.xah.io/v1/images/edits
Metoda POST · application/json
Autoryzacja Bearer token (klucz API)
Rodzaje API Obraz

Udostępnij

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"
}
Wypróbuj

Ten model nie obsługuje czatu tekstowego, więc nie można go tutaj wypróbować.

Oceny i komentarze
0.0 / 0 ocen
Ładowanie ocen...
Skontaktuj się z pomocą
Zawsze jesteśmy gotowi, aby Ci pomóc