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

# API 参考文档

> 提供全面的 API 参考文档，帮助开发者快速集成和使用 AI API 接口。

## 从这里开始

Poixe AI 兼容多种主流协议，并提供统一的 API 服务入口：你只需要拿到 `base_url` 和 `api_key`，将其与原有代码中的地址和密钥替换即可完成接入。

<CardGroup cols={2}>
  <Card title="接口地址（Base URL）" icon="link" href="/cn/api-reference/introduction/base-url">
    了解统一的接口域名与请求路径规则。
  </Card>

  <Card title="API 密钥（API Keys）" icon="key" href="/cn/api-reference/introduction/api-keys">
    创建与管理 API Key，并了解使用方式。
  </Card>

  <Card title="命名规则（Model Naming）" icon="tag" href="/cn/api-reference/introduction/model-naming">
    了解模型命名、系列与厂商标识的约定。
  </Card>

  <Card title="错误码（Errors）" icon="siren" href="/cn/api-reference/introduction/errors">
    常见错误与排查方向，便于快速定位问题。
  </Card>
</CardGroup>

## 选择你要用的协议

不确定该选哪种协议？先从这里快速了解 4 种文本对话协议的定位与差异。

<CardGroup cols={1}>
  <Card title="协议兼容性概览" icon="list" href="/cn/api-reference/introduction/protocols">
    了解 Poixe AI 对主流协议的兼容情况与差异。
  </Card>
</CardGroup>
