PromptQL pricing: what it actually costs in 2026

Kurnia Kharisma Agung Samiadjie
Written by

Kurnia Kharisma Agung Samiadjie

Katelin Teen
Reviewed by

Katelin Teen

Last edited July 10, 2026

Expert Verified
PromptQL pricing breakdown illustration

What PromptQL actually is (so the pricing makes sense)

Before the numbers, a quick grounding, because PromptQL's pricing only makes sense once you know what you are buying.

PromptQL is not a chatbot and not a helpdesk. It is a multiplayer AI agent for enterprise data built by Hasura, the company behind the open-source GraphQL engine. Hasura calls it the "spiritual successor to GraphQL for the age of AI": where the old product auto-generated APIs so developers could build apps, PromptQL generates query plans on the fly so a person can ask a question in plain English and get a trustworthy answer off their Slack, docs, CRM, and warehouse tables.

The PromptQL Playground, where a user asks a natural-language question against their connected data, as taken from PromptQL
The PromptQL Playground, where a user asks a natural-language question against their connected data, as taken from PromptQL

The whole pitch is reliability. Founder Tanmai Gopal frames the problem bluntly:

"The biggest problem is not being able to just accurately answer the question. The big problem is AI pretends to be accurate even when it's not. So AI is confidently wrong. That's the problem."

That framing matters for the bill, because PromptQL charges for compute (the work of planning and executing a query reliably), not for named features or seats. It launched in beta in June 2025, and by late 2025 Hasura was described as a billion-dollar-plus company with named customers including Cisco, McDonald's, Instacart, and Swiggy. So this is an enterprise data tool with enterprise ambitions, and the pricing reflects that.

PromptQL pricing at a glance

There are effectively two tiers: a self-serve, pay-as-you-go Starter, and a contact-sales Enterprise plan with no public numbers. But before the table, here is the whole pricing model in one picture, because the sticker rate is only one of three things that decide what you pay.

What decides a PromptQL bill: task complexity in OLUs, times the model multiplier, times the price per OLU
What decides a PromptQL bill: task complexity in OLUs, times the model multiplier, times the price per OLU
StarterEnterprise
Price$0.20 / OLU standard, $0.14 / OLU introCustom quote
Billing modelPrepaid, pay-as-you-goCustom contract
Free credits$50 per project + $20 per teammateEverything in Starter
Seat licensesNoneNone
Model choiceAll models, switch per threadBring your own LLMs
SecurityStandardFine-grained permissions, audit trails
DeploymentPromptQL cloudDedicated VPC or BYOC, private networking
SSONoYes
SupportSelf-serveForward-deployed engineers
MinimumsNoneNegotiated

The headline you will see on the pricing page is written as "$0.20 → $0.14 per OLU." The $0.14 is the introductory at-cost price, which PromptQL says is 1x the underlying token cost with no markup for a limited time; $0.20 is the standard rate, roughly 1.4x token cost. Both are all-in: the per-OLU price covers model tokens plus infrastructure, sandbox hosting, and orchestration. No separate platform fee, no per-seat license.

That is genuinely clean as pricing pages go. The catch is the unit itself.

What on earth is an OLU?

An OLU (Operational Language Unit) is a normalized unit of tokens. PromptQL rolls up the different token types (input, output, cached, cache-creation) and the different models (Opus, GPT, GLM, and so on) into one consistent unit so your bill does not change shape every time you switch models. More complex tasks eat more OLUs, and you can see the exact per-thread and per-step consumption in a usage dashboard.

Here is what that looks like in practice. Ask PromptQL a real question, and it shows its work: a query plan, then the actual code it ran, then the answer. Every one of those steps burns OLUs.

A PromptQL query plan executing Python and SQL against connected data, with each step visible, as taken from PromptQL
A PromptQL query plan executing Python and SQL against connected data, with each step visible, as taken from PromptQL

I have a soft spot for how honest this is (you can watch exactly what you paid for), but I also have a bias I should own up front: I have spent a couple of years writing about how AI tools price themselves and what buyers actually search for, and "invented billing unit" is a phrase that makes me wince. It is the single hardest thing to forecast on any AI invoice, because you cannot know your OLU consumption until you have run your real workload on your real model. The typical-cost examples help, but they are examples, not a quote.

Speaking of which.

Typical query costs

PromptQL's own FAQ gives representative numbers at the $0.14 intro rate:

TaskOLUs usedCost at $0.14/OLU
Simple data taskUnder 2 OLUsUnder $0.28
Complex report~10 OLUs~$1.40
Deep investigation~40 OLUs~$5.60

So a data analyst running a dozen complex reports a day sits somewhere around $17 a day, or roughly $370 a month, at the intro rate, on a frontier model. That is the honest ballpark. But swap the model and that number can fall through the floor, which brings us to the real story.

The model multiplier is the actual price lever

This is the part I would tattoo on the pricing page if I could. The per-OLU price is fixed, but the model you pick changes how many OLUs a task consumes. PromptQL anchors its multiplier table to Claude Opus 4.6 = 1.0x and measures everything else against it. Lower multiplier means the model does the same work for fewer OLUs, so it is cheaper.

How much each model multiplies the OLU cost of the same task, from cheap open-weight models to the priciest Pro tiers
How much each model multiplies the OLU cost of the same task, from cheap open-weight models to the priciest Pro tiers

The spread is enormous:

ModelTypeOLU multiplier (vs Opus 4.6)
DeepSeek V4 Flash (official API)Open-weight0.018x (57x cheaper)
Llama 3.3 70BOpen-weight0.036x (28x cheaper)
Qwen 3.7 PlusOpen-weight0.071x (14x cheaper)
Kimi K2.7Open-weight0.17x (5.8x cheaper)
Claude Haiku 4.5Proprietary0.2x (5x cheaper)
GLM-5.2Open-weight0.23x (4.3x cheaper)
GPT-5 / GPT-5.1Proprietary0.3x (3.4x cheaper)
Gemini 3.1 ProProprietary0.42x (2.4x cheaper)
Claude Sonnet 4.5Proprietary0.6x (1.7x cheaper)
Claude Opus 4.6 / 4.8Proprietary1.0x (baseline)
Claude Fable 5Proprietary2x
GPT-5 ProProprietary7.22x
GPT-5.5 ProProprietary13.53x

Read that top-to-bottom and the whole pricing conversation flips. That $5.60 deep investigation on Opus? Run it on DeepSeek V4 Flash at 0.018x and the same work costs roughly a dime. Run it on GPT-5.5 Pro and it is closer to $75. PromptQL serves the open-weight models through Fireworks and lets you switch models per thread or mid-thread, so the practical advice is: prototype and run routine work on a cheap open-weight model, and only reach for a frontier model when a task genuinely needs the reasoning.

The reason PromptQL can get away with a cheap model on hard data questions is architectural, and it is worth one section.

Why the architecture affects what you pay

Most "AI on your data" tools wire an LLM straight to a database and hope. PromptQL's core design idea is to decouple query planning from execution. The LLM writes a detailed multi-step plan (the thing LLMs are good at), and then that plan runs as real, deterministic code outside the model, not in the context window.

How PromptQL splits query planning by the LLM from deterministic execution in code
How PromptQL splits query planning by the LLM from deterministic execution in code

Gopal puts it this way:

"Instead of generating answers, we generate plans in a domain-specific language unique to your business. Those plans compile to deterministic actions with runtime validations and policy checks."

Why does this matter for pricing? Because it means a cheaper model can often do the job. If the model only has to plan, not grind through thousands of rows in-context, a lean open-weight model plans nearly as well as a frontier one, and you pocket the multiplier difference. Hasura leans on the Berkeley Data Agent Benchmark, where even frontier models score just 43% (Opus-4.6), 38% (Gemini-3-Pro), and 25% (GPT-5.2) on real-world data questions, while vanilla database query generation scores "close to 0%". The plan-then-execute split is what closes that gap, which is what you are actually paying the markup for.

Estimate your own PromptQL bill

Because the model multiplier does so much of the work, a static table cannot tell you your number. So here is a calculator: plug in your usage, pick a model, and see the monthly cost at both the intro and standard rates.

Play with the model dropdown and watch the number move. Four hundred complex reports a month costs about $56 on Opus at the intro rate, and roughly $1 on DeepSeek. That is not a rounding difference; that is the entire pricing decision.

The free tier and credits

You can start with no credit card. PromptQL gives $50 in free credits when you create your first project, plus $20 more for every collaborator who joins their first project. Credits are managed at the project level, so a team spinning up several projects accumulates a decent runway.

The PromptQL Cloud Console showing projects on the free trial, as taken from PromptQL
The PromptQL Cloud Console showing projects on the free trial, as taken from PromptQL

On a lean open-weight model, PromptQL says $50 is enough for "thousands of simple tasks" before you pay a cent. When the credits run out, you add a payment method and switch to prepaid billing: you top up a balance, work auto-pauses if it hits zero, and per-user quotas and spending alerts keep a runaway thread from surprising you. No minimums, no annual lock-in on the Starter plan.

The Enterprise tier

Everything above is the self-serve story. The Enterprise plan is quote-gated, with no public numbers, and it adds the things a regulated buyer needs: advanced security and fine-grained permissions, data-access audit trails (what data was used in which thread, by which user), a dedicated VPC or bring-your-own-cloud, private networking and VPC peering, single sign-on, bring-your-own-LLMs, and forward-deployed engineering support.

If you are the kind of company that has a procurement process, this is the tier you will land on, and the per-OLU math becomes one line item inside a negotiated contract. It is also where Hasura's $900-an-hour AI engineering practice tends to attach, so budget for services on top of consumption if you are going down the enterprise route.

Is PromptQL's pricing good?

For what it is (a reliability layer for AI on enterprise data), the pricing is fair and unusually transparent. No seats, no platform fee, at-cost intro pricing, and a dashboard that shows you exactly what each thread consumed. I would rather see this than a $50k platform minimum with a "contact us" wall.

My one real gripe is the OLU. It is a well-designed invented unit, but it is still an invented unit, and invented units are the thing I have watched trip up buyers over and over. You cannot forecast an OLU bill from a pricing page; you can only forecast it after you have run your own workload. PromptQL softens this with typical-cost examples, spend caps, and auto-pause, and those genuinely help. But "how much will this cost us next quarter?" is a harder question here than the clean $0.14 number suggests, because the honest answer is "it depends entirely on your model mix and your query complexity."

That is not a knock unique to PromptQL. It is the tax you pay for consumption pricing on top of an opaque unit. Which is a nice segue to how I would think about it if you came here from the support-tooling world.

PromptQL vs a support AI like eesel

Quick reality check, because a chunk of people searching "PromptQL pricing" are actually comparison-shopping AI tools in general, not specifically data-analyst agents.

PromptQL and eesel AI do not really compete. PromptQL is a data-access agent for analysts and enterprise data teams; eesel is an AI teammate for the support queue and content, plugging into Zendesk, Freshdesk, Slack, and your help center. If your actual job is deflecting tickets or drafting replies, PromptQL is the wrong shape of tool.

eesel AI helpdesk dashboard, where support tickets are resolved and priced per ticket
eesel AI helpdesk dashboard, where support tickets are resolved and priced per ticket

But the pricing lesson does carry over, and it is the reason I built the calculator above. When I helped shape how eesel prices, the one rule that survived every experiment was: price in a unit the customer already thinks in. We tried invented units. "Credit" forced people to do math ("wait, what is a credit worth again?"), and it quietly killed adoption. So eesel prices per ticket, roughly 40 cents a resolved ticket, no seat fees, because a support manager already lives and breathes ticket counts. You can predict next month's eesel bill from this month's ticket volume in your head. That is the whole point.

So if you are evaluating PromptQL, my advice is to run your real workload on your real model for a week before you extrapolate, because the OLU makes back-of-envelope forecasting unreliable. And if you wandered in from the support world looking for a per-ticket AI you can actually budget for, eesel is free to try and priced in tickets, not tokens.

Try eesel

If your problem is the support queue rather than the data warehouse, eesel AI is the tool shaped for it. It plugs into your existing helpdesk in minutes, learns from your past tickets and help center, and starts drafting and resolving replies from day one, priced per ticket so the bill tracks something you already measure. You can try it free and simulate it against your historical tickets before it ever touches a live customer, which is the closest thing to a forecast you will get in this category.

Frequently Asked Questions

How much does PromptQL cost?
PromptQL is consumption-based, not per-seat. The self-serve Starter plan bills at $0.20 per OLU, discounted to $0.14 during the introductory period. There are no seat licenses or platform fees, and the Enterprise tier is custom-quoted. See our full PromptQL pricing breakdown above for worked examples.
What is an OLU in PromptQL pricing?
An OLU (Operational Language Unit) is PromptQL's normalized unit of tokens that rolls input, output, and cached tokens across different models into one consistent unit. More complex tasks burn more OLUs. It is closer to a metered LLM cost than a traditional subscription seat.
Does PromptQL have a free tier?
Yes. You get $50 in free credits with no credit card when you create your first project, plus $20 more for each teammate who joins. On a lean open-weight model that stretches to thousands of simple tasks before you pay.
Why does my PromptQL bill change when I switch models?
The price per OLU is fixed, but the model you pick changes how many OLUs a task consumes. Open-weight models like DeepSeek can be 4x to 57x cheaper per task than the Claude Opus baseline, so model choice is the single biggest lever on cost.
Is PromptQL cheaper than building your own text-to-SQL agent?
It depends on how much you value reliability. Vanilla text-to-SQL scores near zero on hard real-world questions, and PromptQL charges a small markup for its plan-then-execute reliability layer. For a support team that just wants a per-ticket AI, a usage-based tool like eesel AI priced in tickets is a simpler comparison.

Share this article

Kurnia Kharisma Agung Samiadjie

Article by

Kurnia Kharisma Agung Samiadjie

Related Posts

All posts →
PromptQL alternatives cover banner on an indigo backdrop
Trending

8 best PromptQL alternatives in 2026

The 8 best PromptQL alternatives in 2026, from Databricks Genie to open-source Wren AI, with real pricing, strengths, and who each one is actually for.

Rama Adi NugrahaRama Adi NugrahaJul 10, 2026
What is PromptQL cover banner with the PromptQL logo on an indigo backdrop
Trending

What is PromptQL? Hasura's AI data agent, explained

What is PromptQL? A plain-language explainer of Hasura's AI data agent: the plan-then-execute idea, what it connects to, what it costs, and who it's for.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 10, 2026
PromptQL review cover banner with the PromptQL logo on an indigo backdrop
Trending

PromptQL review (2026): Hasura's data agent, tested

A hands-on PromptQL review: how Hasura's data agent separates planning from execution, what it costs, and whether the reliability pitch holds up.

Alicia Kirana UtomoAlicia Kirana UtomoJul 10, 2026
Illustrated hero banner for a Palmier Pro pricing breakdown, an AI-native macOS video editor, with a timeline and credit motif
Trending

Palmier Pro pricing: what the AI video editor really costs

Palmier Pro is free to edit and pay-per-credit to generate. Here is the full pricing, how the credits work, the macOS-only catch, and whether it is worth it.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 10, 2026
GPT-5.6 pricing breakdown banner showing Sol, Terra, and Luna
Guides

GPT-5.6 pricing: what Sol, Terra, and Luna actually cost

GPT-5.6 pricing for Sol, Terra, and Luna, explained: real per-token rates, how they stack up against GPT-5.5, a worked monthly bill, and where ChatGPT fits.

Rama Adi NugrahaRama Adi NugrahaJun 29, 2026
ChatGPT for Work review cover illustration in ChatGPT teal
Trending

ChatGPT for Work review: is it worth it in 2026?

A hands-on ChatGPT for Work review: what the Business and Enterprise plans cost, what the new ChatGPT Work agent does, and where it fits (and doesn't).

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 10, 2026
Hand-drawn illustration of two people reviewing a pricing breakdown chart with dollar signs
Trending

Grok 4.5 pricing: API rates, SuperGrok cost, and hidden fees

Grok 4.5 costs $2/$6 per 1M tokens on the API and $30-$300/month as a consumer plan. Here's the full breakdown, the hidden fees, and what it means to budget with.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 9, 2026
Editorial illustration for a guide to what Claude Fable 5 can do, Anthropic's most powerful AI model
Guides

What can Claude Fable 5 do? A capability-by-capability guide

What can Claude Fable 5 do? Run for days unattended, write and ship code, read 1M-token documents, and check its own work. Here's what that means in practice.

Riellvriany IndriawanRiellvriany IndriawanJun 17, 2026
Editorial illustration representing Kimi K2.7 Code API pricing tiers
Trending

Kimi K2.7 Code pricing: API rates, tiers, and real costs

Kimi K2.7 Code costs $0.95 per 1M input / $4 per 1M output on Moonshot's own API, less via OpenRouter or free to self-host, but real accounts report paying more, not less.

Rama Adi NugrahaRama Adi NugrahaJul 9, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free