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

# 咏唱引擎文档

> 咏唱引擎平台文档：下载设备原生模型包、管理 API 密钥、为钱包充值，并对接 REST API。

欢迎使用咏唱引擎文档。本站点介绍如何使用咏唱引擎平台：登录、创建 API 密钥、下载面向手机、机器人与可穿戴设备的量化模型包，以及如何在应用中对接 REST API。

<CardGroup cols={2}>
  <Card title="快速开始" icon="rocket" href="/quickstart">
    创建账户、生成 API 密钥，并发起你的第一次调用。
  </Card>

  <Card title="认证" icon="key" href="/authentication">
    介绍会话令牌、API 密钥与查询令牌下载。
  </Card>

  <Card title="Aria 模型包" icon="cube" href="/concepts/models">
    模型包结构、量化等级与 SDK 版本管理。
  </Card>

  <Card title="API 参考" icon="code" href="/api-reference/introduction">
    平台暴露的全部接口，含请求与响应字段。
  </Card>
</CardGroup>

## 你能做什么

* 以 `int4`、`int8` 或 `int326` 量化下载 Aria 模型包（`weight.bin`、`config.json`、分词器）。
* 创建并吊销用于各站点网关的 `bfvk-` API 密钥。
* 在国际站通过 Stripe（美元）或在中国站通过微信支付 / 支付宝（人民币）为预付费钱包充值。
* 从 GitHub（国际站）或 Gitee（中国站）拉取最新的 `aria-engine`、`aria-router`、`aria-agent`、`aria-memo` 发布版本。
* 管理会话、启用两步验证，并查看计量用量。

<Note>
  平台以两个独立部署运行：`ariacompute.com`（国际站，美元，Stripe）与 `ariacompute.cn`（中国站，人民币，微信支付 + 支付宝）。两个站点之间的账户、API 密钥与钱包互不共享。
</Note>
