Where our numbers come from
Every figure on LLMScout.tech comes from somewhere specific, and this page says where. It covers the three kinds of numbers we publish: per-token API prices, hourly GPU prices, and a small set of estimation constants that are ours rather than anyone else's. Every source below is a public page you can open and check for yourself.
How a price reaches the screen
Model prices are resolved when you load a calculator. The site first calls its own /api/model-prices endpoint, which reads the public OpenRouter catalogue and converts the per-token rates published there into the per-million-token figures the calculators use. That response is cached for 24 hours: under normal operation, the price in front of you was pulled at most a day ago.
If that request fails or does not list a model we track, the calculator falls back to the price table hard-coded in our catalogue. Those rates were verified on 2026-08-04 against each provider's own pricing page, and every model carries its own verification date โ the check is tracked per model, not as a single site-wide "last updated" stamp. They are conservative snapshots, not live data.
Currency conversion is a separate feed: USD-to-BRL rates come from AwesomeAPI via /api/exchange-rate, cached for one hour, with a fixed default as a last resort. Providers publish in US dollars, so every BRL figure here is a conversion we perform โ never a rate quoted by the provider.
Model providers we track
The catalogue currently covers 12 models from 7 providers. The authoritative source for each is the provider's own pricing documentation, linked below. Two of them publish open weights instead of a first-party API price: those are served by many hosts at different rates, so we show a representative hosted rate, not an official list price.
| Provider | Models tracked | Official price page | Verified |
|---|---|---|---|
| OpenAI | GPT-5.6 Sol, GPT-5.6 Terra, GPT-5.6 Luna | platform.openai.com/docs | 2026-07-20, 2026-08-04 |
| Anthropic | Claude Opus 4.8, Claude Sonnet 5, Claude Haiku 4.5 | anthropic.com/pricing | 2026-07-20 |
| Gemini 2.5 Pro, Gemini 2.5 Flash | ai.google.dev/gemini-api | 2026-07-20 | |
| Meta open weights โ hosted rate | Llama 4 Maverick | openrouter.ai/meta-llama | 2026-07-20 |
| Z.ai | GLM-5.2 | docs.z.ai/guides | 2026-07-20 |
| Moonshot AI | Kimi K3 | platform.moonshot.ai/docs | 2026-07-20 |
| NVIDIA open weights โ hosted rate | Nemotron 3 Ultra | build.nvidia.com/models | 2026-07-20 |
Per-model caveats are recorded alongside the price: promotional rates, higher tiers above a context threshold, cache-read discounts. Claude Sonnet 5 carries a launch promotion of $2/$10 per million tokens until 2026-08-31, below the standard rate we quote; Gemini 2.5 Pro is billed higher above 200k tokens.
GPU and cloud compute prices
GPU prices work differently. No single free public API aggregates on-demand GPU pricing across hyperscalers and specialist GPU clouds, so the GPU calculator has no live feed: its figures are a manually researched snapshot. We read each provider's public pricing page in July 2026 โ the recorded check date is 2026-07-06 โ and wrote the hourly rate down. Unlike the LLM calculators, nothing here refreshes on its own.
The snapshot covers 8 providers in two categories: hyperscalers and specialist GPU clouds. Each entry names the exact instance it refers to, because "the price of an H100" means nothing without knowing whether it is an 8-GPU node divided by eight, a single-GPU instance, or a marketplace listing. Entries flagged as approximate are those where the provider publishes no stand-alone on-demand rate, so the figure comes from a multi-GPU instance, a fractional SKU or a marketplace range.
- AWS hyperscaler ยท 4 GPU entries ยท 1 approximate
- Google Cloud hyperscaler ยท 3 GPU entries ยท 1 approximate
- Azure hyperscaler ยท 3 GPU entries ยท 2 approximate
- RunPod GPU cloud ยท 6 GPU entries
- Lambda Labs GPU cloud ยท 4 GPU entries
- CoreWeave GPU cloud ยท 2 GPU entries ยท 1 approximate
- Vast.ai GPU cloud ยท 3 GPU entries ยท 3 approximate
- Paperspace GPU cloud ยท 4 GPU entries
Because these prices are static, confirm the current rate on the provider's page before committing a budget โ every row links to its own source, both here and in the GPU cloud cost calculator.
Our own estimates, not third-party data
A few numbers here are not sourced from anyone: they are our estimates, and we would rather say so than let them pass as vendor data.
The first is 400 tokens per PDF page, the constant behind the PDF summary cost calculator and the page-capacity table. It assumes average dense body text: tables, footnotes or a two-column academic layout run higher, a sparse slide far lower. The second is 500 tokens for a dense page in the context-window calculator. Both are round planning numbers, not measurements of your documents.
You can see them at work in the PDF summary cost calculator, the context window calculator and the page-capacity table.
Token counts are approximations: tokenizers differ between model families, and the same text tokenizes differently across languages โ Portuguese typically consumes more tokens than English. Treat every estimate here as a planning figure with a comfortable margin, not a billing prediction.
What these sources cannot tell you
Published list prices are only part of a real invoice: they exclude batch discounts, committed-use pricing, enterprise agreements, free tiers, storage and egress. Our calculators price the on-demand path โ the one most projects start on, and the only one every provider publishes openly.
We receive no pricing feed from any provider, have no commercial relationship with the companies listed here, and are not endorsed by them. When a provider changes a price, we find out by reading their page โ the same way you would. That is why we publish the links.
Corrections
A wrong price is the most serious bug this site can have. If a number here does not match what a provider currently publishes, email contato@lwforge.com with the page, the model or GPU, and the value you expected โ we check it against the official source and correct it, usually within a couple of days.
For how these prices become cost estimates โ the formulas, the rounding and the assumptions in each calculator โ see our pricing methodology.