The Best LLM Observability for OpenAI Apps in 2026, by Use Case
If you call the OpenAI API, four tools cover you cleanly - two open-source tracers, one gateway, and one you should not start on. Judged on OpenAI SDK integration, cost at scale, self-host and the acquisition status that just changed the math.
Published:
Tracing an OpenAI app is the easy case. Everything here works with the OpenAI SDK, so the integration is rarely the deciding factor. What actually decides it is the stuff underneath: what it costs at real volume, whether you can self-host, and - for one tool - whether the company behind it is still shipping.
That last point matters more than usual in mid-2026, because the tidiest OpenAI-first tool in this set just got frozen. So I judged these four on OpenAI SDK integration, cost at scale, self-host reality, and current vendor status. One of them I am including only to tell you not to start there.
The short version
| Tool | Best for | OpenAI fit | Self-host | Starting price |
|---|---|---|---|---|
| Langfuse | The open-source default | OpenAI SDK integration | Free, MIT | Free / $29/mo |
| Opik | Cheapest managed cloud | OpenAI integration | Free, Apache-2.0 | Free / $19/mo |
| Portkey | Multi-provider gateway + cost control | Drop-in OpenAI proxy | Gateway only | Free / $49/mo |
| Helicone | Nobody new - maintenance mode | Proxy, any provider | Free, Apache-2.0, frozen | Free / $79/mo |
1. Langfuse - the open-source default
Langfuse is the tool most teams land on, and for an OpenAI app it is a clean fit - it ships an OpenAI SDK integration alongside LangChain, LlamaIndex and OpenTelemetry support, and it logs traces, cost and token usage per call. The reason it is the default is the same reason it wins elsewhere: the self-host actually gets you the real product. Only three features are enterprise-gated, so tracing, evals, prompt management, human annotation and RBAC are all free under MIT.
The economics are the clincher. At 1M events a month Langfuse runs about $101/mo managed, and self-hosting removes the per-trace cost entirely. The catch is operational - Langfuse v3 needs Postgres plus ClickHouse, Redis and S3-compatible storage, four services, and the migration to that architecture is where self-hosters get stuck. It is also a ClickHouse subsidiary after the January 2026 acquisition, MIT license preserved. If you can run the stack, nothing else gives you this much for free.
2. Opik - the cheapest managed cloud
If you want managed hosting and the lowest bill, Opik is the pick. It is Comet’s open-source observability and eval platform, it integrates with the OpenAI SDK among its 60+ framework integrations, and its Pro cloud tier is $19/mo for 100k spans - the cheapest paid cloud of the major eval platforms, with $5 per additional 100k spans. The OSS build is Apache-2.0 with the full feature set self-hosted and no gates, the most permissive license here. There is also a free cloud tier at 25k spans a month, up to 10 members.
The honest gotcha is per-seat pricing at scale - the recurring complaint is that seat costs climb as the team grows, so model it if you are large. A few users report UI slowdown on very large projects. Neither undercuts the core value. For a small OpenAI shop that wants a managed dashboard without running four services, Opik is the best-value entry in the category.
3. Portkey - when the problem is really cost and routing
Portkey is a different animal. It is an LLM gateway that routes to 1,600+ models with fallbacks, caching, budgets and 50+ guardrails, and it happens to include observability. For OpenAI it is a drop-in proxy - point your existing OpenAI SDK base URL at Portkey and you are done, no re-instrumentation - and it auto-enriches OpenTelemetry traces with cost and token metrics per the GenAI conventions. If your problem is “OpenAI costs are exploding and we need budgets, caching and a fallback provider in one place,” this is aimed at you.
But know the split before you plan a deployment. The open-source gateway is Apache-2.0 and self-hosts free - but that gets you routing and a basic dashboard, not real observability. Logs, traces, analytics and retention live on the managed Production tier at $49/mo for 100k logs. The meter caps logs, not requests, so past the cap your traffic keeps flowing but your observability quietly goes dark. Plenty of teams run Portkey as the gateway and feed a dedicated tracer like Langfuse over OTel - that pairing is the right mental model.
4. Helicone - do not start here
I am including Helicone only to tell you not to build on it. It was a clean, open-source, proxy-based observability tool - you changed your OpenAI base URL to route through it and it logged everything, zero SDK. Then Mintlify acquired it on 3 March 2026 and put it in maintenance mode: security patches, bug fixes and new-model support only, no roadmap, and Mintlify is actively helping customers migrate off.
For a new buyer that single fact overrides everything else. The Apache-2.0 self-host still works, but self-hosting a frozen codebase whose own creator is pointing people to the exit is a weak bet. The proxy model was also a structural single point of failure - if Helicone is down, your OpenAI calls fail even when OpenAI is healthy, and every proxied call adds latency (Helicone cites ~10ms). If you are already on it, use the runway to plan your migration. If you are evaluating fresh, skip to Langfuse or Opik.
So which one?
- You want the best open-source platform and can run the self-host stack - Langfuse, roughly $101/mo at 1M events or free self-hosted.
- You want managed hosting for the least money - Opik at $19/mo, or its free cloud tier to start.
- Your real pain is multi-provider cost, routing and budgets - Portkey, and expect to pay for the real observability tier.
- You are on Helicone today - plan your exit. Do not start there fresh.
For the ranked view across the whole category, see our best LLM observability tools roundup, and if you are weighing the gateway question specifically, Portkey vs Langfuse digs into where the two jobs diverge. Every price and date here was read from each vendor’s own materials on 26 July 2026. This category ships breaking changes monthly, so we re-verify every 30 days.
Frequently Asked Questions
What is the best observability tool for an OpenAI app?
For most teams it is Langfuse or Opik. Both ship an OpenAI SDK integration, both are open source and self-hostable, and both are far cheaper than the proprietary options at scale - Langfuse runs about $101/mo at 1M events, and Opik's managed cloud is $19/mo for 100k spans. If your real problem is routing and cost control across providers, Portkey is a gateway that also traces. Avoid starting fresh on Helicone - it is in maintenance mode.
How do I track OpenAI API costs?
Any of these four tracks token usage and cost per call. Langfuse and Opik log cost through their OpenAI SDK integrations. Portkey is built for it - it enriches OpenTelemetry traces with cost and token metrics and adds budgets and rate limits across 1,600+ models. Helicone tracks cost via its proxy but is now frozen, so pick one of the other three for a new build.
Should I use Helicone for a new OpenAI project in 2026?
No. Mintlify acquired Helicone on 3 March 2026 and put it in maintenance mode - security patches, bug fixes and new-model support only, no roadmap - and Mintlify is actively helping customers migrate off. The proxy-based product was clean, but building fresh on a frozen tool whose own owner is pointing people to the exit is a dead end. Start on Langfuse or Opik instead.
What is the difference between an observability tool and a gateway for OpenAI?
An observability tool like Langfuse or Opik traces and scores your calls - it tells you what happened and how good the output was. A gateway like Portkey sits in front of your providers and routes, caches, budgets and guardrails traffic, and traces as a bonus. If you call only OpenAI and want depth on quality, pick an observability tool. If you call several providers and want fallbacks and spend control in one place, pick the gateway and feed a tracer over OpenTelemetry.
Explore More
Tool Reviews
Related Articles
- The Best LLM Monitoring Tools in 2026, Ranked for Production Cost and Reliability
- The Best LLM Observability Tools in 2026, Ranked and Road-Tested
- 4 Portkey Alternatives When You Actually Wanted Observability (2026)
- 4 Helicone Alternatives to Migrate To Before It Freezes (2026)
- The 2026 LLM Observability Consolidation Map - Who Got Bought, Who Stayed Free
Free Newsletter
Get the LLM Evals Newsletter
Platform comparisons, pricing changes and eval technique deep-dives. No spam.
Related Articles
How to Benchmark AI Agents in 2026 - The Tools and the Method
Benchmarking an agent is not benchmarking a model. Public leaderboards tell you about the LLM, not your agent on your task. Here is how to build a real agent benchmark, and the five tools that actually run one - simulation, datasets, trajectory scoring and repeatable eval sets, ranked.
July 26, 2026
best-ofThe Best AI Agent Observability Tools in 2026, Ranked for Multi-Step and Browser Agents
Four platforms for tracing agents that loop, call tools, and click around browsers - judged on agent-native tracing, self-host reality, pricing you can forecast, and pre-release testing. One purpose-built winner, and where each meter bites.
July 26, 2026
best-ofThe Cheapest LLM Observability Tools in 2026, Ranked by Real Cost
The three lowest-cost ways to get production LLM tracing - the cheapest managed cloud, the cheapest self-host, and the free tier that looks great until you read the fine print. Priced at the tiers you will actually hit.
July 26, 2026
Langfuse Review
Opik Review
Portkey Review