OpenRouter
This provider is an extra of the lfx-bundles metapackage. It is opt-in for both Langflow and standalone LFX installs:
uv pip install "lfx-bundles[<bundle>]"
Replace <bundle> with this page's provider name, for example qdrant.
For a torch-free full Langflow install, run uv pip install "langflow[bundles]".
For standalone LFX with every provider in lfx-bundles, including PyTorch-based providers, run uv pip install "lfx[bundles]".
See Additional bundles for the exact extra name.
Bundles contain custom components that support specific third-party integrations with Langflow.
This page describes the components that are available in the OpenRouter bundle.
To configure OpenRouter once for all flows, you can also use the OpenAI Compatible model provider with the base URL https://openrouter.ai/api/v1.
For more information about OpenRouter features and functionality used by OpenRouter components, see the OpenRouter documentation.