Skip to content
S/T
highneeds a human

Your prompt crossed a pricing cliff

Some models double their input price above a prompt-size threshold.

Long-context pricing is not always linear. Google's Pro tiers charge one rate up to a 200,000-token prompt and roughly double it above that. The jump applies to the whole request, not just the tokens past the line.

That makes the threshold a genuine cliff. A prompt at 199,000 tokens and one at 201,000 tokens differ by one percent in size and by about a hundred percent in price.

If you are near a threshold, it is worth knowing exactly where you sit. Trimming retrieved context to stay below the line is often the single highest-value optimisation available, and it is invisible unless you are looking for it.

Before
210k-token prompt billed at the high tier: every token costs double.
After
190k-token prompt after trimming retrieval: the whole request drops to the base tier.

Check your own prompt

The analyser checks this pattern along with the other 25, prices each finding against your request volume, and hands back a rewritten prompt. It runs in your browser — nothing is uploaded.

Run the analyser

More on model choice