OpenAI Evals Review (2026)
Two different things share this name. The hosted Evals platform is being shut down on 30 November 2026, going read-only on 31 October. The open-source GitHub framework is separate, not deprecated, but only lightly maintained.
Rating
Starting Price
$0 (open source)
Free Plan
Yes
SDKs & Frameworks
3
Deployment
3
Best For
Nobody starting fresh. Existing hosted-platform users need to migrate before 31 October 2026. The open-source benchmark registry remains worth reading as a reference.
Last Updated:
10 Things You Should Know About OpenAI Evals
- 1 OpenAI notified developers on 3 June 2026 that the hosted Evals platform is being deprecated
- 2 Evals become read-only for existing users on 31 October 2026
- 3 The hosted platform shuts down on 30 November 2026
- 4 Agent Builder and Reusable Prompts (the v1/prompts API) share the same 30 November 2026 shutdown date
- 5 OpenAI documents a migration path from OpenAI Evals to promptfoo
- 6 The openai/evals GitHub repository has not been archived and still receives community activity
- 7 That repository carries an issue backlog stretching back to October 2025, with issues from March 2026 still open
Pros & Cons
Pros
- ✓ The open-source registry of benchmarks remains a useful reference even if you run them elsewhere
- ✓ The GitHub repository is not archived and still accepts community activity
- ✓ OpenAI published an explicit migration path rather than leaving users stranded
- ✓ Historically influential - a lot of the category's eval conventions trace back to this project
Cons
- ✕ The hosted Evals platform is being shut down on 30 November 2026, with write access lost a month earlier on 31 October
- ✕ Agent Builder and Reusable Prompts are being retired on the same date, so teams often lose several dependencies at once
- ✕ The open-source repository is only lightly maintained, with an issue backlog stretching back to October 2025
- ✕ Tightly coupled to OpenAI models, so it was never a good fit for multi-provider evaluation
- ✕ Sharing a name across a live open-source project and a dying hosted product causes genuine confusion
Features
Two products, one name, one of them dying
Nearly all the confusion about OpenAI Evals comes from the fact that the name covers two different things.
The hosted Evals platform - the dashboard and Evals API on OpenAI’s developer platform - is being shut down.
The openai/evals GitHub repository - the open-source framework and benchmark registry - is a separate artefact, not archived and not formally deprecated, but only lightly maintained.
If someone tells you OpenAI Evals is dead, or that it is fine, they may both be right. Ask which one they mean.
The shutdown timeline
| Date | What happens |
|---|---|
| 3 June 2026 | Deprecation announced to developers |
| 31 October 2026 | Evals become read-only for existing users |
| 30 November 2026 | Platform shuts down |
Your real deadline is 31 October, not 30 November.
That month matters. Read-only means you lose the ability to create or modify evals four weeks before the service actually disappears. Any migration plan built around the November date is wrong by a month, and it is the kind of error you discover on 1 November when you try to make a change.
Existing content remains available during the transition window, so export should still work.
It is not just evals
This is the part teams underestimate.
On the same day, 3 June 2026, OpenAI announced three platform-level deprecations sharing the 30 November shutdown date: the Evals platform, Agent Builder, and Reusable Prompts (the v1/prompts API).
Teams that built on OpenAI’s platform layer frequently used more than one. If you were storing prompts in the Prompts API and evaluating them through the Evals platform, you are replacing two systems and the integration between them, not swapping an eval tool.
Audit all three dependencies rather than solving for evals in isolation.
OpenAI’s migration recommendation is promptfoo - which OpenAI owns
Credit where it is due - OpenAI published a migration path rather than leaving people stranded. It points to promptfoo, with guidance explicitly titled around moving from OpenAI Evals to promptfoo. For teams new to evaluation or wanting a more iterative environment, it suggests Datasets instead.
The context nobody states alongside that recommendation: OpenAI acquired promptfoo on 9 March 2026, roughly three months before announcing the Evals deprecation.
That reframes what is happening. This is not a vendor gracefully bowing out and pointing customers to the best independent alternative. It is a vendor retiring its homegrown eval platform in favour of the one it just bought, and consolidating users onto it. The Evals platform and promptfoo were overlapping products under one roof, and one of them was always going to lose.
None of this makes the recommendation wrong. promptfoo is genuinely good - open source under MIT, provider-agnostic, roughly 23.5k GitHub stars, and built around the same declarative, CI-first shape OpenAI Evals used, so the mental model transfers rather than needing relearning. OpenAI and promptfoo both stated on the record that it stays open source under its current license and that existing customers continue to be supported.
But you should evaluate it as a recommendation with a commercial interest attached, not as disinterested advice. And if part of your reason for leaving is discomfort with OpenAI platform dependencies, note that the recommended destination is also an OpenAI company now. DeepEval, whose commercial layer Confident AI is an independent startup, is the obvious alternative if vendor independence is what you are actually buying.
The migration does at least fix the structural problem OpenAI Evals always had.
The limitation it always carried
Even before the deprecation, OpenAI Evals was a constrained choice for one reason: it was tightly coupled to OpenAI models.
That was reasonable when OpenAI was the only serious option. It aged badly. Most teams now evaluate across Anthropic, Google and open-weight models, and comparing models is the main reason to run evaluations at all. A framework that assumes one provider makes the primary use case awkward.
Anyone who chose a provider-agnostic tool earlier is not migrating this quarter.
Is the open-source repo worth using?
As a reference, yes. The registry of community-contributed benchmarks is genuinely useful, and those definitions can inform evals you run elsewhere. A lot of this category’s conventions trace back to this project.
As your framework, probably not. It has not been archived and still receives community activity, but maintenance is light - there is an issue backlog stretching back to October 2025, with issues filed as recently as March 2026 still open.
In a category where model APIs shift constantly, light maintenance means integrations drift, and the drift is discovered one broken thing at a time. Building on it when promptfoo and DeepEval are actively developed is hard to justify.
What to do if you are on the hosted platform
- Set 31 October 2026 as your internal deadline. Not November.
- Export your eval definitions and historical results now, while content is still available.
- Audit whether you also depend on Agent Builder or Reusable Prompts - same shutdown date.
- Evaluate promptfoo first, since OpenAI’s own migration guidance targets it and the shape is familiar. DeepEval is the other strong option if you want a broader metric library.
- Take the opportunity to go provider-agnostic, so the next deprecation is somebody else’s problem.
Should you use it?
Use it if - there is no version of this that makes sense for a new adopter.
If you are already on it, migrate before 31 October 2026.
Bottom line: a historically important project whose hosted incarnation has a hard end date and whose open-source incarnation is coasting. The single-provider coupling was always the strategic weakness, and the migration is a reasonable moment to fix it. Follow OpenAI’s own advice and look at promptfoo.
Deprecation dates verified against OpenAI’s published deprecations documentation and contemporaneous reporting on 31 July 2026. Repository maintenance status assessed from public issue tracker activity. This is a researched directory entry - we have not instrumented this platform with our reference application, and given the shutdown, we will not.
Pricing Plans
openai/evals (open source)
$0
- Framework plus an open registry of benchmarks
- Not deprecated, but lightly maintained
- Issue backlog stretching back to October 2025
- You pay only for model API calls
Hosted Evals platform (Deprecating)
Usage-based
- Deprecation announced 3 June 2026
- Read-only from 31 October 2026
- Shuts down 30 November 2026
- Existing content available during the transition window
SDKs & Frameworks
Deployment
Eval Methods
Status
Our Verdict
Two products share this name and only one of them is dying, which is the source of most of the confusion around it. The hosted Evals platform is being deprecated - OpenAI notified developers on 3 June 2026, evals go read-only for existing users on 31 October 2026, and the platform shuts down on 30 November 2026. It was announced alongside the retirement of Agent Builder and Reusable Prompts on the same date, so teams built on the OpenAI platform frequently lose several dependencies simultaneously. The separate openai/evals GitHub repository is not deprecated and has not been archived, but it is lightly maintained, with an issue backlog running back to October 2025 and recent issues sitting open. Credit where due, OpenAI published a migration path rather than leaving people stranded, and it points at promptfoo. If you are on the hosted platform, treat 31 October as your real deadline rather than 30 November, because that is when you lose write access.
Similar Tools
Gentrace
Nobody. The company has shut down. Existing users should migrate to Braintrust, promptfoo or DeepEval.
Inspect AI
Teams doing serious, reproducible model evaluation - safety testing, capability benchmarking, agent evaluation, or anything where the result has to withstand scrutiny. Also the right choice for anyone publishing evaluation results.
Braintrust
Teams that want turnkey regression testing and CI/CD quality gates without assembling the eval orchestration themselves
Confident AI
Teams already using DeepEval who need shared datasets, persistence, online evaluation and collaboration, and who are large enough that unlimited seats on a flat plan beats per-seat competitors.
Frequently Asked Questions
Is OpenAI Evals shutting down or not?
Both answers are correct depending on which thing you mean, and that ambiguity is why this page exists. The hosted Evals platform - the dashboard and Evals API on OpenAI's platform - is being deprecated, going read-only on 31 October 2026 and shutting down entirely on 30 November 2026. The openai/evals GitHub repository, which is the open-source framework and benchmark registry, is a different artefact. It has not been archived or formally deprecated, though it is only lightly maintained. If someone tells you OpenAI Evals is dead, or that it is fine, ask which one they mean.
What is my actual deadline?
31 October 2026, not 30 November. Evals become read-only for existing users on 31 October, and the platform shuts down on 30 November. Read-only means you lose the ability to create or modify evals a full month before the service disappears, so if your migration plan assumes you can keep working on the platform until the end of November, it is wrong by four weeks. Treat 31 October as the hard internal deadline. Existing content remains available during the transition window, so you should still be able to export.
What else is being retired at the same time?
Agent Builder and Reusable Prompts, the v1/prompts API. On 3 June 2026 OpenAI announced three platform-level deprecations sharing a common 30 November 2026 shutdown date - the Evals platform, Agent Builder and Reusable Prompts. This matters because teams that built on OpenAI's platform layer frequently used more than one of them, so the migration is often larger than replacing an eval tool. Audit your dependency on all three rather than solving for evals in isolation.
Where does OpenAI say to migrate?
To promptfoo - which OpenAI acquired on 9 March 2026, about three months before announcing this deprecation. That context is rarely stated alongside the recommendation and it changes how you should read it. This is not a vendor pointing customers at the best independent alternative, it is a vendor retiring its homegrown platform in favour of the one it just bought. The advice is still reasonable on the merits, since promptfoo is MIT licensed, provider-agnostic and shares the declarative CI-first shape that OpenAI Evals used, so migration is genuinely straightforward. Both parties stated on the record that promptfoo stays open source under its current license. But treat it as a recommendation with a commercial interest attached, and note that if you are leaving partly to reduce OpenAI platform dependency, the recommended destination is now also an OpenAI company.
Should I use the open-source repository instead?
Probably not as your evaluation framework, though it remains useful as a reference. The repository has not been archived and still sees community activity, but maintenance is light - there is an issue backlog stretching back to October 2025 and issues filed as recently as March 2026 sitting open. In a category where model APIs shift constantly, light maintenance means integrations drift. The benchmark registry is genuinely worth reading, and you can run those benchmark definitions elsewhere, but building a workflow on a lightly maintained framework when promptfoo and DeepEval are actively developed is hard to justify.
Why was it always a limited choice?
Tight coupling to OpenAI models. The framework and platform were built around OpenAI's models and API, which was fine when that was the only serious option and increasingly awkward as teams began evaluating across Anthropic, Google and open-weight models. Provider-agnostic tools do not force you to reimplement an eval when you want to compare a second model, and comparing models is the main reason most teams evaluate at all. That structural limitation was a good reason to prefer alternatives well before the deprecation was announced.