> ## 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.

# Claude 模型说明

> FocusAPI Claude 模型说明：本页为旧入口，Claude 文本、推理、多模态和工具调用已拆分到对应模型能力页面。

Claude 不是单独的一种文档入口，而是出现在不同能力中：文本对话、推理、多模态理解和工具调用。

## 去哪里看

<CardGroup cols={2}>
  <Card title="文本对话" href="/models/chat">
    通过 OpenAI 兼容方式调用 Claude 对话模型。
  </Card>

  <Card title="推理模型" href="/models/reasoning">
    查看适合复杂推理和长上下文任务的模型。
  </Card>

  <Card title="多模态理解" href="/models/multimodal">
    图片、截图和文档理解输入格式说明。
  </Card>

  <Card title="工具调用" href="/models/tool-calling">
    查看工具调用、函数参数和兼容性说明。
  </Card>
</CardGroup>

如果你必须使用 Anthropic 原生 SDK，请以控制台和模型广场说明为准；优先先用 [快速开始](/quickstart) 验证 API Key 可用。
