What is it
LLM Observability Pricing is pricing for platforms purpose-built to observe, debug, and optimize LLM application behavior — logging prompts, responses, latency, and cost.
The category exists because standard logging and APM tools don’t understand the semantic structure of an LLM interaction. A raw HTTP log of a GPT-4 call shows bytes in and bytes out; an LLM observability platform surfaces the prompt text, the completion, the token counts, the model version, the cost estimate, and any custom metadata (user ID, session, feature flag) the developer tagged the call with. That semantic layer is what enables prompt-engineering workflows, cost attribution by feature, and quality evaluation on production traffic.
Helicone and Portkey are the canonical in-corpus examples of the tight proxy-and-gateway niche — both bill on log volume. It is distinct from the broader observability platform pricing cohort (Langfuse, Arize, Braintrust) that meters traces, spans, and evaluation runs rather than proxied LLM calls. For the underlying question of which unit to bill on, see choosing the right usage metric and understanding usage-based pricing models.
How it works
LLM observability platforms intercept LLM API traffic at the network layer. The customer replaces the provider’s base URL with the observability platform’s proxy URL — a one-line configuration change. Every request then flows through the proxy, which captures the full request/response payload, logs it with metadata, and forwards it to the provider. The billable unit is the log (the recorded call), and pricing follows the pipe: a free log allowance, a flat plan floor, then usage-based overage above the included quota.
| Company | Core observability capability | Free tier | Paid entry | Overage / advanced |
|---|---|---|---|---|
| Helicone | Request logging, cost attribution, prompt management | Hobby free: 10K requests/mo, 1 GB storage, 7-day retention | Pro $79/mo; Team $799/mo (each 10K req + 1 GB included) | Usage-based overage on logs & storage; SOC-2/HIPAA on Team |
| Portkey | Request logging, model routing, guardrails, cost attribution | Developer free: 10K recorded logs/mo, 3-day retention | Production $49/mo (100K recorded logs included) | +$9 per 100K requests up to 3M (~$310/mo ceiling); governance on Enterprise |
The unit math for log-volume pricing:
Monthly cost = plan_fee + max(0, logs − included_allowance) × overage_rate
Worked example on Portkey Production: a 1M-request/month app pays the $49 base plus overage on the 900K requests above the 100K included allowance — nine increments of 100K at $9 each = $81 — for roughly $130/month. At 3M requests the self-serve ceiling caps the bill near $310/month, above which pricing routes to a custom Enterprise contract.
Helicone structures overage differently: Pro ($79) and Team ($799) each include the same 10K requests + 1 GB as the free Hobby tier, then meter overage on logs and storage. Helicone doesn’t publish per-unit overage rates — only an on-page calculator, which estimates roughly $0.97/month for 10K requests with light storage. Both vendors keep the core gateway free and open-source (Helicone Apache 2.0, Portkey MIT), so the paid tiers sell hosted convenience, longer retention, and — at Portkey’s Enterprise tier — active governance like budget caps and rate limits.
Companies using this
Two companies in the corpus are purpose-built LLM observability proxies: Helicone, with a clean gateway model focused on prompt analytics and cost attribution, and Portkey, which pairs observability with active model routing, guardrails, and spend governance. Both price primarily on log volume with generous free tiers, and both were acquired in 2026 (Helicone by Mintlify, Portkey by Palo Alto Networks) — a signal that standalone LLM observability is consolidating into larger platforms.
Explore this theme in the knowledge graph
FAQ
How is LLM observability priced?
By log volume — the number of LLM calls captured per month sets the tier. Helicone is free for 10,000 requests/month, then $79/mo Pro and $799/mo Team (each includes 10K requests plus usage-based overage on logs and storage). Portkey is free for 10,000 recorded logs/month, then $49/mo Production with 100,000 logs and $9 per additional 100K requests up to 3M. Both offer a free, self-hostable open-source core, so paid tiers sell hosting, retention, and governance rather than the capability itself.
How much do Helicone and Portkey cost?
Helicone: Hobby is free (10K requests/month, 1 GB storage, 7-day retention); Pro is $79/month; Team is $799/month; Enterprise is custom. Portkey: Developer is free (10K recorded logs/month, 3-day retention); Production is $49/month (100K logs, then $9 per 100K requests, ceiling ~$310/month at 3M); Enterprise is custom. Both are also free to self-host under open-source licenses (Helicone Apache 2.0, Portkey MIT).
How does this differ from the broader observability-platform category?
This page covers the narrow LLM-observability niche: proxy-and-gateway platforms (Helicone, Portkey) that sit in front of LLM APIs and bill by call/log volume. The sibling observability-platform-pricing page covers the wider LLM/ML telemetry cohort — Langfuse, Arize, Braintrust, Galileo and others — that meter traces, spans, and evaluation runs rather than proxied requests.
Do LLM observability platforms offer free tiers?
Yes, and they are deliberately generous because telemetry only becomes valuable at production volume, so the free quota is the acquisition funnel. Helicone gives 10,000 requests/month free and Portkey 10,000 recorded logs/month free. Both also let you self-host the open-source core with no request cap at all.
Related product categories
- AI Coding Product PricingPricing for products whose primary surface is AI-assisted coding — IDEs, completion engines, and review agents.
- Developer Tools PricingPricing models used by tools sold to developers — IDEs, CLIs, libraries, voice-to-code, and adjacent products.
- AI Platform PricingPricing for general-purpose AI platforms — model APIs, inference services, and multi-model hosting providers.
- AI Infrastructure & Cloud PricingPricing for AI compute infrastructure — GPU clouds, serverless inference, and training platforms.
- Data Platform PricingPricing for data platforms — scraping, enrichment, search API, and knowledge-graph vendors.
- Vertical SaaS PricingPricing for vertical SaaS products — AI software purpose-built for a specific industry (legal, healthcare, sales, marketing).
- PaaS PricingPricing for platform-as-a-service products that abstract away the underlying infrastructure and bill for higher-level units.
- Customer Service Platform PricingPricing for customer service software platforms — ticketing, chat, automation, and AI agent products.
- Horizontal SaaS PricingPricing for horizontal AI SaaS — productivity and workflow products sold across industries rather than to one vertical.
- Observability Platform PricingPricing for LLM and ML observability platforms — tracing, evaluation, and monitoring of model behavior in production.
- Fintech AI PricingPricing for AI-era fintech products — billing infrastructure, accounting automation, and financial operations platforms.
- Security AI PricingPricing for AI-powered security products — covering code security, voice fraud detection, SOC automation, and threat analysis.