Top 7 LLM Evaluation and Prompt Management Platforms 2026: How to Stop Shipping Prompt Changes Blind
Braintrust, Langfuse, LangSmith, Promptfoo, Comet Opik, Arize Phoenix and W&B Weave compared on offline evals, online evals against production traffic, CI regression gates, human review queues and prompt versioning. Every price taken from the vendor's own pricing page on 2026-09-18.
The answer, before the table
If you need a merge gate this afternoon and you have no budget, use Promptfoo: a YAML file, twenty test cases, one CI step, no account. If you want one system covering both production traces and offline experiments, run Langfuse self-hosted for free or take Cloud Core at $29 a month. If the eval is the point and you want a clean A-versus-B diff that blocks a bad prompt from merging, buy Braintrust and model its score meter first. If your stack is LangChain or LangGraph, LangSmith is the path of least resistance and the per-seat cost of your reviewers is the number to check. If you want annotation queues and thirty built-in metrics for under twenty dollars a month, Comet Opik is the value pick.
This is not the LLM observability comparison
The two categories get sold together and bought together, and teams regularly buy the wrong one.
Observability answers the backward-looking question. A user got a bad answer at 14:02. Which model handled it, what was in the context window, which tool call failed, how many tokens did it burn, and what did it cost. That is tracing, and it is covered in our Top 5 LLM Observability Platforms 2026 comparison.
Evaluation and prompt management answer the forward-looking question. Someone wants to change the system prompt, swap the model, or adjust the retrieval step. Is the new version better, worse, or differently broken, measured against a fixed set of examples, before any user sees it. That is datasets, experiments, scorers, CI regression gates, online scoring of production traffic, human review queues and a versioned prompt registry with a rollback path. That is this page.
The overlap is real and it is one direction: online evaluation scores live production traffic using the scorers from your offline suite, then feeds the low-scoring cases back into the dataset. That loop is why several vendors sell both, and why you should be precise about which product line you are pricing:
| Vendor | Observability product line | Evaluation and prompt product line |
|---|---|---|
| Langfuse | Tracing, sessions, cost tracking | Datasets, experiments, scores, prompt management (same app, same meter) |
| LangChain | LangSmith traces, runs, monitoring | LangSmith datasets, evaluators, annotation queues, Prompt Hub (same trace meter) |
| Arize | Arize AX, the commercial monitoring platform | Phoenix, the open-source local-first eval and experimentation tool |
| Weights & Biases | Weave tracing and monitors | Weave evaluations and scorers (W&B Models is training runs, not this) |
| Braintrust | Logs, attached to the eval loop | Experiments, scorers, playground, human review (the core product) |
| Comet | Opik spans and tracing | Opik test suites, 30+ metrics, prompt library, annotation UI |
| Promptfoo | None, by design | Declarative eval files, assertions, matrix runs, red-team probes |
If you are shortlisting for both jobs at once, read both pages and decide whether one tool doing both at a lower price beats two tools each doing one well. At small scale Langfuse or Opik usually wins that argument. At large scale the meters diverge sharply and the arithmetic changes.
One platform on this list no longer exists
Humanloop built one of the first LLM evaluation and prompt management platforms. Anthropic acqui-hired the team in 2025, billing stopped on 30 July 2025, and the platform went offline on 8 September 2025, taking prompt workflows, evaluations, logs and API integrations with it. Anthropic stated it did not acquire the assets or IP.
That is not a footnote, it is a buying criterion. Several vendors on this list are venture-funded startups in a consolidating category. Before you standardise, confirm you can export your datasets, your scorer definitions and your prompt history, and confirm that the instrumentation you add is portable. Arize Phoenix is OpenTelemetry-native and Langfuse, Opik and Promptfoo are open source, which is a meaningful hedge.
Related comparisons
- Top 5 LLM Observability Platforms 2026 for the production tracing decision.
- Top 5 LLM Red Teaming Tools 2026 if adversarial testing, not quality regression, is the requirement.
- Top 5 AI Gateways 2026 for routing, caching and rate limiting across providers.
- AI models directory for the current specs and pricing of the models you are evaluating against.
Quick Comparison
| Platform | Best For | Offline Evals (Datasets + Experiments) | Online Evals on Production Traffic | Human Review Queues | Prompt Versioning | Published Entry Price (checked 2026-09-18) |
|---|---|---|---|---|---|---|
| Braintrust | Eval-first teams that gate merges on a score | Core product: experiments, scorers, side-by-side diffs | Yes, logs and online scoring | Yes, 1 per project on Starter, unlimited on Pro | Yes, via playground and prompt objects | Starter $0; Pro $249/month; Enterprise custom |
| Langfuse | Open-source teams that want evals and tracing in one self-hostable stack | Datasets, experiments, custom scores, LLM-as-judge | Yes, scores attached to production traces | Yes, 1 queue on Hobby, 3 on Core, unlimited above | Yes, versioning, caching, playground | Self-host free (OSS); Cloud Hobby $0; Core $29/month; Pro $199/month; Enterprise $2,499/month |
| LangSmith | LangChain and LangGraph shops already tracing there | Datasets and evaluations | Yes, on traced runs | Yes, annotation queues for human feedback | Yes, Prompt Hub and Playground | Developer $0/seat (5k base traces/month); Plus $39/seat/month (10k base traces/month); Enterprise custom |
| Promptfoo | Putting an eval in CI this afternoon with no account | Core product: declarative test files, assertions, matrix runs | No, it is a pre-deployment harness | No queue, review happens in your own process | Config-file versioned in your repo, not a hosted registry | Community free forever (includes 10k red-team probes/month); Enterprise and On-Premise custom, no published price |
| Comet Opik | Small teams that want annotation UI and 30+ built-in metrics cheaply | Test suites, assertions, 30+ built-in metrics | Yes, span-level scoring | Yes, dedicated annotation UI and queues | Yes, prompt library with versioning | Open source free; Free Cloud $0 (25k spans/month); Pro $19/month (100k spans/month); Enterprise custom |
| Arize Phoenix / AX | Teams that want a local-first OSS eval loop with an enterprise upgrade path | Experiments and datasets, unlimited on every AX tier | Yes, via AX production monitoring | Yes, labeling queues, unlimited on every AX tier | Prompt iteration in Phoenix, dashboards in AX | Phoenix open source free; AX Free $0 (25k spans/month); AX Pro $50/month; AX Enterprise custom |
| W&B Weave | ML teams already living in Weights & Biases for training runs | Evaluations with LLM-as-judge scorers | Yes, tracing plus monitors | Limited, no dedicated queue product published | Weave-managed objects rather than a standalone prompt registry | Free $0 (1 GB/month Weave ingestion); Pro from $60/month (1.5 GB/month); extra ingestion $0.10/MB |
Braintrust
- Best For
- Eval-first teams that gate merges on a score
- Offline Evals (Datasets + Experiments)
- Core product: experiments, scorers, side-by-side diffs
- Online Evals on Production Traffic
- Yes, logs and online scoring
- Human Review Queues
- Yes, 1 per project on Starter, unlimited on Pro
- Prompt Versioning
- Yes, via playground and prompt objects
- Published Entry Price (checked 2026-09-18)
- Starter $0; Pro $249/month; Enterprise custom
Langfuse
- Best For
- Open-source teams that want evals and tracing in one self-hostable stack
- Offline Evals (Datasets + Experiments)
- Datasets, experiments, custom scores, LLM-as-judge
- Online Evals on Production Traffic
- Yes, scores attached to production traces
- Human Review Queues
- Yes, 1 queue on Hobby, 3 on Core, unlimited above
- Prompt Versioning
- Yes, versioning, caching, playground
- Published Entry Price (checked 2026-09-18)
- Self-host free (OSS); Cloud Hobby $0; Core $29/month; Pro $199/month; Enterprise $2,499/month
LangSmith
- Best For
- LangChain and LangGraph shops already tracing there
- Offline Evals (Datasets + Experiments)
- Datasets and evaluations
- Online Evals on Production Traffic
- Yes, on traced runs
- Human Review Queues
- Yes, annotation queues for human feedback
- Prompt Versioning
- Yes, Prompt Hub and Playground
- Published Entry Price (checked 2026-09-18)
- Developer $0/seat (5k base traces/month); Plus $39/seat/month (10k base traces/month); Enterprise custom
Promptfoo
- Best For
- Putting an eval in CI this afternoon with no account
- Offline Evals (Datasets + Experiments)
- Core product: declarative test files, assertions, matrix runs
- Online Evals on Production Traffic
- No, it is a pre-deployment harness
- Human Review Queues
- No queue, review happens in your own process
- Prompt Versioning
- Config-file versioned in your repo, not a hosted registry
- Published Entry Price (checked 2026-09-18)
- Community free forever (includes 10k red-team probes/month); Enterprise and On-Premise custom, no published price
Comet Opik
- Best For
- Small teams that want annotation UI and 30+ built-in metrics cheaply
- Offline Evals (Datasets + Experiments)
- Test suites, assertions, 30+ built-in metrics
- Online Evals on Production Traffic
- Yes, span-level scoring
- Human Review Queues
- Yes, dedicated annotation UI and queues
- Prompt Versioning
- Yes, prompt library with versioning
- Published Entry Price (checked 2026-09-18)
- Open source free; Free Cloud $0 (25k spans/month); Pro $19/month (100k spans/month); Enterprise custom
Arize Phoenix / AX
- Best For
- Teams that want a local-first OSS eval loop with an enterprise upgrade path
- Offline Evals (Datasets + Experiments)
- Experiments and datasets, unlimited on every AX tier
- Online Evals on Production Traffic
- Yes, via AX production monitoring
- Human Review Queues
- Yes, labeling queues, unlimited on every AX tier
- Prompt Versioning
- Prompt iteration in Phoenix, dashboards in AX
- Published Entry Price (checked 2026-09-18)
- Phoenix open source free; AX Free $0 (25k spans/month); AX Pro $50/month; AX Enterprise custom
W&B Weave
- Best For
- ML teams already living in Weights & Biases for training runs
- Offline Evals (Datasets + Experiments)
- Evaluations with LLM-as-judge scorers
- Online Evals on Production Traffic
- Yes, tracing plus monitors
- Human Review Queues
- Limited, no dedicated queue product published
- Prompt Versioning
- Weave-managed objects rather than a standalone prompt registry
- Published Entry Price (checked 2026-09-18)
- Free $0 (1 GB/month Weave ingestion); Pro from $60/month (1.5 GB/month); extra ingestion $0.10/MB
Braintrust
Best OverallBest for: Teams that want the eval to be the gate, not a dashboard they check after a bad release
“Braintrust is built around the experiment rather than the trace. You define a dataset, a task and a set of scorers, run it against a candidate prompt or model, and get a side-by-side diff against the last run before anything merges. Logs and online scoring exist, but they hang off the eval loop instead of the other way round. If your actual problem is that nobody can say whether the new prompt is better, this is the shortest path to an answer.”
Pros
- Evals and experiments are unlimited on every tier including the free Starter plan, so the cost model does not punish running more tests
- Unlimited users on all tiers, which removes the per-seat tax that stops domain experts from reviewing outputs
- Human review is a first-class product, with unlimited review on Pro and Enterprise
- Published overage rates let you model cost before you commit: processed data at $4/GB on Starter and $3/GB on Pro, scores at $2.50/1k on Starter and $1.50/1k on Pro
- Enterprise tier offers on-prem or hosted deployment for teams that cannot send prompts to a vendor cloud
Cons
- Pro jumps to $249/month, an order of magnitude above Langfuse Core at $29/month and Opik Pro at $19/month
- Starter retention is 14 days and Pro is 30 days, with longer retention billed at $0.50/GB/month
- Self-hosting is gated behind the Enterprise tier, unlike Langfuse, Phoenix and Opik
- Scores are a metered unit, so a chatty multi-scorer eval suite can move the bill faster than a trace-metered platform would
What it does that observability does not
An observability platform answers what happened on request 41,902. Braintrust answers whether version B of your prompt is better than version A across 500 recorded examples, before either reaches a user. The unit of work is an experiment: a dataset, a task function, and scorers that return numbers. The product is the diff between two experiment runs, which is what a reviewer needs to approve or reject a prompt change.
Regression suites and CI
Experiments run from CI against a pinned dataset, so a prompt change that drops a scorer below threshold fails the build in the same place a unit test would. This is the behaviour that separates an eval platform from a dashboard. Teams that never wire the suite into CI end up with a very expensive scoreboard nobody reads.
Human review
Starter allows one human review configuration per project and Pro allows unlimited. Combined with unlimited users on every tier, the practical effect is that a support lead or a lawyer can label outputs without a seat purchase, which is usually the blocker on getting non-engineers into the loop.
Starter $0/month ($10 model credits, 1 GB processed data, 10k scores, 14-day retention). Pro $249/month ($100 model credits, 5 GB processed data, 50k scores, 30-day retention). Enterprise custom with on-prem or hosted deployment. Overages: processed data +$4/GB (Starter) or +$3/GB (Pro), scores +$2.50/1k (Starter) or +$1.50/1k (Pro), extra retention +$0.50/GB/month. Unlimited users on every tier. Checked on braintrust.dev/pricing, 2026-09-18.
Langfuse
Best Open SourceBest for: Teams that want evals, prompt management and tracing in one stack they can self-host for free
“Langfuse is the only platform here that gives you the full loop, tracing plus datasets plus experiments plus a versioned prompt registry, in an open-source package you can run yourself at zero licence cost. Cloud Core at $29/month is the cheapest credible hosted tier in this comparison. Buy it when you want one system for both questions, what happened in production and whether the change is better, and you would rather not pay per seat to find out.”
Pros
- Open source and self-hostable for free via Docker or Kubernetes, with no feature paywall on the core loop
- Unlimited users on every paid cloud tier, starting at $29/month for Core
- Prompt management includes version control, caching, a playground and experiments on all plans
- Evaluation covers datasets, experiments, custom scores, LLM-as-judge evaluators and human annotation
- Single metered unit across tracing and evals at $8 per 100k units above the included allowance, which is easier to forecast than separate trace and score meters
Cons
- The free Hobby tier caps at 2 users and 1 annotation queue, which is too tight for a team review workflow
- Core at $29/month includes 100k units, the same allowance as Pro at $199/month, so the step up buys features and support rather than volume
- Enterprise cloud is listed at $2,499/month, a steep jump from Pro
- Self-hosting means you own the Postgres and ClickHouse dependencies, the upgrades and the retention policy
Which product line does which job
Langfuse sells one product, not two. Tracing, datasets, experiments, scores and the prompt registry are all in the same open-source application and the same metered unit. That is why it appears both here and in our LLM observability comparison. The distinction to hold in your head is functional rather than commercial: traces answer the production question, datasets and experiments answer the pre-release question.
Prompt management
Prompts are versioned objects with caching and a playground, available on every plan including Hobby. The SDK fetches a named prompt by label, so a rollback is a label change rather than a deploy. This is the feature that most teams underestimate until the first time a prompt edit reaches production without a code review.
Self-hosting economics
At high volume the arithmetic favours self-hosting sharply. Cloud overage is $8 per 100k units, so an application generating 20M units a month costs roughly $1,600 in overage alone. Running the open-source build on your own infrastructure removes that line item and replaces it with an operations cost you control.
Self-hosted open source free. Cloud: Hobby $0/month (50k units/month, 2 users, 1 annotation queue); Core $29/month (100k units, unlimited users, 3 annotation queues); Pro $199/month (Teams add-on $300/month); Enterprise $2,499/month. Overage $8 per 100k units on all paid tiers, lower with volume. Checked on langfuse.com/pricing, 2026-09-18.
LangSmith
Runner UpBest for: Teams already building on LangChain or LangGraph who want datasets, annotation queues and Prompt Hub next to their traces
“LangSmith is the default if your application is already LangChain or LangGraph, because the traces arrive with no instrumentation work and the eval and prompt tooling sits on top of them. Datasets, evaluations, annotation queues for human feedback, and the Prompt Hub and Playground are available from the free Developer tier upward. Outside the LangChain ecosystem the case is weaker, and the per-seat model is the thing to check first.”
Pros
- Zero-instrumentation capture for LangChain and LangGraph applications
- Annotation queues for human feedback are included rather than sold as an add-on
- Prompt Hub and Playground give a hosted, shareable prompt registry
- Developer tier is genuinely usable at $0 per seat with up to 5k base traces per month
- Enterprise tier offers self-hosting and custom workspace structures
Cons
- Plus is $39 per seat per month, so adding five non-engineer reviewers costs $195/month before any usage
- The pricing page states pay-as-you-go beyond the included traces but does not publish a per-trace overage rate in the plan table
- Trace volume, not eval volume, is the meter, which is an awkward fit if you mainly run offline experiments
- Strongest when you are inside the LangChain ecosystem, which is a real coupling decision
Which product line does which job
LangChain sells LangSmith as a single platform with an observability surface (traces, runs, monitoring) and an evaluation surface (datasets, evaluators, annotation queues, Prompt Hub). They share a billing meter based on traces. When you compare it against Braintrust or Promptfoo, compare the evaluation surface; when you compare it against Langfuse or Helicone, compare the observability surface.
Human feedback loop
Annotation queues route selected runs to a reviewer who scores them against a rubric, and those scores become dataset labels. That closes the loop between production traffic and the offline suite, which is the workflow most teams are missing. The constraint is commercial rather than technical: each reviewer needs a $39/month seat on Plus.
Prompt Hub
Prompts are versioned and shareable, with a playground for iteration. Because the hub is hosted, a prompt change is a platform action rather than a code deploy, which is convenient and also the reason you want review and rollback configured before you hand access to anyone.
Developer $0/seat/month, up to 5k base traces/month then pay-as-you-go, 1 seat. Plus $39/seat/month, up to 10k base traces/month then pay-as-you-go, unlimited seats at the same rate. Enterprise custom pricing, custom trace allowance, customisable seats and workspaces. Per-trace overage rate is not published in the plan table. Checked on langchain.com/pricing-langsmith, 2026-09-18.
Promptfoo
Best Free OptionBest for: Getting a regression suite running in CI today, in a repo, with no account and no data leaving your infrastructure
“Promptfoo is a free, open-source command-line eval harness. You write a YAML file describing prompts, providers, test cases and assertions, and it runs the matrix and reports pass or fail. It is the fastest way to go from no evals to a merge gate, and it is the only option here that requires no vendor account at all. It is not a production monitoring tool and does not pretend to be.”
Pros
- Community tier is free forever and includes all LLM evaluation features
- Runs locally or self-hosted, so prompts and test data never leave your infrastructure
- Config lives in your repo, so prompt versions are reviewed by the same process as your code
- Includes red teaming and vulnerability scanning with 10k probes per month on the free tier
- No seat licences, so every engineer and reviewer can run the suite
Cons
- No online evaluation against production traffic, by design
- No hosted prompt registry, so a prompt change still requires a deploy
- No human review queue, so labelling workflows must be built around it
- Enterprise and On-Premise tiers publish no price at all, so budget planning requires a sales call
- Results live where you put them, which means reporting and history are your problem until you buy Enterprise
Why a config file is the point
Because the eval definition is a file in your repository, a prompt change and the test that proves it is better arrive in the same pull request, reviewed by the same people. Hosted platforms split those into two systems and two audit trails. For teams with strong engineering discipline and weak tolerance for vendor sprawl, the file-based model is an advantage rather than a limitation.
Red teaming overlap
The free tier includes 10k red-team probes per month, which puts Promptfoo in the adversarial testing category as well. If prompt-injection and jailbreak coverage is the actual requirement, read our LLM red teaming comparison alongside this page, because the dedicated tools go deeper.
Where it stops
There is no trace store, no online scorer, no annotation queue and no hosted history. Everything after the merge is outside its scope.
Community free forever: all LLM evaluation features, red teaming at 10k probes/month, vulnerability scanning, run locally or self-hosted. Enterprise custom pricing. On-Premise custom pricing. Additional red-team probes purchasable on Enterprise. No dollar figures are published for the paid tiers. Checked on promptfoo.dev/pricing, 2026-09-18.
Comet Opik
Best ValueBest for: Small teams that want built-in metrics, an annotation UI and a prompt library for under $20 a month
“Opik is the value pick. The Pro cloud tier is $19 a month for 100k spans and up to 50 team members, and it ships 30-plus built-in evaluation metrics, a prompt library with versioning, a dedicated annotation UI and annotation queues. The open-source build is free and self-hostable with the full feature set. For a team of five that needs the whole loop and cannot justify $249 a month, this is the sensible answer.”
Pros
- Pro at $19/month for 100k spans/month and up to 50 team members is the cheapest hosted tier in this comparison
- Open-source self-hosted build is described as the full AI observability and agent testing feature set, not a crippled edition
- 30+ built-in evaluation metrics covering LLM-as-judge and heuristic approaches, plus custom metrics
- Dedicated annotation UI and annotation queues for expert review
- Free Cloud tier gives 25k spans/month, 60-day retention and up to 10 team members
- Verified academic researchers get the Pro plan free
Cons
- Spans are the meter, and an agent run produces many spans per user request, so 100k goes faster than it reads
- Smaller ecosystem and community than Langfuse or LangSmith, which matters when you hit an integration edge
- AI-powered debugging and guardrails are Enterprise-only
- Part of Comet, a company whose centre of gravity is classic ML experiment tracking rather than LLM application development
Built-in metrics versus your own
Opik ships more than thirty evaluation metrics out of the box, split between LLM-as-judge scorers and deterministic heuristics. That shortens the first week considerably, because most teams stall on writing their first scorer. Treat the built-ins as a starting point: a generic hallucination metric will not encode what correct means for your domain, and the metric that actually gates your release usually has to be written.
Human review
The annotation UI and queues are included on every tier, including free. Combined with 10 members on Free and 50 on Pro, Opik is the cheapest way to get non-engineers labelling outputs, which is the bottleneck in most eval programmes.
Open Source free, self-hosted from GitHub, full feature set. Free Cloud $0/month: 25k spans/month, 60-day retention, up to 10 team members. Pro Cloud $19/month: 100k spans/month, 60-day retention, up to 50 team members, customisable span limits and retention. Enterprise custom: unlimited spans and members, custom deployment, SSO, SOC 2, ISO 27001, HIPAA and GDPR coverage. Checked on comet.com/site/pricing, 2026-09-18.
Arize Phoenix and Arize AX
Honorable MentionBest for: Teams that want a local-first open-source eval loop with a documented upgrade path to an enterprise platform
“Arize splits its offering cleanly. Phoenix is the open-source, local-first platform for tracing, evaluation, experimentation and prompt iteration. Arize AX is the commercial platform, and every AX tier including the $0 Free tier lists evals, experiments, datasets and human annotations as unlimited. That combination suits a team that wants to start on a laptop and move to a hosted platform without changing tools.”
Pros
- Phoenix is open source, local-first and free, covering tracing, evaluation, experimentation and prompt iteration
- AX Free at $0 includes 25k spans/month, 1 GB ingestion/month and 15-day retention
- AX Pro is $50/month, between Opik and Braintrust on price
- Evals, experiments, datasets and human annotations are unlimited on all three AX tiers, so the eval workload is not the meter
- Labelling queues and custom dashboards are available across tiers
- OpenTelemetry-native, so instrumentation is portable if you leave
Cons
- Two products with overlapping names creates real confusion when comparing quotes
- AX Free retention is 15 days, the shortest free retention in this comparison
- The free tier caps signal detection at 10 issues per month
- Arize's heritage is ML observability, so parts of the platform assume an ML-monitoring mental model rather than an application-development one
Which product line does which job
Phoenix is the open-source eval and experimentation tool. AX is the commercial observability platform. Phoenix is what belongs on this page; AX is what belongs in the observability comparison. Arize positions it as staying local and open, then moving to AX when you need it.
Unlimited evals as a pricing stance
Arize meters spans and ingestion, not evaluations. That is the opposite of Braintrust's score meter, and it changes behaviour: there is no cost reason to run fewer scorers. If your eval suite is scorer-heavy and your traffic is modest, this pricing shape is materially cheaper.
Phoenix open source, free, self-hosted or local. Arize AX Free $0: 25k trace spans/month, 1 GB ingestion/month, 15-day retention, 10 signal issues/month. AX Pro $50/month. AX Enterprise custom pricing. Evals, experiments, datasets and human annotations listed as unlimited on all three tiers. Checked on arize.com/pricing, 2026-09-18.
Weights & Biases Weave
Honorable MentionBest for: ML teams already running W&B for training runs who want LLM evals in the same account
“Weave is the LLM application layer of Weights & Biases, sitting beside W&B Models, which handles training and fine-tuning runs. Evaluations, tracing and LLM-as-judge metrics are available on the Free and Pro tiers. Buy it because your team already lives in W&B and consolidation is worth more than best-of-breed, not because Weave wins the eval comparison on its own merits.”
Pros
- Natural fit for teams already using W&B Models for training and fine-tuning runs
- Free tier includes 1 GB/month Weave data ingestion and 5 GB storage
- Pro starts at $60/month with 1.5 GB/month ingestion and 100 GB storage
- Self-hosted Personal tier at $0 and a self-hosted Advanced Enterprise tier for teams with data residency requirements
- AI application evaluations, tracing and LLM-as-judge metrics are listed across tiers
Cons
- Ingestion overage is $0.10/MB, which is $100 per GB and by far the steepest metered rate in this comparison
- Pro includes only 1.5 GB/month of Weave ingestion before that meter starts
- The pricing page details no human annotation or prompt management pricing, so the review workflow is harder to scope than on Langfuse, Opik or LangSmith
- Seat structure is split between Model seats and Weave seats, which complicates a simple headcount calculation
- Now owned by CoreWeave, a GPU cloud, which is a strategic dependency worth naming if you also buy compute
Which product line does which job
W&B Models covers experiment tracking for training and fine-tuning. W&B Weave covers LLM application development: tracing, evaluations and monitoring. If your comparison is against Braintrust or Promptfoo, you are comparing Weave. The Models product belongs next to the fine-tuning platforms, not here.
Ownership
CoreWeave completed its acquisition of Weights & Biases on 5 May 2025. Weave continues to ship as a product, and the acquisition has not removed the free tier or self-hosting. It does mean that a team buying both GPU capacity and eval tooling may be consolidating two dependencies into one vendor without noticing.
Free $0/month: 1 GB/month Weave data ingestion, 5 GB storage, up to 5 Model seats. Pro from $60/month billed monthly: 1.5 GB/month ingestion, 100 GB storage, up to 10 Model seats. Additional ingestion $0.10/MB, additional storage $0.03/GB. Enterprise custom. Self-hosted Personal $0/month; self-hosted Advanced Enterprise custom. Checked on wandb.ai/site/pricing, 2026-09-18.
Which One Should You Pick?
| Use Case | Our Recommendation |
|---|---|
| You have never written an eval and want a merge gate this week | Promptfoo. A YAML file, twenty test cases and a CI step, with no account, no seat licence and no data leaving your infrastructure. Add a hosted platform later once you know which scorers matter. |
| You need both production traces and offline experiments, on a small budget | Langfuse Cloud Core at $29/month, or the free self-hosted open-source build. It is the only option here where one system and one meter covers tracing, datasets, experiments and a versioned prompt registry. |
| Prompt changes must be approved by a domain expert who is not an engineer | Braintrust or Comet Opik, because both allow reviewers without a per-seat charge (Braintrust has unlimited users on every tier, Opik Pro allows 50 members at $19/month). LangSmith's annotation queues are good but each reviewer needs a $39/month Plus seat. |
| The application is built on LangChain or LangGraph | LangSmith, for zero-instrumentation capture plus datasets, annotation queues and Prompt Hub in the place your traces already land. Price the per-seat cost of your reviewer headcount before committing, and ask sales for the per-trace overage rate. |
| Your eval suite has many scorers and modest traffic | Arize AX, which meters spans and ingestion rather than evaluations and lists evals, experiments, datasets and human annotations as unlimited on every tier including Free. Avoid Braintrust's score meter in this shape. |
| Prompts and test data cannot leave your infrastructure | Self-hosted Langfuse, self-hosted Opik or Arize Phoenix, all free and open source. Promptfoo also runs entirely locally. Braintrust self-hosting exists but requires the Enterprise tier. |
| Your team already tracks training runs in Weights & Biases | W&B Weave, for consolidation. Model the $0.10/MB ingestion overage against your trace volume first, because it is roughly $100 per GB and traces are verbose. |
How we evaluated
Last verified: 18 September 2026. Every price, allowance, overage rate and tier limit on this page was read off the vendor's own pricing page or documentation on that date, and each entry states where. Where a vendor does not publish a number, the page says so rather than filling the gap from a third-party aggregator. Two vendors fall into that category: LangSmith publishes plan prices and included trace allowances but no per-trace overage rate in its plan table, and Promptfoo publishes no dollar figure for its Enterprise or On-Premise tiers.
The criteria, in the order they decide real outcomes:
- Offline evaluation. Can you define a dataset, run a candidate prompt or model against it, and get a comparison against the previous run. This is the feature that turns a prompt change from an opinion into a measurement.
- CI integration. Can that comparison fail a build. An eval that runs only when someone remembers is a scoreboard, not a gate.
- Online evaluation. Can the same scorers run against a sample of production traffic, and do low scores route anywhere useful.
- Human review. Is there an annotation queue, and what does it cost to put a non-engineer in front of it. Per-seat pricing is the usual blocker, so seat cost is treated as a feature constraint rather than a line item.
- Prompt management. Versioning, labels, rollback and whether a prompt change requires a deploy. A hosted registry is a speed gain and a governance risk at the same time.
- The meter. Scores, traces, spans, units or ingested megabytes. These are not comparable to each other, and the shape of the meter decides whether running more evals is cheap or expensive. This is where most cost surprises come from.
- Exit cost. Open source, self-hosting, OpenTelemetry instrumentation and dataset export, weighed as a hedge against a category that has already lost one significant vendor.
Vendor selection
The seven platforms here were chosen because each is available to buy or run today and each covers at least the offline evaluation loop. Humanloop was excluded despite its history in the category because the platform was shut down on 8 September 2025 following Anthropic's acqui-hire, and there is nothing to purchase. Weights & Biases is included with a note that CoreWeave completed its acquisition of the company on 5 May 2025, because a team buying both GPU capacity and eval tooling should know it may be consolidating onto one vendor.
Pure observability platforms that do not sell an evaluation loop, such as Helicone, are not listed here; they are covered in the LLM observability comparison.
What we did not do
No product on this page was benchmarked, load-tested or run against a private dataset. There are no hands-on testing claims anywhere in this comparison. What the page offers instead is an accurate, dated reading of what each vendor publishes. It also states each product's weakest point plainly, and draws a clear split between this category and the observability category it is most often confused with.
Editorial independence: this is a vendor-neutral comparison with no paid placements, sponsorships or affiliate links. Rankings reflect fit for the stated use cases, not commercial relationships.
Sources
Frequently Asked Questions
What is the difference between LLM evaluation and LLM observability?
Several vendors appear on both comparisons. Which product line does which job?
Who should not buy an LLM evaluation platform at all?
What happened to Humanloop?
What does an eval actually cost to run?
Do I need online evaluation, or is an offline regression suite enough?
Is hosted prompt management worth it, or should prompts live in the repo?
Related Comparisons
GPU Cloud and AI Compute
Top 7 GPU Cloud and AI Compute Providers 2026: Price Per GPU-Hour by Chip Class, Verified From Each Provider's Own Pricing Page
7 tools compared
Fine-Tuning and Model Customization
Top 8 Fine-Tuning and Model Customization Platforms 2026: What It Costs, When It Wins, and Why OpenAI Is Shutting Its Own Down
8 tools compared
AI Legal / Contract
Top 5 AI Legal and Contract Tools 2026: Harvey vs Spellbook vs Ironclad vs LegalOn vs Luminance
5 tools compared
AI Sales / SDR
Top 5 AI Sales / SDR Tools in 2026
5 tools compared