> ## Documentation Index
> Fetch the complete documentation index at: https://cndoc-langchain.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenRouter 集成

> 通过 LangChain Python 使用 OpenRouter 的统一 API 访问来自多个提供商的模型。

[OpenRouter](https://openrouter.ai/) 是一个统一的 API，通过单一端点提供对来自多个提供商（OpenAI、Anthropic、Google、Meta 等）的模型的访问，并具备提供商路由和推理令牌支持等功能。

## 聊天模型

<Columns cols={2}>
  <Card title="ChatOpenRouter" href="/oss/python/integrations/chat/openrouter" cta="开始使用" icon="message" arrow>
    通过 OpenRouter 统一 API 访问来自多个提供商的聊天模型。
  </Card>
</Columns>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [将这些文档](/use-these-docs) 通过 MCP 连接到 Claude、VSCode 等，以获取实时答案。
  </Callout>

  <Callout icon="edit">
    [在 GitHub 上编辑此页面](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/providers/openrouter.mdx) 或 [提交问题](https://github.com/langchain-ai/docs/issues/new/choose)。
  </Callout>
</div>
