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

# API Router 的应用集成

> 将第三方应用连接到 Alter API Router

当您将外部应用接入更改 API 路由器时，请使用这些指南。

## 集成指南

<CardGroup cols={2}>
  <Card title="TypingMind" icon="plug" href="/zh/api-router/typingmind">
    在 TypingMind 中配置自定义 OpenAI Chat Completions 模型，并使用 Alter 端点和标头。
  </Card>

  <Card title="Msty.ai" icon="plug" href="/zh/api-router/msty">
    在 Msty.ai 中设置 Alter endpoint、API key 与模型 ID 格式。
  </Card>

  <Card title="通用配置模式" icon="book-open" href="/zh/api-router/api-gateway">
    大多数 OpenAI 兼容应用都会用到基本的 URL、API 密钥的处理方式和模型 ID 格式。
  </Card>
</CardGroup>

## 集成检查清单

1.将基本URL设为`https://alterhq.com/api`（若需要使用`/v1`）
2\. 将认证标头设为`Authorization: Bearer YOUR_API_KEY`
3.使用`Provider#Model-name`格式的模型ID
4\. 首次请求前先调用一次模型列表

## 相关文档

* [API 路由器概述](/zh/references/api-router-overview)
* [API 模型参考](/zh/references/api-model-names)
