Endpoint
/langchain prefix.
OpenAI Provider
Anthropic Provider
Bedrock Provider
For LangChain classes that use boto3 / Bedrock endpoint URLs, use:Notes
- Choose the LangChain provider class that matches the request shape you want to send.
- ModRouter’s
/langchainendpoint is a compatibility prefix, not a LangChain runtime. Your chains, tools, and memory still run in your application. - If a LangChain integration sends an endpoint ModRouter does not implement, use a provider-specific ModRouter integration or passthrough.
