Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pricing page updates #610

Merged
merged 7 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ __pycache__

.idea

.yarn/cache
.yarn/cache
.vercel
10 changes: 5 additions & 5 deletions docs/administration/concepts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ An organization is a logical grouping of users within LangSmith with its own bil
When you log in for the first time, a personal organization will be created for you automatically. If you'd like to collaborate with others, you can create a separate organization and invite your team members to join.
There are a few important differences between your personal organization and shared organizations:

| Feature | Personal | Shared |
| ------------------- | ------------------- | ----------------------------------------------------------- |
| Maximum workspaces | 1 | Variable, depending on plan (see [pricing page](./pricing)) |
| Collaboration | Cannot invite users | Can invite users |
| Billing: paid plans | Developer plan only | All other plans available |
| Feature | Personal | Shared |
| ------------------- | ------------------- | -------------------------------------------------------------------------------------------- |
| Maximum workspaces | 1 | Variable, depending on plan (see [pricing page](https://www.langchain.com/pricing-langsmith) |
| Collaboration | Cannot invite users | Can invite users |
| Billing: paid plans | Developer plan only | All other plans available |

### Workspaces

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ add a credit card on the Plans and Billing page as follows:
### 2. Add your credit card info

After this step, you will no longer be rate limited to 5000 traces, and will be charged for any excess
traces at rates specified on our [pricing](../../pricing) page.
traces at rates specified on our [pricing](https://www.langchain.com/pricing-langsmith) page.

## Plus Plan: set up billing on a shared organization

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Single Sign-On (SSO) functionality is available for Enterprise Cloud customers t
LangSmith's SSO configuration is built using the SAML (Security Assertion Markup Language) 2.0 standard. SAML 2.0 enables connecting an Identity Provider (IdP) to your organization for an easier, more secure login experience.

:::note
SAML SSO is available for organizations on the [Enterprise plan](../../pricing). Please [contact sales](https://www.langchain.com/contact-sales) to learn more.
SAML SSO is available for organizations on the [Enterprise plan](https://www.langchain.com/pricing-langsmith). Please [contact sales](https://www.langchain.com/contact-sales) to learn more.
:::

## What is SAML SSO?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Once your workspace has been created, you can manage its members and other confi

:::note
Different plans have different limits placed on the number of workspaces that can be used in an organization.
Please see the [pricing page](../../pricing) for more information.
Please see the [pricing page](https://www.langchain.com/pricing-langsmith) for more information.
:::

## Manage users
Expand Down
271 changes: 0 additions & 271 deletions docs/administration/pricing.mdx

This file was deleted.

108 changes: 108 additions & 0 deletions docs/pricing/faq.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
---
sidebar_label: FAQ
sidebar_position: 2
---

import { RegionalUrl } from "@site/src/components/RegionalUrls";

# Frequently Asked Questions

## Questions and Answers

### I’ve been using LangSmith since before pricing took effect for new users. When will pricing go into effect for my account?

If you’ve been using LangSmith already, your usage will be billable starting in July 2024. At that point if you want to add seats or use more than the monthly allotment of free traces, you will need to add a credit card to LangSmith or contact sales. If you are interested in the Enterprise plan with higher rate limits and special deployment options, you can learn more or make a purchase by reaching out to [[email protected]](mailto:[email protected]).

### Which plan is right for me?

If you’re an individual developer, the Developer plan is a great choice for small projects.

For teams that want to collaborate in LangSmith, check out the Plus plan. **If you are an early-stage startup building an AI application**, you may be eligible for our Startup plan with discounted prices and a generous free monthly trace allotment. Please reach out via our [Startup Contact Form](https://airtable.com/app8ZrGLtHAtFVO1o/pagfLAmdTz4ep7TGu/form) for more details.

If you need more advanced administration, authentication and authorization, deployment options, support, or annual invoicing, the Enterprise plan is right for you. Please reach out via our [Sales Contact Form](https://www.langchain.com/contact-sales) for more details.

### What is a seat?

A seat is a distinct user inside your organization. We consider the total number of users (including invited users) to determine the number of seats to bill.

### What is a trace?

A trace is one complete invocation of your application chain or agent, evaluator run, or playground run. Here is an [example](https://smith.langchain.com/public/17c24270-9f74-47e7-b70c-d508afc448fa/r) of a single trace.

### What is an ingested event?

An ingested event is any distinct, trace-related data sent to LangSmith. This includes:

- Inputs, outputs and metadata sent at the start of a run step within a trace
- Inputs, outputs and metadata sent at the end of a run step within a trace
- Feedback on run steps or traces

### I’ve hit my rate or usage limits. What can I do?

If you’ve consumed the monthly allotment of free traces in your account, you can add a credit card on the Developer and Plus plans to continue sending traces to LangSmith. If you’ve hit the rate limits on your tier, you can upgrade to a higher plan to get higher limits, or reach out to [[email protected]](mailto:[email protected]) with questions.

### I have a developer account, can I upgrade my account to the Plus or Enterprise plan?

Every user will have a unique personal account on the Developer plan. <b>We cannot upgrade a Developer account to the Plus or Enterprise plans.</b> If you’re interested in working as a team, create a separate LangSmith Organization on the Plus plan. This plan can upgraded to the Enterprise plan at a later date.

### How does billing work?

<b>Seats</b>
<br />
Seats are billed monthly on the first of the month. Additional seats purchased
mid-month are pro-rated and billed within one day of the purchase. Seats removed
mid-month will not be credited.
<br />
<br />
<b>Traces</b>
<br />
As long as you have a card on file in your account, we’ll service your traces and
bill you on the first of the month for traces that you submitted in the previous
month. You will be able to set usage limits if you so choose to limit the maximum
charges you could incur in any given month.

### Can I limit how much I spend on tracing?

You can set limits on the number of traces that can be sent to LangSmith per month on
the <RegionalUrl text='Plans and Billing' suffix='/settings/payments' /> settings page.

:::note
While we do show you the dollar value of your usage limit for convenience, this limit evaluated
in terms of number of traces instead of dollar amount. For example, if you are approved for our
startup plan tier where you are given a generous allotment of free traces, your usage limit will
not automatically change.

You are not currently able to set a spend limit in the product.
:::

### How can my track my usage so far this month?

Under the Settings section for your Organization you will see subsection for <b>Usage</b>. There, you will able to see a graph of the daily number of billable LangSmith traces from the last 30, 60, or 90 days. Note that this data is delayed by 1-2 hours and so may trail your actual number of runs slightly for the current day.

### I have a question about my bill...

Customers on the Developer and Plus plan tiers should email [[email protected]](mailto:[email protected]). Customers on the Enterprise plan should contact their sales representative directly.

Enterprise plan customers are billed annually by invoice.

### What can I expect from Support?

On the Developer plan, community-based support is available on [Discord](https://discord.com/invite/6adMQxSpJS).

On the Plus plan, you will also receive preferential, email support at [[email protected]](mailto:[email protected]) for LangSmith-related questions only and we'll do our best to respond within the next business day.

On the Enterprise plan, you’ll get white-glove support with a Slack channel, a dedicated customer success manager, and monthly check-ins to go over LangSmith and LangChain questions. We can help with anything from debugging, agent and RAG techniques, evaluation approaches, and cognitive architecture reviews. If you purchase the add-on to run LangSmith in your environment, we’ll also support deployments and new releases with our infra engineering team on-call.

### Where is my data stored?

You may choose to sign up in either the US or EU region. See the [cloud architecture reference](../reference/cloud_architecture_and_scalability) for more details. If you’re on the Enterprise plan, we can deliver LangSmith to run on your kubernetes cluster in AWS, GCP, or Azure so that data never leaves your environment.

### Which security frameworks is LangSmith compliant with?

We are SOC 2 Type II, GDPR, and HIPAA compliant.

You can request more information about our security policies and posture at [trust.langchain.com](https://trust.langchain.com). Please note we only enter into BAAs with customers on our Enterprise plan.

### Will you train on the data that I send LangSmith?

We will not train on your data, and you own all rights to your data. See [LangSmith Terms of Service](https://langchain.dev/terms-of-service) for more information.
9 changes: 9 additions & 0 deletions docs/pricing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_label: Pricing
sidebar_position: 4
---

# LangSmith Pricing

- [Plans](https://www.langchain.com/pricing-langsmith): An overview of LangSmith plans and features available for each plan type.
- [Frequently Asked Questions](./pricing/faq): Frequently asked questions about LangSmith pricing.
17 changes: 17 additions & 0 deletions docs/pricing/plans.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_label: Plans
sidebar_position: 1
table_of_contents: true
---

# Plans

import React, { useEffect } from 'react';

export default function PricingRedirect() {
useEffect(() => {
window.location.href = 'https://www.langchain.com/pricing-langsmith';
}, []);

return null;
}
19 changes: 17 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
Create as many sidebars as you want.
*/

module.exports = {
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
sidebar: [
"index",
Expand Down Expand Up @@ -226,7 +227,19 @@ module.exports = {
],
link: { type: "doc", id: "self_hosting/index" },
},
"administration/pricing",
{
type: "category",
label: "Pricing",
collapsed: true,
collapsible: true,
items: [
{
type: "autogenerated",
dirName: "pricing",
},
],
link: { type: "doc", id: "pricing/index" },
},
{
type: "html",
value:
Expand All @@ -248,3 +261,5 @@ module.exports = {
},
],
};

module.exports = sidebars;
12 changes: 10 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
},
{
"source": "/pricing:path*",
"destination": "/administration/pricing"
"destination": "/pricing"
},
{
"source": "/tutorials/Developers/observability",
Expand Down Expand Up @@ -209,7 +209,15 @@
{
"source": "/reference/sdk_reference(/?)",
"destination": "/reference/"
}
},
{
"source": "/administration/pricing",
"destination": "https://www.langchain.com/pricing-langsmith"
},
{
"source": "/pricing/plans",
"destination": "https://www.langchain.com/pricing-langsmith"
}
],
"builds": [
{
Expand Down
Loading
Loading