# Anyone.ai ## Docs - [Audio: transcription, translation, and speech synthesis](https://docs.anyone.ai/api-reference/audio.md): Transcribe speech to text, translate audio into English, or synthesize speech from text using the /v1/audio/* endpoints. Works with OpenAI Whisper clients. - [Authenticate requests: Bearer, x-api-key, x-goog-api-key](https://docs.anyone.ai/api-reference/authentication.md): Anyone uses a single token for all endpoints. Pass it as a Bearer API key, x-api-key, or x-goog-api-key depending on the API format you are using. - [POST /v1/chat/completions — OpenAI chat format](https://docs.anyone.ai/api-reference/chat-completions.md): Send a conversation history to any model and receive a completion. Anyone is fully compatible with the OpenAI Chat Completions API format. - [POST /v1/messages — Anthropic Claude Messages format](https://docs.anyone.ai/api-reference/claude-messages.md): Use Anthropic's native Messages API format to interact with Claude models through Anyone. Authenticate with x-api-key and anthropic-version headers. - [POST /v1/embeddings — generate text embeddings](https://docs.anyone.ai/api-reference/embeddings.md): POST /v1/embeddings converts text into dense vectors. Use for semantic search, RAG pipelines, document clustering, and classification. OpenAI-compatible format. - [Gemini generateContent and streaming via Anyone](https://docs.anyone.ai/api-reference/gemini-chat.md): Generate content using Google Gemini-compatible endpoints. Pass your Anyone API key as x-goog-api-key or as a query parameter named key. - [Image generation and editing: /v1/images endpoints](https://docs.anyone.ai/api-reference/images.md): Generate images from text prompts or edit existing images using /v1/images/generations and /v1/images/edits. Works with OpenAI DALL·E-compatible clients. - [GET /v1/models — list models available to your API key](https://docs.anyone.ai/api-reference/models.md): Retrieve the list of AI models available to your API key using GET /v1/models. The response format adapts automatically based on your authentication headers. - [Anyone REST endpoints: overview and base URL](https://docs.anyone.ai/api-reference/overview.md): Anyone exposes a unified REST API compatible with OpenAI, Anthropic Claude, and Google Gemini formats. Use one API key to reach every endpoint. - [GET /v1/realtime — bidirectional WebSocket API](https://docs.anyone.ai/api-reference/realtime.md): Hold low-latency bidirectional voice and text conversations via WebSocket at /v1/realtime. Compatible with OpenAI and Azure OpenAI Realtime API formats. - [POST /v1/rerank — rank documents by query relevance](https://docs.anyone.ai/api-reference/rerank.md): Rank a list of documents by relevance to a query using POST /v1/rerank. Compatible with Cohere and Jina rerank API formats. Supported providers: Cohere, Jina. - [POST /v1/responses — OpenAI Responses API format](https://docs.anyone.ai/api-reference/responses.md): Create model responses using the OpenAI Responses format, which supports multi-turn context management, conversation compaction, and reasoning natively. - [Video generation via Anyone: Sora, Kling, and more](https://docs.anyone.ai/api-reference/video.md): Generate videos through Anyone using Sora-compatible, Kling, Jimeng, Doubao, or Vidu channels. Video tasks are async — submit and poll for completion. - [Automatic format conversion](https://docs.anyone.ai/concepts/format-conversion.md): Using the OpenAI SDK to call Claude/Gemini? Anyone handles the format conversion automatically. - [What are tokens](https://docs.anyone.ai/concepts/tokens.md): Understand the difference between API keys and model tokens in Anyone. - [API authentication](https://docs.anyone.ai/guides/authentication.md): Learn how to pass your Anyone API key in requests, supporting OpenAI, Claude, and Gemini formats. - [Billing and top-up](https://docs.anyone.ai/guides/billing-topup.md): Learn about Anyone pricing, top-up methods, and usage tracking. - [Image Studio](https://docs.anyone.ai/guides/image-studio.md): Generate and edit images with AI models through a visual interface — no code required. - [Manage your API keys](https://docs.anyone.ai/guides/manage-tokens.md): Create, view, and manage Anyone API keys to control usage across different projects. - [Rate limits](https://docs.anyone.ai/guides/rate-limiting.md): Learn about Anyone request rate limits and how to handle them. - [Introduction](https://docs.anyone.ai/introduction.md): Access 40+ AI models with a single API key. - [Models & Pricing](https://docs.anyone.ai/models.md): All available models and their pricing on Anyone.ai - [Quickstart](https://docs.anyone.ai/quickstart.md): Sign up, get an API key, send your first request. - [FAQ](https://docs.anyone.ai/support/faq.md): Answers to common questions about using Anyone. - [System Status](https://docs.anyone.ai/support/system-status.md) - [Troubleshooting](https://docs.anyone.ai/support/troubleshooting.md): Common error codes and solutions.