Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.anyapi.ai/llms.txt

Use this file to discover all available pages before exploring further.

Integrations

AnyAPI is OpenAI-compatible, so it works with any tool that supports custom OpenAI endpoints. Point the tool at https://api.anyapi.ai/v1, add your API key, and you get access to 300+ models from OpenAI, Anthropic, Google, Meta, Mistral, xAI, DeepSeek, and more — through a single key.

Available Integrations

n8n

Visual workflow automation with AI models — no code required

Hermes Agent

Autonomous coding agent with 21 messaging platform adapters

OpenClaw

AI coding agent with multi-model fallback chains

How It Works

AnyAPI implements the OpenAI API specification. Any tool that lets you set a custom base URL and API key for an OpenAI-compatible provider works with AnyAPI out of the box.
Your Tool  →  https://api.anyapi.ai/v1  →  300+ models (GPT, Claude, Gemini, Llama, etc.)

Setup Pattern

The setup is the same across most tools:
  1. Get your API key from the AnyAPI Dashboard
  2. Set the base URL to https://api.anyapi.ai/v1
  3. Use the provider/model format for model IDs (e.g. openai/gpt-4o, anthropic/claude-sonnet-4.6)

Model ID Format

AnyAPI uses an OpenRouter-style vendor/model format:
  • openai/gpt-4o
  • anthropic/claude-sonnet-4.6
  • google/gemini-2.5-pro
  • deepseek/deepseek-r1
Bare model names like gpt-4o without the vendor prefix will not work. Browse the full catalog at anyapi.ai/ai-models.

Support