Helicone is a Y Combinator-backed LLM observability platform with an OpenAI-compatible AI gateway at https://ai-gateway.helicone.ai reaching 100+ models. Pricing is Hobby free with 10,000 requests and 1 GB storage, Pro $79 per month, Team $799 per month, and custom enterprise, with usage-based charges past the free allowance. Its main platform is Apache 2.0 and actively developed. Its standalone open-source Rust gateway is a different repository, still on a v0.2.0 beta, and has had no functional commit since July 2025.
- Pricing: Hobby free (10,000 requests, 1 GB), Pro $79/mo, Team $799/mo.
- Gateway at
https://ai-gateway.helicone.ai, OpenAI-compatible, 100+ models. - Priced per log and storage, not per token. Cheap at high spend, pricey at high request counts.
- What it does that routers do not: sessions, per-user cost, prompt management, datasets, HQL.
- Main platform is Apache 2.0 and active. The standalone gateway repo is not.
- Ingestion is rate limited by plan: 10 logs/min on Hobby, up to 30,000 on enterprise.
What Helicone is, and what it is not
Helicone (YC W23) started as one-line LLM logging: point your OpenAI client at their proxy and every request, response, latency, and cost lands in a dashboard. It has since grown outward into evaluation, prompt management, and a gateway, but the centre of gravity has not moved. It is an observability product.
That is a real distinction, not a semantic one. A gateway's job is to get the request to the right model and keep it working. An observability platform's job is to tell you afterwards what happened and what it cost. Helicone is stronger at the second, and shopping for it as an OpenRouter alternative sets the wrong expectation.
| Area | What it gives you |
|---|---|
| Logging | Every request and response, cost, latency, tokens, errors |
| Sessions | Multi-step agent traces grouped as one unit of work |
| Users and segments | Cost and volume attributed per end user |
| HQL | Helicone Query Language, for querying your own logs |
| Prompts | Versioned prompt management |
| Datasets and Playground | Capture real requests, replay and test them |
| Rate limiting | Per-key and per-user request caps |
| Alerts | Notification on error rate and spend thresholds |
| AI Gateway | OpenAI-compatible routing to 100+ models with fallbacks |
Pricing
| Plan | Price | Seats and orgs | Included | Ingestion |
|---|---|---|---|---|
| Hobby | Free | 1 seat, 1 org | 10,000 requests, 1 GB storage | 10 logs/min |
| Pro | $79/month | Unlimited seats, 1 org | 10k free, then usage-based | Higher |
| Team | $799/month | Unlimited seats, 5 orgs | 10k free, then usage-based | Higher |
| Enterprise | Contact | Custom | Custom | Up to 30,000 logs/min |
Beyond the free allowance you pay per log and per gigabyte of storage. Their calculator prices 10,000 requests at 0.30 GB of storage at roughly $0.97, which gives a sense of the unit: fractions of a cent per logged request, dominated by storage on verbose payloads. There is a 7-day free trial with no card.
The 10 logs per minute ceiling on Hobby
This is the free tier's real constraint and it is easy to miss. Ten logs a minute is fine for a demo and useless for an agent, which can emit dozens of tool-call turns in that window. Excess is dropped from ingestion, not from your application, so the failure mode is silently incomplete data rather than a broken request. Evaluate on Pro if you are instrumenting anything agentic.
What it does that Portkey and LiteLLM do not
| Helicone | Portkey | LiteLLM | |
|---|---|---|---|
| Primary job | Observability | Gateway plus guardrails | Gateway plus virtual keys |
| Session and agent tracing | Yes, first class | Traces | Callbacks to an external tool |
| Cost per end user | Yes, built in | Partial | You build it |
| Prompt versioning | Yes | Yes | No |
| Datasets and replay | Yes | Limited | No |
| Query language over logs | HQL | Filters | Prometheus and exports |
| Guardrails and PII | No | Yes, its product | Enterprise licence |
| Virtual keys with budgets | Rate limits | Yes | Yes, its best feature |
| Self-host | Platform, Apache 2.0 | Gateway, MIT | Everything, MIT core |
| Fee on tokens | None (log-priced) | None (log-priced) | None |
Three columns, three different products that all describe themselves as AI gateways. The one that matters for a purchase decision: cost per end user and session traces are Helicone features that neither of the others gives you without building it. If your board question is "what does each customer cost us to serve", that is the row you are buying.
The gateway, and the repo you should know about
The hosted gateway is real and works. Point an OpenAI client at https://ai-gateway.helicone.ai, use one key, and you get 100+ models with automatic logging, observability, and fallbacks, with no per-provider SDK.
from openai import OpenAI
client = OpenAI(
base_url="https://ai-gateway.helicone.ai",
api_key="<HELICONE_API_KEY>",
)
resp = client.chat.completions.create(
model="claude-sonnet-5",
messages=[{"role": "user", "content": "hello"}],
)
The main platform repository is a completely different picture: Helicone/helicone is Apache 2.0, 6,085 stars, and was pushed to on 16 August 2026. The company is active and the hosted product is maintained. But if your plan was "adopt Helicone and self-host the gateway later", check the repository before you commit, because the escape hatch is a year-old beta under a licence that changed to GPL-3.0 after the last code change.
| Repo | Stars | Licence | Last push |
|---|---|---|---|
Helicone/helicone (platform) | 6,085 | Apache-2.0 | 16 Aug 2026 |
Helicone/ai-gateway (Rust router) | 622 | GPL-3.0 | 21 Nov 2025 (licence change only) |
When to pick it, and when not to
Pick Helicone if
- You need cost and behaviour per end user and cannot currently produce it.
- You are debugging agents and need session traces, not individual request logs.
- You want prompt versioning and dataset replay alongside the logs.
- Your request volume is modest and your token spend is high, so log-based pricing beats a percentage.
- You want to start free and instrument something small today.
Do not pick Helicone if
- Routing is the requirement. Portkey, LiteLLM, and OpenRouter all do more here.
- You need guardrails or PII redaction. That is Portkey's product, not this one.
- Self-hosting the gateway is the plan. See the repository dates above.
- You make enormous numbers of tiny requests. Model the per-log cost first.
- You are on the free tier with an agent. 10 logs a minute will silently truncate your data.
Questions people ask
What is Helicone?
Helicone is a Y Combinator-backed LLM observability platform: you route requests through it and get logs, cost, latency, session traces, per-user metrics, prompt versioning, datasets, alerts, and a query language over the data. It also runs an OpenAI-compatible AI gateway at https://ai-gateway.helicone.ai reaching 100+ models.
How much does Helicone cost?
Hobby is free with 10,000 requests, 1 GB of storage, one seat, and a 10 logs-per-minute ingestion cap. Pro is $79 per month with unlimited seats, Team is $799 per month with five organizations, and Enterprise is custom with up to 30,000 logs per minute. Past the free allowance you pay per log and per gigabyte; their calculator prices 10,000 requests at 0.30 GB at about $0.97.
Is Helicone open source?
The main platform is, under Apache 2.0, and it is actively developed: 6,085 stars and last pushed 16 August 2026. The separate Rust AI Gateway repository is a caveat. It is GPL-3.0, still on v0.2.0-beta.30 from July 2025, and its last functional commit was 30 July 2025, with only a licence change since.
Helicone vs LiteLLM: which do I need?
Different jobs. LiteLLM is a gateway whose best feature is virtual keys with budgets across teams, self-hosted with no per-token fee. Helicone is an observability platform whose best features are session traces and cost per end user. Many teams run both, with LiteLLM in the request path and Helicone as its logging destination.
Does Helicone slow down requests?
The proxy adds a hop, as any gateway does, and Helicone offers async logging as an alternative so logging happens outside the request path. If latency is critical, use the async integration and keep the gateway out of the hot path, or measure the proxy overhead on your own traffic before committing.
What are the best Helicone alternatives?
For observability specifically: Langfuse, Braintrust, and the OpenTelemetry-based stacks. For gateway plus observability in one: Portkey ($49/month for 100k logs) or LiteLLM self-hosted. For coding-agent spend that never passes through a proxy, a local analytics tool is the only thing that can see it at all.
Sources
Every figure above was read from these pages on August 2026. Vendors reprice without notice; if you find a stale number, tell us.
- Helicone pricing Hobby free, Pro $79/mo, Team $799/mo, logs-per-minute caps
- Helicone quick start ai-gateway.helicone.ai base URL, 100+ models
- Helicone open source Apache 2.0, which repos are open source
- Helicone/helicone on GitHub 6,085 stars, Apache-2.0, pushed 16 Aug 2026
- Helicone/ai-gateway on GitHub GPL-3.0, v0.2.0-beta.30, last functional commit 30 Jul 2025
- Portkey pricing comparison baseline for log-priced plans