← All models
Text-to-image model with high-fidelity outputs, accurate typography, and style preset, strong in photorealism, textures, and beyond. JSON-structured prompts give enterprise and agentic workflows production-ready control. Trained on licensed data.
images
Details
- Accepts
- text
Pricing
- Price
- 5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed for reproducibility. |
| prompt | — | Prompt for image generation. |
| sync_mode | boolean | If true, returns the image directly in the response (increases latency). |
| resolution | stringenum: 1MP, 4MP | Output image resolution |
| 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 |
| style_preset | — | Style preset is a named, predefined visual look you can optionally apply to an image generation. |
| structured_prompt | — | The structured prompt to generate an image from. |
Output
| Field | Type | Description |
|---|---|---|
| image | — | Generated image. |
| images | array | Generated images. |
| structured_prompt | object | Current prompt. |