Interoperability
OpenAI to Anthropic
Use OpenAI-compatible clients with an Anthropic group.
Anthropic groups can accept OpenAI-compatible Chat Completions and Responses requests.
Supported public paths:
POST /v1/chat/completionsPOST /v1/responses- Root aliases such as
/chat/completionsand/responses
Use this when a tool only exposes an OpenAI-compatible provider but you want to call Claude models through an Anthropic group.
For OpenAI-compatible SDKs, use:
export OPENAI_BASE_URL="https://anyroute.io/v1"
export OPENAI_API_KEY="YOUR_ANYROUTE_API_KEY"
AnyRoute Docs