Trimio Field Notes

Portkey Alternative: What AI Teams Are Evaluating After the PANW Acquisition

May 14, 2026 6 min read ai-gatewaysprocurementportkeyfinops

On April 30, 2026, Palo Alto Networks announced its intent to acquire Portkey — folding the AI gateway and LLMOps platform into Prisma AIRS (AI Runtime Security). The deal is expected to close by July 31.

For thousands of engineering and FinOps teams that had been evaluating Portkey as their AI gateway layer, the acquisition changed the procurement calculus overnight. Portkey isn't being killed — but it's being absorbed into a $300K+ enterprise security suite sold by enterprise security AEs to CISOs. If your primary concern is cutting LLM costs and you don't have a seven-figure Palo Alto relationship, you're no longer the target customer.

This post breaks down what changed, what the alternatives actually are, and the questions that should drive the evaluation.

500B
Tokens / Day
Processed through Portkey at acquisition — confirming the category's scale.
$180M
Annualized Spend
LLM spend managed across Portkey's 24,000+ orgs at time of deal.
3
Category Splits
Security, observability, and economics — each now has its own buyer and its own vendor set.

What the acquisition actually changed

Essential
Portkey is now a PANW Prisma AIRS product. The product will keep running. The buying motion changed — from engineering-led evaluation to CISO-driven enterprise procurement. If you're not already a PANW customer, you're not the primary target anymore.

The product isn't going away. Portkey was processing 500 billion tokens per day and 125 million requests per day at acquisition — PANW is not acquiring it to shut it down. But the product's distribution model is transforming:

This isn't hypothetical. It's the classic enterprise acquisition pattern: buy the developer-loved product, absorb it into the enterprise suite, migrate it up-market. Portkey's existing customers will be served, but the roadmap will increasingly serve PANW's security-first enterprise priorities, not the FinOps-first cost optimization use case.

The three categories that emerged from one

Essential
The PANW deal clarified something that was already happening: "AI gateway" isn't one thing. It's three distinct purchasing motions with three different buyers. You need to know which one you actually are before you evaluate vendors.

"AI gateway" meant something vague through 2024. The Portkey acquisition forced a useful distinction. There are now at least three distinct categories, each with its own primary buyer and its own vendor set:

CategoryPrimary BuyerCore ProblemRepresentative Vendors
Security-FirstCISO / Security teamPrompt injection, data exfiltration, compliancePortkey/Prisma AIRS, SlashLLM, Gravitee AI Gateway
Observability-FirstPlatform engineering, MLOpsRequest tracing, debug, LLM reliabilityHelicone, LangSmith, OpenRouter (basic)
Economics-FirstEngineering leadership, FinOps, CFORouting to cheapest model, token compression, hard spend limitsTrimio, Martian

The fatal mistake most teams make: they evaluate all three categories simultaneously, compare feature lists, and pick the one with the most checkboxes. The right framework is the opposite — decide which category you are, then compare within that lane.

If your gateway is purchased by your security team and has to pass a CISO review, security-first is your category. If your primary signal is "why did this call fail and how do I replay it?", observability-first is your category. If your primary signal is "we're spending $800K/year on LLM calls and need to cut it by 40%," economics-first is your category.

Most companies buying Portkey before the acquisition were in the observability lane — attracted by the rich log UI, traces, and prompt management. After the PANW deal, that use case lands squarely in the gap: too security-focused for pure observability, too observability-focused for pure FinOps.

The Portkey pricing model — and why it gets expensive at scale

Essential
Portkey charges per "recorded log" — one per LLM request. At 100K requests/month you're at $49. At 1M requests/month you're at $900. At 5M requests/month you're at $4,500+. The cost scales with volume, not with the value you extract from it.

Before evaluating alternatives, it's worth being clear on what Portkey actually charges for — because its pricing model is unusual in the AI gateway space.

Portkey bills based on "recorded logs" — not requests routed, not tokens processed, not API calls. A recorded log is one LLM request captured in their observability system. The gateway keeps routing even after you exhaust your log quota, but you lose visibility into calls beyond the limit — which defeats the purpose of an observability platform.

TierRecorded Logs / MonthCostOverage
Developer (Free)10,000$0Logging stops
Production100,000$49/mo$9 per additional 100K
Enterprise10M+CustomCustom

The math at scale: a mid-size AI application at 1M requests/month is $49 + (9 × 9) = ~$130/month today. At 5M requests/month: $49 + (9 × 49) = ~$490/month. At 10M requests/month, you're in enterprise pricing territory. These numbers sound manageable — until you account for the fact that you're also paying full LLM provider costs on top, and Portkey's log-based pricing doesn't give you the one thing that would offset those costs: cost optimization.

Portkey shows you what you're spending. It doesn't automatically route calls to reduce what you're spending. That's the gap.

The LiteLLM option — and why two CVEs in six weeks changed the calculus

Essential
LiteLLM is the most common Portkey alternative for teams that want self-hosted, open-source, zero per-request cost. But two security incidents in early 2026 — CVE-2026-42208 and a March supply-chain compromise — made the "free self-hosted proxy" calculus meaningfully more expensive once you factor in the engineering cost of running and patching it.

The most common alternative to Portkey on the engineering side is LiteLLM — an open-source Python proxy that supports 100+ LLM providers, runs on your own infrastructure, and costs nothing per request. For teams that want full control and don't want per-log billing, it's the obvious choice on paper.

But 2026 handed LiteLLM two significant incidents that changed the calculation for production use:

Neither incident is fatal to LiteLLM as a project. Both incidents reframe the "free self-hosted proxy" calculation. The true cost of self-hosted LiteLLM is not zero — it's the engineering burden of patching, monitoring CVEs, validating dependency supply chains, and running a Python web service in production. We covered the architectural reasons for this gap in detail. For teams that have already gone through one incident response cycle, that cost is no longer theoretical.

The evaluation framework: five questions to ask any AI gateway

Essential
Most gateway evaluations fail because they compare feature lists instead of asking outcome questions. These five questions cut through the noise — for Portkey, LiteLLM, or any other vendor you're considering.

Before committing to any AI gateway in 2026 — Portkey alternative or otherwise — these are the questions that separate the options:

  1. Does it reduce your bill or just show you your bill? Observability tells you what you spent. Cost optimization changes what you'll spend next. These are different products. Most gateways only do the former.
  2. What is the failure mode? If the gateway goes down, does it fail open (traffic routes directly to providers) or fail closed (traffic stops)? For production AI applications, this is a five-nines question.
  3. Does routing have economic intelligence? Round-robin and latency-based routing have been table stakes since 2024. Quality-Value assessment — routing to the cheapest model that will produce an acceptable output for this specific request type — is a different capability that most "routing" vendors don't actually have.
  4. Who owns the buying motion in 18 months? Portkey's acquisition is instructive: a product purchased on a credit card by an engineer today may require CISO sign-off and an enterprise contract in 18 months. Build your gateway strategy around where the product is going, not where it is now.
  5. What is the architecture? Python web apps have different failure modes, security surfaces, and performance profiles than Go binaries. For a layer that sits in the critical path of every AI call, the architecture is not an implementation detail.

Where the economics-first buyer lands

Essential
If you're looking for a Portkey alternative because your primary goal is cutting LLM costs — not security compliance or request tracing — you're in the economics-first lane. The product you need routes intelligently, compresses tokens, maximizes caching, and enforces hard budget limits. Observability is a feature, not the product.

The clearest gap the PANW acquisition exposed: there is no large incumbent in the economics-first AI gateway lane. Security-first now has Palo Alto. Observability-first has Helicone, LangSmith, and others. The economics-first lane — routing to the cheapest capable model, compressing tokens before they leave the wire, maximizing provider-native caching, enforcing real budget limits — is the white space.

The economics-first feature set looks different from what Portkey was primarily selling:

Portkey had some of these as features. After the PANW acquisition, the product's strategic direction will be Prisma AIRS, not cost optimization. That's not a criticism — it's a category choice, and it's the right one for PANW. It just creates a clear gap for teams whose primary question isn't "are my AI calls secure?" but "are my AI calls as cheap as they could be?"

The acquisition validated the category. It clarified the lanes. If you're looking for a Portkey alternative because cost optimization is your primary driver, that's the lane Trimio is built for.

Trimio
Economics-first. Not observability with a side of routing.
Trimio is the AI gateway built for cost reduction — least-cost routing, token compression, cache intelligence, and hard budget controls in one layer. One URL change. 30–60% savings.