x-ai
SpaceXAI: Grok Imagine Image Quality
x-ai/grok-imagine-image-quality
Grok Imagine Image Quality is SpaceXAI's fast, high-fidelity image generation and editing model. It accepts text prompts and optional reference images, producing photorealistic outputs at 1K or 2K across a...
Provider-supported parameters
These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.
Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.
Catalog updated: 2026-09-22T08:51:50.371Z · Price version: cmub1197000ier82gytgkwo4e:1
Image prices & options
Prices use each provider’s billing unit. We reserve a conservative amount and settle from the usage receipt, releasing unused balance.
SpaceXAI
| Usage | Unit | USD | Variant |
|---|---|---|---|
| input image | image | $0.01 | Default |
| output image | image | $0.05 | 1k |
| output image | image | $0.07 | 2k |
{
"n": {
"type": "range",
"min": 1,
"max": 1
},
"resolution": {
"type": "enum",
"values": [
"1K",
"2K"
]
},
"aspect_ratio": {
"type": "enum",
"values": [
"1:1",
"3:4",
"4:3",
"9:16",
"16:9",
"2:3",
"3:2",
"9:19.5",
"19.5:9",
"9:20",
"20:9",
"1:2",
"2:1",
"auto"
]
},
"input_references": {
"type": "range",
"min": 0,
"max": 3
}
}Make a request
Some models require reference images. Check the input_references range above. Images return base64 data and a usage receipt.
curl --no-buffer https://api.jevrouter.io/v1/images \
-H "Authorization: Bearer $JEVROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d @- <<'JSON'
{
"model": "x-ai/grok-imagine-image-quality",
"prompt": "A quiet mountain cabin at sunrise, watercolor illustration",
"n": 1,
"stream": true
}
JSONPlan your integration
Source: OpenRouter model catalog. Imported descriptions and capabilities are provider declarations, not independent benchmark results. Jevrouter currently uses OpenRouter as its managed upstream.