Use CometAPI image model docs by choosing the request format that matches your workflow. OpenAI-compatible image endpoints cover common generation and editing flows; provider-specific pages cover task-based image systems.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Choose an image API
| Goal | Start here |
|---|---|
| Generate images with an OpenAI-compatible request | Image Generations |
| Edit images with an OpenAI-compatible request | Image Editing |
| Generate or edit images with Gemini format | Gemini Image Generation |
| Submit and poll Midjourney tasks | Midjourney API Quick Start |
| Generate Flux images | Flux Generate Image |
| Use Bria image tools | Generate Image |
List available image models
The model catalog helps you choose an available image model ID:Generate an image
The following example sends an OpenAI-compatible image generation request:Common errors
| Error | Fix |
|---|---|
| Invalid model ID | Choose an image-capable model from the Models page. |
| Unsupported size | Use a size that the selected image endpoint accepts. |
| Expired result URL | Download generated assets before provider links expire. |
413 | Use image URLs or smaller files instead of large base64 payloads. |