# LangGraph Platform Plans ## Overview LangGraph Platform is a commercial solution for deploying agentic applications in production. There are three different plans for using it. - **Developer**: All [LangSmith](https://smith.langchain.com/) users have access to this plan. You can sign up for this plan simply by creating a LangSmith account. This gives you access to the [Self-Hosted Lite](./deployment_options.md#self-hosted-lite) deployment option. - **Plus**: All [LangSmith](https://smith.langchain.com/) users with a [Plus account](https://docs.smith.langchain.com/administration/pricing) have access to this plan. You can sign up for this plan simply by upgrading your LangSmith account to the Plus plan type. This gives you access to the [Cloud](./deployment_options.md#cloud-saas) deployment option. - **Enterprise**: This is separate from LangSmith plans. You can sign up for this plan by contacting sales@langchain.dev. This gives you access to all deployment options: [Cloud](./deployment_options.md#cloud-saas), [Bring-Your-Own-Cloud](./deployment_options.md#bring-your-own-cloud), and [Self Hosted Enterprise](./deployment_options.md#self-hosted-enterprise) ## Plan Details | | Developer | Plus | Enterprise | |------------------------------------------------------------------|---------------------------------------------|-------------------------------------------------------|-----------------------------------------------------| | Deployment Options | Self-Hosted Lite | Cloud | Self-Hosted Enterprise, Cloud, Bring-Your-Own-Cloud | | Usage | Free, limited to 1M nodes executed per year | Free while in Beta, will be charged per node executed | Custom | | APIs for retrieving and updating state and conversational history | ✅ | ✅ | ✅ | | APIs for retrieving and updating long-term memory | ✅ | ✅ | ✅ | | Horizontally scalable task queues and servers | ✅ | ✅ | ✅ | | Real-time streaming of outputs and intermediate steps | ✅ | ✅ | ✅ | | Assistants API (configurable templates for LangGraph apps) | ✅ | ✅ | ✅ | | Cron scheduling | -- | ✅ | ✅ | | LangGraph Studio for prototyping | ✅ | ✅ | ✅ | | Authentication & authorization to call the LangGraph APIs | -- | Coming Soon! | Coming Soon! | | Smart caching to reduce traffic to LLM API | -- | Coming Soon! | Coming Soon! | | Publish/subscribe API for state | -- | Coming Soon! | Coming Soon! | | Scheduling prioritization | -- | Coming Soon! | Coming Soon! | Please see the [LangGraph Platform Pricing](https://www.langchain.com/langgraph-platform-pricing) for information on pricing. ## Related For more information, please see: * [Deployment Options conceptual guide](./deployment_options.md) * [LangGraph Platform Pricing](https://www.langchain.com/langgraph-platform-pricing) * [LangSmith Plans](https://docs.smith.langchain.com/administration/pricing)