# AI model cost calculator | Calculate token costs in euros — hub.llmnet.nl

[Skip to content](#lm-inhoud)Network/[NL](/en/modelkosten-calculator)EN[Hubhub.llmnet.nlCompare models on task, language, cost and license.](https://hub.llmnet.nl/en/)[Communitycommunity.llmnet.nlPrompt techniques, patterns and system prompts.](https://community.llmnet.nl/en/)[APIapi.llmnet.nlLLMs in production: rate limits, routing, structured output.](https://api.llmnet.nl/en/)[Consultancyconsultancy.llmnet.nlRolling out AI in an organization, pilot to production.](https://consultancy.llmnet.nl/en/)[Newsnieuws.llmnet.nlAI developments, explained for the Netherlands.](https://nieuws.llmnet.nl/en/)[Benchmarkbenchmark.llmnet.nlMeasure AI quality yourself, on your own tasks.](https://benchmark.llmnet.nl/en/)[Careersvacatures.llmnet.nlAI roles, salaries and career paths in the Netherlands.](https://vacatures.llmnet.nl/en/)[Learnleren.llmnet.nlAI concepts in plain language, beginner to builder.](https://leren.llmnet.nl/en/)[Guidegids.llmnet.nlRun AI privately on your own Mac, PC, NAS or home server.](https://gids.llmnet.nl/en/)[Directorydirectory.llmnet.nlMapping the AI ecosystem: tools, models, companies.](https://directory.llmnet.nl/en/)[Radarradar.llmnet.nlSignals from X, research and communities for indie developers.](https://radar.llmnet.nl/en/)[Appsapps.llmnet.nlReviews of AI apps and open-source repos, with tips for builders.](https://apps.llmnet.nl/en/)[llmnet.nl — main site](https://llmnet.nl/en/)[](https://x.com/intent/post?url=https%3A%2F%2Fhub.llmnet.nl%2Fen%2Fmodelkosten-calculator&text=AI%20model%20cost%20calculator)[](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fhub.llmnet.nl%2Fen%2Fmodelkosten-calculator)[](https://www.reddit.com/submit?url=https%3A%2F%2Fhub.llmnet.nl%2Fen%2Fmodelkosten-calculator&title=AI%20model%20cost%20calculator)[](#)[](https://x.com/intent/post?url=https%3A%2F%2Fhub.llmnet.nl%2Fen%2Fmodelkosten-calculator&text=AI%20model%20cost%20calculator)[](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fhub.llmnet.nl%2Fen%2Fmodelkosten-calculator)[](https://www.reddit.com/submit?url=https%3A%2F%2Fhub.llmnet.nl%2Fen%2Fmodelkosten-calculator&title=AI%20model%20cost%20calculator)[](#)

 
 
 
 [hub.llmnet.nl
 Tool](/)
 
 [Pricing models article](/en/prijsmodellen-per-token-uitgelegd)
 [LLMNet API portal →](https://api.llmnet.nl/en/)
 
 
 

 
 
 
 
# AI model cost calculator

 Calculate the expected cost of your AI prompts and API requests in real time. Adjust the number of input, output and cached tokens easily.

 

 
 
 
 
 Enter parameters
 

 
 
 Model preset / provider
 
 -- Manual entry --
 OpenAI - GPT-4o (illustrative)
 OpenAI - GPT-4o mini (illustrative)
 Anthropic - Claude 3.5 Sonnet (illustrative)
 Anthropic - Claude 3.5 Haiku (illustrative)
 DeepSeek - V3 (illustrative)
 DeepSeek - R1 (illustrative)
 
 
 example prices — illustrative, check current rates with the provider yourself
 
 

 
 
 Number of input tokens
 
 
 Quick select:
 1k chat
 50k RAG
 500k context
 
 

 
 
 Number of cached input tokens (optional)
 
 
 

 
 Number of output tokens
 
 

 
 
 Rate per 1,000,000 tokens (€)
 

 
 Input price (€ / 1M tokens)
 
 

 
 Cached input price (€ / 1M tokens)
 
 

 
 Output price (€ / 1M tokens)
 
 
 

 
 
 
 Estimated cost
 

 
 Total estimated cost
 € 0,423
 Exact: € 0.423000
 

 
 
 Input cost (100.000 tokens)
 € 0,2350
 
 
 Cached input cost (0 tokens)
 € 0,0000
 
 
 Output cost (20.000 tokens)
 € 0,1880
 
 

 
 
 Calculation formula & explanation
 Costs are computed from the entered rates per million tokens:

 Kosten = (InputTokens / 1M × PrijsInput) + (CachedTokens / 1M × PrijsCached) + (OutputTokens / 1M × PrijsOutput)
 Note: actual costs on your invoice can differ slightly through exchange rate fluctuations (USD to EUR) and rounding per API call.

 
 
 

 
 
 
 
### Background & theory

 Want to understand exactly how tokenization works, what context windows mean and how prompt caching can lower your input costs by as much as 90% on modern models (around 50% on older ones)?

 [Read the article: Token pricing models explained →](/en/prijsmodellen-per-token-uitgelegd)
 
 
 
### LLMNet API routing

 Ready to get started with a unified API gateway for multiple LLM providers? See the documentation and endpoints on the main site.

 [Visit api.llmnet.nl →](https://api.llmnet.nl/en/)
 
 
 

 
 
 
 By Ivo Donker — compiled with AI assistance (Claude & Gemini) · Last updated: 5 August 2026
