Different AI providers have different API formats. Anyone converts between them automatically, so you don’t need to worry about which provider is used on the backend.Documentation Index
Fetch the complete documentation index at: https://docs.anyone.ai/llms.txt
Use this file to discover all available pages before exploring further.
How it works
You only need to send requests in one format — Anyone automatically converts to whatever format the target model requires. For example, calling a Claude model with the OpenAI SDK:Supported conversions
| Your request format | Models you can call |
|---|---|
| OpenAI Chat Completions | All models (GPT, Claude, Gemini, DeepSeek, etc.) |
| Claude Messages | Claude series models |
| Gemini generateContent | Gemini series models |
We recommend using the OpenAI format — it works with all models and is the most versatile option. You only need a provider’s native format if you specifically need one of their unique features.

