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

# AI API 目录

> AI 模型供应商和 API 注册完整指南

## 选择供应商

考虑以下因素：

**预算：**

* **预算紧张** → DeepSeek、Google Gemini Flash 或 [免费选项](./free-api-keys)
* **中等预算** → GPT-4、Claude Haiku
* **追求顶级质量** → GPT-5、Claude Sonnet、Claude Opus

**使用场景：**

* **通用写作** → OpenAI GPT-5.2
* **战略规划** → Claude Sonnet-4.5
* **中文内容** → 智谱 GLM-5、DeepSeek-V3.2
* **速度优先** → Google Gemini 3 Flash

## 热门 AI 供应商

<Note>
  此处列出的价格可能会变更。请参考供应商官方获取最准确的定价。
</Note>

### OpenAI

<Card title="OpenAI 平台" icon="openai" href="https://platform.openai.com">
  GPT-5、GPT-4 及更多 GPT 模型
</Card>

**定价：** 按量付费，GPT-3.5 起价 \$0.03/1K tokens

**如何注册：**

<Steps>
  <Step title="创建账户">
    访问 [platform.openai.com](https://platform.openai.com) 并注册
  </Step>

  <Step title="添加付款方式">
    进入 Billing 添加付款方式
  </Step>

  <Step title="生成 API Key">
    前往 API keys 部分创建新密钥
  </Step>
</Steps>

### Anthropic

<Card title="Anthropic 控制台" icon="microchip" href="https://console.anthropic.com">
  Claude Sonnet、Opus 和 Haiku 模型
</Card>

**定价：** 按量付费，Haiku 起价 \$3/百万 tokens

### Google AI

<Card title="Google AI Studio" icon="google" href="https://aistudio.google.com">
  Gemini Pro 和 Flash 模型
</Card>

**定价：** 提供免费层级，Pro 起价 \$0.35/百万 tokens

### DeepSeek

<Card title="DeepSeek 平台" icon="brain" href="https://platform.deepseek.com">
  DeepSeek V3 和 R1 模型
</Card>

**定价：** 非常实惠，起价 ¥0.1/百万 tokens

### 智谱 AI

<Card title="智谱 AI 开放平台" icon="language" href="https://open.bigmodel.cn">
  GLM-4、GLM-5 模型
</Card>

**定价：** 中国市场竞争力价格

## API 聚合商

聚合商通过单个 API Key 提供多个模型的访问：

| 聚合商             | 可用模型    | 优势            |
| --------------- | ------- | ------------- |
| **OpenRouter**  | 100+ 模型 | 一个 Key 访问所有模型 |
| **Together AI** | 开源模型    | 自托管选项         |
| **Replicate**   | 社区模型    | 种类丰富          |

<Tip>
  聚合商简化了多个供应商的管理，但可能会增加少量加价。
</Tip>

## 免费资源

不花钱即可开始：

<Card title="免费 API Key" icon="gift" href="./free-api-keys">
  社区资源、免费层级和试用额度
</Card>

## 配置帮助

获取 API Key 后，在 SoloEnt 中配置：

<Card title="API 配置指南" icon="key" href="../quickstart/api-configuration">
  逐步设置说明
</Card>

## 下一步

<CardGroup cols={2}>
  <Card title="配置 API Key" icon="key" href="../quickstart/api-configuration">
    设置你选择的供应商
  </Card>

  <Card title="免费 API Key" icon="gift" href="./free-api-keys">
    从免费选项开始
  </Card>

  <Card title="开始写作" icon="pen-to-square" href="../tips/create-project">
    创建你的第一个项目
  </Card>
</CardGroup>
