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

# OmniaKey 简介

> 面向 coding agents 的 LLM API 网关：一把 API key 调用 Claude、GPT 和 Gemini。

OmniaKey 是一个 **面向 coding agents 的 LLM API 网关**。一把 API key 可以接入当前公开目录里的 Claude、GPT 和 Gemini 模型，适用于 Claude Code、Cursor、Codex、Cline、aider，以及任何 OpenAI / Anthropic / Gemini 兼容工具。

<CardGroup cols={3}>
  <Card title="快速开始" icon="rocket" href="/cn/quick-start">
    用 OpenAI 兼容接口跑通第一条请求
  </Card>

  <Card title="API 参考" icon="code" href="/cn/api">
    三套协议、base URL、认证和错误处理
  </Card>

  <Card title="支持模型" icon="cubes" href="/cn/models">
    当前公开 Claude、GPT、Gemini 模型 ID
  </Card>
</CardGroup>

## 一把 key，三套协议

所有公开开发者请求都走同一个 API 主机：

```text theme={null}
https://api.omniakey.com
```

| 协议           | Base URL                          | 常见用途                                |
| ------------ | --------------------------------- | ----------------------------------- |
| OpenAI 兼容    | `https://api.omniakey.com/v1`     | Cursor、Codex、Cline、aider、OpenAI SDK |
| Anthropic 原生 | `https://api.omniakey.com`        | Claude Code、Anthropic SDK           |
| Gemini 原生    | `https://api.omniakey.com/v1beta` | Google Gen AI SDK                   |

大多数工具只需要 OpenAI 兼容入口。Claude Code 使用 Anthropic 原生入口；Gemini SDK 使用 Gemini 原生入口。

## 当前公开能力

OmniaKey docs 当前只承诺这些公开能力：

* OpenAI 兼容 Chat Completions、Responses、Models
* Anthropic Messages
* Gemini Generate Content
* API key、预付余额、单 key cap、用量记录

图片、音频、embeddings、rerank、files、fine-tuning、batches 暂不作为公开能力写入 docs。
