LangSmith pricing - what you pay for, how traces are billed, and how to estimate monthly cost

LangSmith pricing has two main parts: seats (who can use the workspace) and trace usage (how many application runs you store). Retention tiers matter because they change the price per trace. This page is built to be fully responsive for mobile and desktop, with tables, FAQs, and a spend calculator.

Developer: $0/seat (max 1 seat), includes 5k base traces/mo Plus: $39/seat/mo, includes 10k base traces/mo Base retention: 14 days • Extended retention: 400 days Base: $2.50/1k • Extended: $5.00/1k • Upgrade: $2.50/1k

1) Overview: what “LangSmith pricing” includes

People search “LangSmith pricing” for one of three reasons: (1) they want the cheapest plan to start; (2) they need to understand how traces are billed; or (3) they want to avoid surprise bills when production traffic scales. The reality is that LangSmith pricing is not a single meter.

Your monthly cost can include:

  • Seat fees (Plus): a predictable cost based on how many users access the workspace.
  • Trace usage charges: after you exceed included base traces, you pay per 1,000 traces, with different rates by retention tier.
  • Retention decisions: base traces (short-lived) vs extended traces (long-lived) can change cost meaningfully at scale.
  • Plan-dependent extras: deployment and support options differ by plan and can influence total value.
The best way to budget is: (seats) + (billable base traces × base rate) + (extended traces × extended rate), then set limits.

What is a “trace”?

A trace represents one end-to-end execution of your application (agent run, chain run, evaluator run, or playground session). A single trace can contain many internal steps such as LLM calls and tool calls. Tracing everything helps debugging and evaluation, but it also means your trace count can grow with product usage.

2) Plans: Developer vs Plus vs Enterprise

LangSmith typically offers a free Developer plan for solo builders, Plus for teams, and Enterprise for organizations that need advanced security, compliance, hosting, and SLAs.

Plan Price Seats Included base traces / month Best for
Developer $0/seat/month Max 1 seat 5,000 base traces Solo prototyping, debugging, early evals
Plus $39/seat/month Unlimited seats 10,000 base traces Teams, collaboration, higher volume tracing
Enterprise Custom Custom Custom SSO/RBAC, advanced support, custom hosting

How to choose fast

  • Choose Developer if you are one person and your usage is mostly local/dev with moderate trace volume.
  • Choose Plus if multiple people need access and you want predictable collaboration + more included traces.
  • Choose Enterprise if compliance/security/hosting is the main requirement, not just price.

3) Trace pricing: base vs extended retention

Retention is the most important pricing knob after seat count. LangSmith distinguishes: base traces (short retention) and extended traces (long retention). Teams often start by keeping everything, then later adopt policies like “keep only high-signal traces for long retention.”

Tier Retention Common purpose Price (per 1,000 traces)
Base 14 days Debugging, quick iteration, short-term monitoring $2.50
Extended 400 days Long-term improvement, feedback, labeling, governance $5.00
Upgrade base → extended Keep selected traces longer after capture $2.50

Why retention changes cost

Short retention is designed for high-volume debugging data that loses value quickly. Long retention is more expensive because the traces remain searchable and usable for long-term evaluation, product analytics, and governance workflows.

How trace volume grows in real products

Trace counts often scale with:

  • Requests per day × how many environments you trace (dev + staging + prod).
  • Sampling strategy (100% capture vs partial sampling for success cases).
  • Agent complexity (more steps doesn’t necessarily mean more traces, but it can increase payload and “events”).
A common approach is: keep 100% of error traces and a sampled subset of successful traces, and upgrade to extended retention only for traces that include feedback or become “golden examples.”

4) Billing: when you’re charged and how to avoid surprises

Billing usually breaks down into:

  • Seats: predictable monthly subscription (Plus).
  • Traces: usage-based monthly charges, influenced by included allowances and retention tier.

Practical spend controls

  • Set usage limits: cap monthly trace ingestion so your bill cannot exceed a threshold.
  • Track draft invoices: check usage weekly during launches or heavy testing.
  • Use retention intentionally: base by default, extended only for high-value traces.
  • Sample in production: do not store every successful request if you don’t need it.

Recommended “starter policy”

Starter policy: base retention for everything; extended retention only for (a) user-feedback traces, (b) incident-related traces, and (c) curated dataset examples. Sampling for non-error traffic at 10–20%.

5) Monthly cost calculator

This calculator is built into the page and works offline. Adjust inputs and it will estimate monthly total based on seats + traces. If your account has different rates or promotions, override the defaults in “Advanced.”

Inputs

Advanced (override defaults)

Tip: If you want to model “some traces are upgraded,” subtract those from base traces and add them to extended traces.

Estimated monthly total
$0.00

6) Cost examples (quick scenarios)

Example 1: Developer plan, 4,000 base traces

You’re under the 5,000 included base traces. Total stays at approximately $0 (excluding any add-ons), making Developer a great option for personal projects and early experiments.

Example 2: Plus plan, 5 seats, 60,000 base traces, 5,000 extended traces

Seat cost = 5 × $39 = $195/month. Included base traces = 10,000. Billable base traces = 60,000 − 10,000 = 50,000 → 50 × $2.50 = $125. Extended traces = 5,000 → 5 × $5.00 = $25. Estimated total ≈ $195 + $125 + $25 = $345/month.

Example 3: Heavy production tracing with long retention everywhere

If you store most traces as extended at high volume, cost scales faster. In high-traffic apps, the best control is a retention policy + sampling strategy so only high-signal traces live long-term.

Rule of thumb: If you’re not sure what to keep long-term, start with base retention + sampling. Then “upgrade to extended” for the traces you repeatedly reference for debugging, evaluation, or feedback.

7) LangSmith self-hosted pricing

LangSmith self-hosted pricing typically refers to the Enterprise option where LangSmith can be deployed in your own environment (or a controlled/private setup) for organizations that need strict data residency, compliance, and security controls. Pricing is usually custom because it depends on your deployment model (cloud, VPC, on-prem), required security features (SSO/RBAC), audit/compliance needs, support SLAs, and expected usage scale. In practice, “self-hosted” is less about a public price table and more about a packaged agreement that includes implementation guidance and enterprise support.

8) LangSmith enterprise pricing

LangSmith Enterprise pricing is designed for teams that require more than standard self-serve plans especially around governance and reliability. Enterprise agreements are commonly tailored to your organization’s needs: user access at scale, role based permissions, SSO, advanced support, contract terms, data controls, and sometimes dedicated infrastructure or custom hosting. If you’re evaluating Enterprise, the most important pricing variables are your security/compliance requirements, expected trace volume/retention strategy, and the level of support/SLAs your production workloads require.

9) LangSmith API pricing

LangSmith API pricing is usually not “per API call” in the way model providers charge for tokens. Instead, LangSmith’s “API usage” cost is commonly tied to observability usage especially how many traces your application sends (and how long you retain them). The practical way to think about LangSmith API cost is: how much telemetry you ingest from your apps (agents, chains, evaluations) and whether those traces are stored with short or extended retention. To keep costs predictable, teams often use sampling, trace filtering, and usage limits capturing 100% of errors and only a portion of successful requests.

10) LangSmith features pricing

LangSmith features pricing varies by plan, with advanced capabilities usually unlocked at higher tiers. The free/Developer tier is often best for individual builders needing core tracing and basic evaluation workflows. The Plus tier typically adds paid seats, higher included usage, and team centric features for collaboration and production readiness. Enterprise tiers generally unlock the full set of organizational features SSO/RBAC, stronger admin controls, compliance options, SLAs, and potentially self-hosted/hybrid deployments. When comparing feature pricing, focus on what matters for your workflow: team seats, trace volume, retention needs, evaluation scale, and governance/security requirements.