docs(providers/openai): document Azure OpenAI endpoint usage for image generation (#70501)

Verified:
- pnpm lint:docs
- Resolved bot review comments around Azure docs scope and accuracy
This commit is contained in:
Otto Deng
2026-04-23 20:48:54 +08:00
committed by GitHub
parent 0372f4d540
commit bc01cbb8a2
2 changed files with 132 additions and 0 deletions

View File

@@ -160,6 +160,10 @@ Edit with multiple references:
/tool image_generate action=generate model=openai/gpt-image-2 prompt="Combine the character identity from the first image with the color palette from the second" images='["/path/to/character.png","/path/to/palette.jpg"]' size=1536x1024
```
To route OpenAI image generation through an Azure OpenAI deployment instead
of `api.openai.com`, see [Azure OpenAI endpoints](/providers/openai#azure-openai-endpoints)
in the OpenAI provider docs.
MiniMax image generation is available through both bundled MiniMax auth paths:
- `minimax/image-01` for API-key setups