| Chat completions | POST /v1/chat/completions |
| Structured JSON | POST /v1/chat/completions with response_format |
| Responses API | POST /v1/responses |
| Embeddings | POST /v1/embeddings |
| Reranking | POST /v1/rerank |
| Image generation | POST /v1/images/generations |
| Video generation | POST /v1/videos, GET /v1/videos/{job_id}, GET /v1/videos/{job_id}/content |
| Audio transcription | POST /v1/audio/transcriptions |
| Audio translation | POST /v1/audio/translations |
| Text to speech | POST /v1/audio/speech |
| Files | GET /v1/files, POST /v1/files, GET /v1/files/{file_id}, DELETE /v1/files/{file_id}, GET /v1/files/{file_id}/content |
| OpenAI-compatible models | GET /v1/models, GET /v1/models/{model_id} |
| Anthropic Messages, mapped through Planck | POST /v1/messages |
| Native Anthropic passthrough | /anthropic/v1/* |
| Gateway metadata | GET /v1/gateway/status, GET /v1/gateway/providers |