← All models
Fast, low-latency text-to-image model with high-quality output and full JSON-structured controllability. Open-source, trained on licensed data, and optimized for production-scale generation.
images
Details
- Accepts
- text
Pricing
- Price
- 4.5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed for the random number generator. |
| prompt | — | The prompt to generate. |
| image_url | — | Input image URL |
| sync_mode | boolean | If true, returns the image directly in the response (increases latency). |
| aspect_ratio | stringenum: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5… | Aspect ratio. Options: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9 |
| structured_prompt | — | The structured prompt to generate. |
Output
| Field | Type | Description |
|---|---|---|
| image | — | Generated image. |
| images | array | Generated images. |
| structured_prompt | — | Current prompt. |