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

# Introduction

> Unified AI Model API Gateway

ruoli ([ruoli.dev](https://ruoli.dev)) is an AI model API gateway. One API Key, unified interface, access to Claude, GPT, Gemini, Deepseek and other mainstream large models.

## Console

After logging in, the console shows system notifications, usage logs, and quick access to common features:

<Frame>
  <img src="https://mintcdn.com/yibinuniversity/APBCxMo3fcbJAdpd/images/console-dashboard.png?fit=max&auto=format&n=APBCxMo3fcbJAdpd&q=85&s=b15180cba03e361630b6305ee046ee1e" alt="ruoli Console Dashboard" width="3228" height="1856" data-path="images/console-dashboard.png" />
</Frame>

Quick access on the right side:

* **Support Group** — Contact after-sales support
* **Tutorial** — View this documentation
* **Status Monitor** — Check real-time channel status

## Models & Pricing

On the [pricing page](https://ruoli.dev/pricing), filter models by provider and view input/output prices per model, with available multipliers by group:

<Frame>
  <img src="https://mintcdn.com/yibinuniversity/APBCxMo3fcbJAdpd/images/model-pricing.png?fit=max&auto=format&n=APBCxMo3fcbJAdpd&q=85&s=63cc9522d3b48a97a600909b67d5cb64" alt="Model Selection and Pricing" width="3228" height="1856" data-path="images/model-pricing.png" />
</Frame>

Filter by provider (Anthropic, Google, OpenAI, etc.) and group on the left. Model-specific pricing is shown on the right.

## Create Tokens

When creating an API Key on the tokens page, select a group to determine the pricing multiplier:

<Frame>
  <img src="https://mintcdn.com/yibinuniversity/APBCxMo3fcbJAdpd/images/token-groups.png?fit=max&auto=format&n=APBCxMo3fcbJAdpd&q=85&s=282b2a9436656cdd4c6a2d0df468da3d" alt="Token Group Selection" width="3228" height="1856" data-path="images/token-groups.png" />
</Frame>

Each group shows its multiplier and description. For example, `gpt-pro` has a 0.3x multiplier while `cn` has 0.8x. Lower multiplier means cheaper.

See [Models & Groups](/en/platform/models-and-groups) for details.

## Service Monitoring

Check real-time channel availability and status via the [status monitoring page](https://status.ruoli.dev/status/all):

<Frame>
  <img src="https://mintcdn.com/yibinuniversity/APBCxMo3fcbJAdpd/images/status-monitor.png?fit=max&auto=format&n=APBCxMo3fcbJAdpd&q=85&s=66517dc9a6d7dbc4315a41dfca76ada2" alt="Service Status Monitor" width="3228" height="1856" data-path="images/status-monitor.png" />
</Frame>

## API Info

| Item                                | Value                               |
| ----------------------------------- | ----------------------------------- |
| API URL (OpenAI-compatible)         | `https://ruoli.dev/v1`              |
| API URL (Anthropic / Gemini native) | `https://ruoli.dev` (without `/v1`) |
| Auth                                | `Authorization: Bearer sk-YOUR-KEY` |

<Info>Whether the URL includes `/v1` depends on the tool's protocol format — see [General Access](/en/tools/general-access).</Info>

## Next Steps

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/en/quickstart">
    Sign up and get your API Key
  </Card>

  <Card title="Models & Groups" icon="layer-group" href="/en/platform/models-and-groups">
    Choose a group and understand pricing
  </Card>

  <Card title="CC Switch One-Click Setup" icon="arrow-right-arrow-left" href="/en/tools/cc-switch">
    Configure all AI tools with one click
  </Card>

  <Card title="Billing & Top-Up" icon="wallet" href="/en/platform/billing">
    Billing model and how to add funds
  </Card>
</CardGroup>
