- Cloud: fully managed by LangChain
- Hybrid: LangChain manages the control plane; you host the data plane
- Self-hosted: you manage the full stack within your infrastructure
Start here if you’re deploying or maintaining LangSmith infrastructure.
Cloud
Run all components fully managed in LangChain’s cloud.
Hybrid
(Enterprise) Manage the data plane running in your cloud while LangChain manages the control plane.
Self-hosted
(Enterprise) Run the full LangSmith or run standalone LangGraph Servers without the control plane UI.
Comparison
Cloud | Hybrid | Self-Hosted | |
---|---|---|---|
Description | All components run in LangChain’s cloud | Control plane runs in LangChain’s cloud; data plane running in your cloud | All components run in your cloud |
CI/CD | Managed by LangChain | Data plane CI/CD managed by you | All CI/CD managed by you |
Data/compute residency | LangChain’s cloud | Your cloud | Your cloud |
LangSmith compatibility | Includes LangSmith SaaS observability | Traces to LangSmith SaaS | Traces to your self-hosted LangSmith instance |
Pricing | Plus | Enterprise | Enterprise |
You can run a LangGraph Server locally for free for testing and development.