← Alle Playbooks
Playbook· setup

What AI tools really cost, and where the hidden bills hide

Subscription, API, free tier, token costs. Understanding the cost model behind AI before a bill surprises you at month's end. For everyone who works with AI instead of just playing with it.

There are two kinds of people who use AI. The first pay nothing and wonder why their tool keeps saying "limit reached, come back tomorrow". The others suddenly have an API bill in the triple digits and don't know what for. Both have the same problem, they never understood the cost model behind AI.

It's not rocket science, but it's different from everything else you subscribe to. Netflix costs the same every month, no matter how much you watch. AI can work the same way, or completely differently, depending on which access you choose. In ten steps I'll show you how the prices really come about, so you pick the access that fits you and don't get a nasty surprise.

Step 1, understand that there are two completely different payment worlds

AI providers like OpenAI, Anthropic or Google sell their models in two ways, and almost everyone mixes them up at first. One way is the subscription for the chat app, ChatGPT Plus, Claude Pro, Gemini Advanced. You pay a fixed amount a month and use the app in the browser or on your phone. The other way is the API, an access for programs and automations where you pay per use.

These two worlds have separate prices, separate accounts and separate logic. A Pro subscription gives you no API access and vice versa. Once you've internalized that, the rest gets easy.

Step 2, the free tier is a shop window, not a tool

Almost every provider has a free tier. It's made so you try the tool out, not so you work with it. You mostly get an older or smaller model, fewer messages per day and are the first to be cut off when the servers are full.

For dipping your toe in and for the occasional question that's perfectly enough. The moment you need AI daily for real work, you run into the limits. That's intentional, not a defect. The free tier is meant to bring you exactly to the point where a subscription pays off.

Step 3, the subscription is the flat rate for heavy users

The chat subscriptions at the big providers currently sit in a similar range, roughly around twenty euros a month for the standard tier. For that you get access to the best models, considerably higher usage limits and usually extras like file upload, image generation or voice mode.

For the vast majority of people who work with AI regularly, that's the right choice. Fixed price, no surprise, and you don't have to mentally calculate every request. The rule of thumb is simple, if you hit limits more than a few times a week, the subscription is cheaper than the hassle.

At some providers there are even more expensive tiers above that, for power users with even higher limits. You only need those once you regularly max out the standard subscription, not before.

Step 4, the API charges in tokens, not in messages

This is where it gets interesting for solo founders and everyone who wants to automate. With the API you don't pay per message, but per token. A token is a piece of text, roughly three to four characters, so about three-quarters of a word. This text on your screen here is a few thousand tokens.

You pay for two things separately, for the text you send in and for the text the model puts out. The output is almost always more expensive than the input. That sounds like small change, but it adds up when a program makes thousands of requests a day. Anyone who wants to understand the token principle more precisely will find the technical side behind it in the lesson on context and tokens.

Step 5, not every model costs the same, and that's your biggest lever

Every provider has several models, and the price differences are enormous. There are the big, expensive top models for difficult tasks, mid-range models for everyday work and small, very cheap models for simple things. Between a provider's most expensive and cheapest model there's quickly a factor of ten or more.

The most common money mistake with the API is taking the top model for every little thing. A simple text conversion doesn't need a top model, the small one is enough there. You save the top model for the tasks where the small one fails. Anyone who distributes their tasks across the right model often pays a fraction.

Step 6, the context is the silent cost driver

With the API you pay every time for the complete text the model has to see in order to answer. If your program sends along a long document or the whole conversation so far with every request, you pay for those tokens every single time anew.

Modern models can process huge amounts of text at once, up to a million tokens with the biggest ones. That's handy, but every token you send along costs. A program that thoughtlessly always sends the maximum context burns money on information the model doesn't even need. Only send along what's really necessary for the answer.

Step 7, subscription or API, this is how you decide right

The choice is simpler than it looks. If you type into a chat app yourself and read the answers yourself, take the subscription. Fixed price, no math. If a program, an automation or an agent is supposed to talk to the AI automatically without you in front, you need the API, because only that can be programmed.

Many solo founders end up using both. The subscription for the daily thinking work by hand, the API for the automations that run in the background. These are two tools for two different jobs, not an either-or.

Step 8, build in a limit before you touch the API

The API sends no reminder and asks no questions, it just keeps running. A programming error stuck in a loop can produce a surprisingly high bill overnight. That's why, before you make the first API call, set a spending limit and a warning threshold in the provider's account.

Set the limit to an amount you can bear in the worst case. That way you learn in peace, and a mistake costs you a lunch instead of a month's rent. These five minutes of setup are the most important in this entire playbook.

Step 9, measure your real consumption instead of guessing

After one or two weeks of use, look in the account at what the money really went on. Almost all providers show you a breakdown of which model cost how much. These numbers are more honest than any estimate.

Often you then discover exactly the patterns from steps five and six. One task runs on too big a model, or a process sends along unnecessarily much context. When you see that, you immediately have a concrete place to save, instead of turning the consumption dial blindly.

Step 10, weigh the price against your time, not against zero

The last step is an attitude. Twenty euros of subscription a month feels expensive when you compare it against zero. Compare it instead against the hours the tool saves you. If the AI takes even just two hours of real work off you in a month, a subscription has almost always paid for itself.

The same goes for the API. An automation that handles half an hour of manual work every day is quite welcome to cost a few euros a month. The question is never "what does this cost", the question is "what does it cost relative to what it brings me". Anyone who calculates that way almost always makes the right decision on AI costs.

What's next

If you now want to move from the chat app toward automation, start with the automation level, where you build your first flow that runs without you. And anyone who wants to understand the technical side behind the token costs, meaning why a model can only see a certain amount of text at once, should read the lesson on context and tokens. The two together give you the tool to not just use AI, but to budget it deliberately.

What AI tools really cost, and where the hidden bills hide — StudioMeyer Academy