AnyRouteAnyRoute Docs
AnyRouteAnyRoute Docs
Homepage

Start Here

AnyRoute Documentation
QuickstartCreate an API KeyChoose a Provider GroupImport Key to TerminalFirst Request

Tools

Capabilities

API Reference

Operations

FAQ
Quickstart

Choose a Provider Group

Pick the group that matches your client protocol and target model family.

An API key belongs to a provider group. The group decides which upstream platform and compatibility path AnyRoute uses.

GoalRecommended groupTypical endpoint
Claude Code or Anthropic SDKAnthropic group/v1/messages
Codex, OpenAI SDK, GPT ImageOpenAI group/v1/responses, /v1/chat/completions, /v1/images/*
Gemini CLI or Gemini SDKGemini group/v1beta/models/...
OpenAI Chat clients calling GeminiGemini group/v1/chat/completions
Anthropic Messages clients calling GeminiGemini group/v1/messages

Compatibility Notes

  • OpenAI group can serve Anthropic Messages clients through /v1/messages.
  • Anthropic group can serve OpenAI-compatible clients through /v1/chat/completions and /v1/responses.
  • Gemini group can serve Anthropic Messages and OpenAI Chat Completions clients.
  • Gemini native SDKs must use a Gemini group and /v1beta.
  • OpenAI Images API requires an OpenAI group.

Next Step

Continue with Import Key to Terminal.

Create an API Key

Create a key in the Dashboard before configuring tools.

Import Key to Terminal

Set the correct base URL and API key for your client.

Table of Contents

Compatibility Notes
Next Step