Grok Imagine Image 2.0
xAIImages
xAI's Grok Imagine 2.0: the next generation of image generation and editing.
Our price
$0.030
per image
Official
$0.060
−50% vs officialFirst request
from openai import OpenAI
client = OpenAI(
base_url="https://api.altrouter.ai/v1",
api_key="ar-...",
)
img = client.images.generate(
model="grok-imagine-2",
prompt="a red fox in the snow",
)
print(img.data[0].url)API
OpenAI-compatible image generation endpoint. The result is re-hosted on our CDN and returned as a URL.
POST
/v1/images/generationsBody parameters
Response
Example
Errors