xAI
grok-imagine-0.9
Grok · Per Request
grok-imagine-0.9AvailableChatImage Generation
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.05 | $0.035 |
Best For
Chat
Conversational AI, customer support, and Q&A
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-0.9",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does grok-imagine-0.9 cost?
On LemonData, grok-imagine-0.9 costs N/A per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.
What is grok-imagine-0.9 best for?
grok-imagine-0.9 excels at Chat, Image Generation. Access it through LemonData's unified API with a single API key.
How to use grok-imagine-0.9 API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.