xAI
grok-imagine-image
Grok · Per Request
grok-imagine-imageAvailableImageImage Generation
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.07 | $0.049 |
Best For
Image Generation
Creating images, illustrations, and visual content
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "grok-imagine-image",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does grok-imagine-image cost?
On LemonData, grok-imagine-image costs $0.0490 Per Request, which is up to 30% off the official pricing.
What is grok-imagine-image best for?
grok-imagine-image excels at Image, Image Generation. Access it through LemonData's unified API with a single API key.
How to use grok-imagine-image API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/chat/completions using any compatible SDK. See the code examples above for detailed integration.