Private beta: The LLM Gateway is in private beta. APIs and features may change as we iterate. Sign up for the waitlist to get access.
- Authenticates the caller using their LangSmith API key.
- Resolves the actual provider API key from your workspace’s Provider Secrets.
- Evaluates governance policies (spend limits, PII redaction, secrets redaction).
- Proxies the request to the upstream provider.
- Traces the call to LangSmith.
Feature availability
Supported providers
In addition to the providers above, LangChain offers managed models through the
/langchain path. These require no provider secret of your own: you authenticate with your LangSmith API key and LangChain owns the upstream credential.
Regional gateways
If your LangSmith account is on a regional instance, use the corresponding regional gateway. Append the provider path to the base URL, for example/openai/v1 or /langchain/v1.
Known limitations
- Claude Desktop: no marketplace plugins supported. The Chat tab not visible, but Cowork is functional.
- Codex Desktop: no marketplace plugins supported.
- Cursor: IDE integration is not yet available.
- ChatGPT Desktop / Gemini Desktop: not configurable.
Resources
Spend policies
Set and manage cost limits across your organization.
PII and secrets redaction
Prevent sensitive data from reaching LLM providers or trace storage.
Model fallbacks
Automatically retry against backup models when the primary model fails.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

