Interoperability
Root Path Aliases
Use root aliases for selected OpenAI-compatible endpoints.
Some OpenAI-compatible routes are available both with and without /v1.
| Canonical path | Root alias |
|---|---|
/v1/responses | /responses |
/v1/responses/{subpath} | /responses/{subpath} |
/v1/chat/completions | /chat/completions |
/v1/embeddings | /embeddings |
/v1/images/generations | /images/generations |
/v1/images/edits | /images/edits |
Use canonical /v1 paths for SDKs that expect OpenAI-compatible base URLs. Use root aliases only when a client is designed for them, such as selected Codex Responses workflows.
AnyRoute Docs