> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moxus.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Moxus AI overview

> Moxus AI is a unified LLM API gateway for accessing multiple model providers through OpenAI, Anthropic, and Gemini compatible APIs.

Moxus AI is a unified LLM API gateway. You can use one API key and a small set of compatible endpoints to access models from OpenAI, Anthropic, Google, DeepSeek, Qwen, Zhipu, MiniMax, xAI, and other providers.

<Info>
  The platform endpoint is `https://moxus.ai`. Use `https://moxus.ai/v1` for OpenAI-compatible APIs, `https://moxus.ai` for Anthropic-compatible APIs, and `https://moxus.ai/v1beta` for Gemini-compatible APIs.
</Info>

<Columns cols={2}>
  <Card title="Make your first call" icon="rocket" href="/en/overview/quickstart">
    Create an account, generate an API key, and call a model with cURL or Python.
  </Card>

  <Card title="Explore modules" icon="layers" href="/en/overview/multimodal">
    Browse image, PDF, video understanding, and video generation modules.
  </Card>

  <Card title="Connect clients" icon="monitor-cog" href="/en/integrations/clients">
    Configure ChatBox, Cursor, OpenCat, and other clients with Base URL and API Key.
  </Card>

  <Card title="Use SDKs" icon="code-xml" href="/en/integrations/sdks">
    Connect through Python, Node.js, Go, Java, LangChain, or plain HTTP.
  </Card>
</Columns>

## What Moxus AI solves

Without an API gateway, using multiple providers means managing separate accounts, credentials, protocols, invoices, and operational behavior. Moxus AI centralizes that work: integrate once, choose models by name, track usage in one place, and keep your existing SDK workflow.

## Core capabilities

* Unified API keys for multiple model providers.
* OpenAI, Anthropic, and Gemini compatible protocols.
* Usage logs for request status, token usage, and cost tracking.
* Support for text, image, video, embeddings, reranking, and structured outputs.
* Key-level controls for quota, expiration, model scope, and IP restrictions.

## Next steps

* [Quickstart](/en/overview/quickstart)
* [Multimodal modules](/en/overview/multimodal)
* [Authentication](/en/guide/authentication)
