Grok Imagine 2.0 Image
Generate batches of images from a text prompt in common aspect ratios.
- Text to image
Playground
Output
Output will appear here.
Pricing
| Option | Price per generation | fal.ai | Your savings |
|---|---|---|---|
| Standard | $0.023 | $0.04 | −43% |
Quick start
Full API reference →1curl -X POST https://api.api-stock.com/api/v1/generation/create \2 -H "Authorization: Bearer $API_STOCK_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "grok-imagine-2.0-image",6 "input": {7 "prompt": "A cinematic shot of a city at dusk",8 "size": "1:1",9 "n": 110 }11 }'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | — | Text description for image generation |
size | string | No | 1:1 | Image aspect ratioOne of: 1:1, 2:3, 3:2, 3:4, 4:3, 9:16, 16:9 |
n | number | No | 1 | Number of images to generate. Each image is billed separately |
Frequently asked questions
How much does Grok Imagine 2.0 Image cost?
Grok Imagine 2.0 Image starts at $0.023 per generation through the API Stock API. You pay per use from a single prepaid balance — there is no subscription — and the final price scales with parameters such as resolution or duration.
How do I call the Grok Imagine 2.0 Image API?
Send a POST request to https://api.api-stock.com/api/v1/generation/create with your API key and the model id "grok-imagine-2.0-image". The call returns a task id you poll, or a webhook callback when the result is ready. A ready-to-run example is in the quick start above.
What input parameters does Grok Imagine 2.0 Image accept?
Grok Imagine 2.0 Image accepts 3 input parameters, including the required field(s) prompt. Their types, defaults and allowed values are listed in the parameters table above.
What happens if a Grok Imagine 2.0 Image request fails?
API Stock automatically retries the request on a reserve provider. If every provider fails, the charge is refunded to your balance.
Can I use Grok Imagine 2.0 Image with the same API key as other models?
Yes. Every model on API Stock — video, image, music and chat — shares one API key and one prepaid balance, so you can switch to Grok Imagine 2.0 Image without new credentials.