Featured models
While these LangChain classes support the indicated advanced feature, you may need to refer to provider-specific documentation to learn which hosted models or backends support the feature.
Routers & proxies
Routers and proxies give you access to models from multiple providers through a single API and credential. They can simplify billing, let you switch between models without changing integrations, and offer features like automatic fallbacks.Chat Completions API
Certain model providers offer endpoints that are compatible with OpenAI’s Chat Completions API. In such cases, you can useChatOpenAI with a custom base_url to connect to these endpoints for basic chat functionality.
Snowflake Cortex REST API is fully compatible with both the OpenAI and Anthropic APIs. Use ChatOpenAI or ChatAnthropic with a custom base_url to access frontier models running within Snowflake’s security perimeter.
Auxen hosts dedicated per-customer LLM endpoints with an OpenAI-compatible Chat Completions API. Use ChatOpenAI with a custom base_url and per-instance API key.
DaoXE is a multi-model API gateway with an OpenAI-compatible Chat Completions surface. Use ChatOpenAI with base_url https://daoxe.com/v1 and an account-scoped model ID.
1Claw routes LLM calls through the Shroud TEE proxy with ChatOpenAI or ChatAnthropic and a custom base_url, keeping provider keys and secrets out of agent context.
Apertis provides an OpenAI-compatible Chat Completions API. Use ChatOpenAI with base_url https://api.apertis.ai/v1 and a model ID available to your account.
All chat models
If you’d like to contribute an integration, see Contributing integrations.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

