Anthropic-compatible APIs
API |
Request method |
Request path |
Description |
|---|---|---|---|
| Create a message | POST | /api/anthropic/v1/messages |
Anthropic message creation |
| List Anthropic models | GET | /api/anthropic/v1/models |
Retrieves the Anthropic model list |
| Create a message (default base URL) | POST | /api/v1/messages |
Anthropic messages (default base URL) |
OpenAI-compatible APIs
API |
Request method |
Request path |
Description |
|---|---|---|---|
| Create chat completion | POST | /api/v1/chat/completions |
OpenAI chat completions |
| List models | GET | /api/v1/models |
Retrieves the OpenAI-compatible model list |
Model router image APIs
API |
Request method |
Request path |
Description |
|---|---|---|---|
| Create image generation | POST | /api/v1/images/generations |
OpenAI-compatible text-to-image generation |
Image model APIs
API |
Request method |
Request path |
Description |
|---|---|---|---|
| gpt-image-2 text-to-image | POST | /api/v1/images/generations |
gpt-image-2 text-to-image |
| gpt-image-2 image editing | POST | /api/v1/images/edits |
gpt-image-2 image editing |
| gemini-3-pro-image text-to-image | POST | /api/v1/publishers/{provider}/models/{model}:generateContent |
Third-party text-to-image |
| gemini-3-pro-image image editing | POST | /api/v1/publishers/{provider}/models/{model}:generateContent |
Third-party image-to-image/image editing |
