If you build anything with GPT models, you already know the drill.
You ship a feature, it works, people love it, and then the invoice shows up like a passive-aggressive roommate who never mentioned they were running a crypto miner in the guest room.
This week OpenAI shuffled its API pricing tiers again, and the reaction online has been the usual split: developers doing frantic spreadsheet math, and everyone else pretending they understand what a "token" is.
Here's the short version for people with lives.
The cheaper "mini" class models got cheaper or stayed flat, which is great news if your app is basically a fancy autocomplete.
The flagship models, the ones you actually want when you need something smarter than a golden retriever with a thesaurus, still cost real money once you scale.
The part nobody puts in the launch blog is how fast it adds up.
A demo with ten thousand users costs your entire quarterly budget and possibly a friendship with your co-founder.
Caching helps, prompt trimming helps, but so does admitting that maybe not every single request needs the biggest brain available.
Reddit, naturally, handled this with its trademark grace.
Half the threads are people bragging about cutting their bill by 80 percent with batching.
The other half are people discovering that their "simple" chatbot is quietly running six model calls per message because someone nested a chain-of-thought loop inside a retry handler.
If you're a solo dev or a small team, the honest advice is boring: log your token usage, set hard spend caps, and stop testing in production with the most expensive model because it "feels more responsive." It doesn't.
For regular consumers, this matters more than you'd think.
Every AI feature you use, the summarizer in your notes app, the assistant in your email, the thing that rewrites your texts so you sound less unhinged, is built on these same meters.
When API prices move, product prices eventually move with them.
Free tiers get thinner. "Unlimited" gets a footnote.
The bigger story is that the AI pricing wars are basically the cloud pricing wars on fast-forward.
Everyone undercuts everyone, everyone adds tiers, and eventually you need a finance degree to figure out whether you're on the right plan.
The losers are the people who forgot to turn off a background job over a holiday weekend.
Cheaper small models are genuinely useful and make a lot of products viable that weren't last year.
But "cheaper" in AI has never meant "cheap." It means "you'll overspend slightly less dramatically." Our take: treat your API key like a debit card tied to your rent money, because that's functionally what it is.
Final Thoughts
And if your startup's entire margin depends on a pricing page that changes every few months, that's not a business model, that's a hostage situation with extra steps.