# Mixen API > OpenAI-, Anthropic- and Gemini-compatible API to 100+ models — text, images, video, music, speech, embeddings and files — paid in roubles from one balance. Docs are bilingual: Russian at /docs/ (the sets below), English at /docs/en/ (the EN sets under Optional). - OpenAI-compatible base URL: `https://api.mixen.ai/v1` (Chat Completions, Responses, images, audio, video, embeddings, files). Auth: `Authorization: Bearer mxn-...`. - Anthropic-compatible base URL: `https://api.mixen.ai` (the SDK and Claude Code append `/v1/messages` themselves — do not add `/v1`). - Gemini-compatible base URL: `https://api.mixen.ai/v1beta`. MCP server: `https://api.mixen.ai/v1/mcp`. - Model ids come from `GET https://api.mixen.ai/v1/models` (public, with prices in RUB and USD); vendor prefix is optional (`openai/gpt-5.6-sol` or `gpt-5.6-sol`). - Every docs page is also available as raw Markdown at `https://api.mixen.ai/docs/.md` (e.g. `/docs/quickstart.md`, `/docs/en/connect.md`) — same slugs as the HTML pages. ## Documentation Sets - [Abridged documentation](https://api.mixen.ai/docs/llms-small.txt): a compact version of the documentation for Mixen API, with non-essential content removed - [Complete documentation](https://api.mixen.ai/docs/llms-full.txt): the full documentation for Mixen API - [Quick start & connect (RU)](https://api.mixen.ai/docs/_llms-txt/quick-start--connect-ru.txt): key, base URLs per protocol, first request, model ids, errors — enough to integrate - [Guides (RU)](https://api.mixen.ai/docs/_llms-txt/guides-ru.txt): chat, tools, structured output, reasoning, web search, files, images, video, music, audio, cache, usage - [Integrations (RU)](https://api.mixen.ai/docs/_llms-txt/integrations-ru.txt): Claude Code, Codex, Cursor, Cline, OpenCode, Gemini CLI, MCP, LangChain, n8n, Dify and other clients - [Models (RU)](https://api.mixen.ai/docs/_llms-txt/models-ru.txt): per-model pages: capabilities, parameters, prices ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation ## Optional - [Quick start & connect (EN)](https://api.mixen.ai/docs/llms-en/quick-start.txt): the starter set in English - [Guides (EN)](https://api.mixen.ai/docs/llms-en/guides.txt): the guides in English - [Integrations (EN)](https://api.mixen.ai/docs/llms-en/integrations.txt): the integration guides in English - [Models (EN)](https://api.mixen.ai/docs/llms-en/models.txt): the model pages in English - [OpenAPI 3 schema](https://api.mixen.ai/openapi.json): machine-readable schema of every /v1 endpoint; feed it to an SDK generator or an agent - [Live model catalog](https://api.mixen.ai/v1/models): JSON: current model ids, capabilities and prices — the source of truth, no key required - [Interactive reference](https://api.mixen.ai/v1/reference): Scalar UI with a "send request" form