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

# OpenRouter integrations

> Access models from multiple providers through OpenRouter's unified API using LangChain Python.

[OpenRouter](https://openrouter.ai/) is a unified API that provides access to models from multiple providers (OpenAI, Anthropic, Google, Meta, and more) through a single endpoint, with features like provider routing and reasoning token support.

## Chat models

<Columns cols={2}>
  <Card title="ChatOpenRouter" href="/oss/python/integrations/chat/openrouter" cta="Get started" icon="message" arrow>
    Access chat models from multiple providers through the OpenRouter unified API.
  </Card>
</Columns>

***

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

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/providers/openrouter.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
