AWS Bedrock Pricing Calculator

Estimate AWS Bedrock costs for Claude, Llama, Titan and Mistral. Enter tokens per request and volume to project daily and monthly on-demand spend.

Advertisement

AWS Bedrock Pricing Calculator for Claude, Llama, Titan and Mistral

This calculator estimates what an Amazon Bedrock workload will cost per day and per month under on-demand pricing. Pick a foundation model, enter the input and output tokens for a typical request and how many requests you expect, and it projects your token volume and spend — then lets you compare that cost across every model in the list so you can see the price gap between, say, Claude Opus and Claude Haiku for the same workload. It runs entirely in your browser; nothing you enter is sent anywhere.

Bedrock bills on-demand text inference by tokens, with separate rates for input (the prompt you send) and output (the completion the model returns). Output tokens are usually several times more expensive than input tokens, which is why a chatbot that returns long answers can cost far more than its prompt size suggests. Modelling this before you ship is the difference between a predictable bill and a surprise.

How Bedrock On-Demand Pricing Works

AWS quotes Bedrock on-demand rates per 1 million tokens, split into an input rate and an output rate. There are three broad pricing modes:

  • On-Demand — pay per token per API call with no commitment. This is what the calculator models and what most projects start with.
  • Batch — for supported models, asynchronous batch inference is offered at roughly half the on-demand price in exchange for delayed processing.
  • Provisioned Throughput — you reserve dedicated model capacity by the hour on a 1-month or 6-month commitment, which suits steady high-volume production traffic.

As a concrete anchor, Anthropic Claude 3.5 Sonnet on Bedrock is priced at roughly $3.00 per 1M input tokens and $15.00 per 1M output tokens on-demand (batch is about $1.50 / $7.50). Meta Llama and Amazon Titan/Nova models are considerably cheaper and vary by size and region. Pricing model verified against the AWS Bedrock pricing page on 12 August 2026; specific per-token rates change and vary by region, so always confirm current figures with AWS before committing a budget. The calculator ships with a built-in rate table for quick estimates; use it for relative comparison and order-of-magnitude planning rather than as a contractual quote.

How to Use the Calculator

  1. Select a model. Choose from Anthropic Claude, Meta Llama, Amazon Titan, Mistral and other listed models.
  2. Enter tokens per request. Set the average input tokens and output tokens for one typical call. If you are unsure, a token is roughly three-quarters of an English word.
  3. Enter your volume. Set requests per day and days per month. The tool multiplies these into monthly input and output token totals.
  4. Read the estimate. It shows monthly input cost, output cost and total, so you can see how much of the bill is driven by long outputs.
  5. Try the quick presets. Built-in presets for light, moderate and heavy workloads give you a starting point to adjust.
  6. Compare models. Switch to the comparison view to price the same workload across every model at once and copy the breakdown.

A Worked Example

Imagine a support assistant that sends 1,000 input tokens and receives 500 output tokens per request, at 5,000 requests a day over 30 days. That is 150 million input tokens and 75 million output tokens a month. On Claude 3.5 Sonnet at $3 / $15 per 1M, that is about $450 of input plus $1,125 of output — roughly $1,575 a month, with output dominating the bill despite being the smaller token count. Switching the comparison to Claude Haiku or a Llama model shows how much you would save by routing simpler requests to a cheaper model, which is the single most effective cost lever most teams have.

Why Output Tokens Dominate

Because output is priced several times higher than input, the cheapest optimisation is usually to constrain response length: set a sensible max_tokens, ask for concise answers, and avoid re-sending long histories you do not need. Estimating with this calculator makes those trade-offs visible before they show up on an invoice.

Frequently Asked Questions

How is Bedrock priced?

On-demand text inference is billed per token, quoted per 1 million tokens, with separate input and output rates. Batch inference is cheaper for supported models, and Provisioned Throughput reserves capacity by the hour.

Are the rates in this tool current?

The tool includes a built-in rate table for quick estimates. AWS changes prices and varies them by region, so confirm current figures on the official AWS Bedrock pricing page before you commit a budget. The pricing model here was verified on 12 August 2026.

Why is my output cost higher than my input cost?

Output tokens are typically several times more expensive than input tokens. Even when a response is shorter than the prompt, it can dominate the bill.

How do I estimate tokens from words?

As a rough rule, one token is about three-quarters of an English word, so 1,000 words is roughly 1,300 tokens. For a precise count, use a tokenizer.

Does the calculator include Provisioned Throughput?

It models on-demand per-token pricing. Provisioned Throughput is priced per hour of reserved capacity, which is a different model suited to steady, high-volume production traffic.

Can I compare models side by side?

Yes. The comparison view prices your exact workload across every listed model so you can see the cost difference at a glance.

Does my input leave my browser?

No. All calculation is client-side; your token counts and volumes are never transmitted.

Related Cost and AI Tools

Use the LLM token counter to measure the exact token size of a real prompt, the self-hosted LLM cost calculator to compare Bedrock against running a model on your own hardware, and the Microsoft Copilot cost calculator when you are weighing a managed AI assistant instead.

What Is AWS Bedrock Pricing

Amazon Bedrock is AWS's fully managed service for accessing foundation models from leading AI providers — including Anthropic (Claude), Meta (Llama), Amazon (Titan), Mistral, Cohere, and Stability AI. Bedrock pricing varies significantly by model, input/output token counts, and whether you use on-demand or provisioned throughput, making cost estimation essential before deploying AI workloads.

This calculator helps you estimate Bedrock costs based on your expected usage patterns, model selection, and throughput requirements — enabling informed decisions about model selection and deployment strategy.

Bedrock Pricing Models

Pricing ModelHow It WorksBest For
On-DemandPay per input/output token with no commitmentDevelopment, testing, variable workloads
Batch InferenceUp to 50% discount for async processingLarge-volume offline processing
Provisioned ThroughputReserved model units for guaranteed performanceProduction workloads needing consistent latency
Model CustomizationTraining costs + storage + inferenceFine-tuned models for specific use cases

Cost Factors

FactorImpact on Cost
Model selectionClaude Opus vs Haiku can differ by 30-60x per token
Input vs output tokensOutput tokens are typically 3-5x more expensive than input
Context window usageLonger prompts = more input tokens = higher cost
Response lengthLonger outputs significantly increase per-request cost
Throughput needsProvisioned throughput has a monthly minimum commitment
RegionPricing varies by AWS region

Common Use Cases

  • Budget planning: Estimate monthly AI costs before deploying Bedrock-powered features in production applications
  • Model selection: Compare cost per query across models (Claude Sonnet vs Haiku vs Llama) to find the best price-performance ratio for your use case
  • Architecture decisions: Determine whether on-demand, batch, or provisioned throughput is most cost-effective for your usage pattern
  • Cost optimization: Identify opportunities to reduce costs through model selection, prompt optimization, or throughput provisioning
  • ROI analysis: Calculate the cost of AI-powered features to justify investment against business value generated

Best Practices

  1. Start with smaller models — Use Claude Haiku or Llama for tasks that don't require the largest models. Test whether a smaller model meets quality requirements before defaulting to Opus.
  2. Optimize prompt length — Shorter, well-structured prompts reduce input token costs. Avoid repeating instructions across requests when using conversation history.
  3. Use batch inference for bulk processing — If latency is not critical (analytics, content generation, data processing), batch inference provides up to 50% savings.
  4. Monitor token usage — Use AWS Cost Explorer and CloudWatch to track actual token consumption. Unexpected spikes may indicate prompt injection, recursive calls, or inefficient prompts.
  5. Evaluate provisioned throughput at scale — Once your usage is predictable and consistent, provisioned throughput can be more cost-effective than on-demand pricing while guaranteeing performance.
This tool is provided for informational and educational purposes only. All processing happens in your browser — no data is sent to or stored on our servers. While we strive for accuracy, we make no warranties about the completeness or reliability of results.