Cloud
Fully managed model for deployment running in LangChain’s cloud. A simple way to deploy and manage your LangGraph Servers. Connect your GitHub repositories to the platform and deploy your LangGraph Servers from the control plane UI. The build process (i.e. CI/CD) is managed internally by the platform.
Hybrid
(Enterprise) Manage the data plane in your own cloud, while LangChain manages the control plane. Build a Docker image using the LangGraph CLI and deploy your LangGraph Server from the control plane UI.
Self-hosted
(Enterprise) Run all components entirely within your own cloud environment. Deploy the full LangSmith platform or standalone instances of a LangGraph Server without the control plane UI.
Cloud | Hybrid | Self-Hosted | |
---|---|---|---|
Description | All components run in LangChain’s cloud | Control plane runs in LangChain’s cloud; data plane in your cloud | All components run in your cloud |
CI/CD | Managed internally by platform | Managed externally by you | Managed externally by you |
Data/compute residency | LangChain’s cloud | Your cloud | Your cloud |
LangSmith compatibility | Trace to LangSmith SaaS | Trace to LangSmith SaaS | Trace to Self-Hosted LangSmith |
Pricing | Plus | Enterprise | Enterprise |
You can run LangSmith locally for free for testing and development.