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

# OpenAI 兼容模型

> FocusAPI OpenAI 兼容模型说明：本页为旧入口，文本、图像、语音等能力已拆分到对应模型能力页面。

本页是旧入口。FocusAPI 现在按 **模型能力** 组织文档，而不是按厂商组织。

如果你要使用 OpenAI SDK，通常只需要在对应能力页中使用：

```text theme={null}
https://www.focusapi.cn/v1
```

## 选择入口

<CardGroup cols={2}>
  <Card title="文本对话" href="/models/chat">
    GPT、Claude、Gemini、DeepSeek 等聊天模型的统一调用方式。
  </Card>

  <Card title="图像生成" href="/models/image-generation">
    OpenAI Images、Gemini 图像、Seedream 等图片模型。
  </Card>

  <Card title="语音模型" href="/models/audio">
    语音转文字和文字转语音。
  </Card>

  <Card title="模型选择指南" href="/models/selection">
    按任务选择模型能力。
  </Card>
</CardGroup>
