Generate images using OpenAI’s GPT Image model at high quality.
| Credits | 35 credits |
| Tool | create-image |
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
Content-Type | string | Yes | application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
tool | string | Yes | create-image |
input.model | string | Yes | gpt-image-1-high |
input.prompt | string | Yes | Text prompt for image generation |
input.image_size | string | No | Output size. Options: 1024x1024, 1024x1536, 1536x1024, auto (default: 1024x1024) |