zyloo/grok-imagine-image

xAI Grok model on Zyloo's unified, OpenAI-compatible API. One key, lower prices, free welcome credit.

Per image
$0.030
Context
66K
Provider
xAI
Using this image model
  • Billed per image: a request generating n images (max 4) costs n × $0.030. Only images actually delivered are charged — failed or timed-out generations are refunded automatically.
  • Requires paid credit. Welcome and bonus credit can't be used for image models.

Call zyloo/grok-imagine-image in seconds

Drop your Zyloo key into any OpenAI client and point it at https://api.zyloo.io/v1. Billed per image delivered.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.zyloo.io/v1",
    api_key="sk-zy-...",
)

resp = client.images.generate(
    model="zyloo/grok-imagine-image",
    prompt="A watercolor lighthouse at dawn",
    n=1,
)
print(resp.data[0].url)

Start calling zyloo/grok-imagine-image

Sign up, get your welcome credit, and call zyloo/grok-imagine-image — plus every other model — from one key in under a minute.

See all xAI models