> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-zh.cn/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="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/i18n\zh-CN\oss\python\integrations\providers\openrouter.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>

  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>
</div>
