Overview of AxonHub Integrated API
unstableAxonHub acts as an integrated API gateway that supports both OpenAI Chat Completions and Anthropic Messages API. This allows for cross-provider model access without changing your existing client code:
- Call Anthropic models using the OpenAI SDK: Access Claude models while using OpenAI-compatible code.
- Call OpenAI models using the Anthropic API: Access GPT models using Anthropic's native message format.
- Call OpenAI models using the Gemini API: Access GPT models using Gemini's native format.
- Automatic API Conversion: AxonHub handles the format transformations automatically.
- Zero Code Changes: Existing OpenAI or Anthropic client implementations can be used directly by pointing them to AxonHub.