← All models
A cost-efficient version of GPT Image 1
images
Details
- Accepts
- text + image
Pricing
- Input
- 250 cr / 1M tokens
- Output
- 1000 cr / 1M tokens
- Image input
- 313 cr / 1M tokens
Prices in credits (1 credit = $0.01).
Data schema
approximateInput
| Field | Type | Description |
|---|---|---|
| n | integer | Number of outputs. |
| size | stringenum: 1024x1024, 1024x1536, 1536x1024, auto | |
| promptrequired | string | The text prompt. |
| quality | stringenum: low, medium, high, auto | |
| output_format | stringenum: png, webp, jpeg | |
| image | string | Input image (URL or data URI). |
Output
| Field | Type | Description |
|---|---|---|
| images | array | Generated images ([{ url }]). |