Openai's format Gpt-image-1
POST
{{BASE_URL}}/v1/images/generations
Given prompts and/or input images, the model will generate new images.
Related Guide: [Image Generation]( https://platform.openai.com/docs/guides/images )
Create an image according to the prompts.
Request
Header Params
Authorization
string
required
Example:
Authorization: Bearer ********************
Example:
Bearer {{YOUR_API_KEY}}
Body Params application/json
Request samples
Responses
Modified at 2025-04-28 13:56:27