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

# DeepSeek 模型说明

> FocusAPI DeepSeek 模型说明：本页为旧入口，DeepSeek Chat 和 Reasoner 已分别归入文本对话和推理模型能力页。

DeepSeek 模型通常通过 OpenAI 兼容方式调用。现在文档按能力拆分：

<CardGroup cols={2}>
  <Card title="文本对话" href="/models/chat">
    `deepseek-chat` 等通用对话模型。
  </Card>

  <Card title="推理模型" href="/models/reasoning">
    `deepseek-reasoner` 等复杂推理模型。
  </Card>

  <Card title="快速开始" href="/quickstart">
    使用 curl 或 OpenAI SDK 跑通首次调用。
  </Card>

  <Card title="计费与用量" href="/billing/pricing">
    查看 token、倍率和成本控制建议。
  </Card>
</CardGroup>
