Grok
Grok Image

adminsgehdt/grok-imagine-image-2.0

Model ID: adminsgehdt/grok-imagine-image-2.0
Family
Grok
Context
Not specified
Minimum charge / request
0.0364 $
Requests
22
Success
95.5%
Tokens
107.1K
Uptime
24h agoNow
7 days agoNow

Pricing

Per request
0.0364 $
Minimum charge / request
0.0364 $
Price history

Price levels previously applied. The row tagged "current" is the live price.

Past Since 14/09/2026 - 09:03:39
Per request0.119 $ Minimum charge / request0.119 $
Current Since 17/09/2026 - 14:52:35
Per request0.0364 $ Minimum charge / request0.0364 $
Supported endpoints
https://api.xah.io/v1/images/generations
Method POST · application/json
Auth Bearer token (API key)
API kinds Image

Share

curl 'https://api.xah.io/v1/images/generations' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "adminsgehdt/grok-imagine-image-2.0",
    "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/grok-imagine-image-2.0",
    "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/grok-imagine-image-2.0",
    "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/grok-imagine-image-2.0",
    "prompt": "A serene mountain landscape at sunrise",
    "n": 1,
    "size": "1024x1024"
}
Try it

This model does not support text chat, so it can\'t be tried here.

Reviews & comments
0.0 / 0 reviews
Loading reviews...
Contact Support
We are always ready to help you