← All providers

Amazon API Pricing, Models & Rate Limits (2026)

Amazon trains the Nova family and serves it exclusively through AWS Bedrock's Converse API — no standalone Nova endpoint exists outside AWS. That means IAM/SigV4 auth and AWS billing instead of a bearer API key, which is the single biggest adoption-cost difference on this page.

Also known as: AWS Bedrock, Nova.

Current models
3
Legacy models
0
Price range /M
$0.06–$1.40
Max context
300K
Median tok/s
108
Next retirement

Models and prices

ModelInput /MOutput /MBlended /M
Amazon Nova Micro$0.03$0.14$0.06
Amazon Nova Lite$0.06$0.24$0.11
Amazon Nova Pro$0.80$3.20$1.40

Speed

Fastest measured Amazon model is Amazon Nova Micro at 168 tokens/sec (220ms TTFT), median across measured Amazon models is 108 tokens/sec. See the full speed benchmark methodology.

Operational facts

Verified 2026-08-08 against source.

OpenAI-compatibleNo
API base URLbedrock-runtime.{region}.amazonaws.com (Converse API)
Auth modelAWS SigV4 (IAM credentials)
Prompt cachingYes
Batch discount50%
Free tierNone
Rate-limit modelPer-account, per-region AWS service quotas
Data residencySelectable AWS region
Trains on API dataNo
SLA publishedYes
DocsOfficial pricingStatus page

Switching to and from Amazon

The closest-priced current model to Amazon Nova Pro ($1.40/M) outside Amazon is Grok 4.3 ($1.56/M, +11.6%). Same request shape through All AI Ask — swap the model id, keep the rest of your code.
The closest-priced current model to Amazon Nova Lite ($0.11/M) outside Amazon is GPT-OSS 20B ($0.13/M, +25%). Same request shape through All AI Ask — swap the model id, keep the rest of your code.

Calling Amazon through All AI Ask

Calling Amazon directly means signing every request with AWS SigV4 and managing IAM credentials instead of a single bearer key — our gateway removes that: every model, including Amazon's, is called the same way.

curl https://allaiask.com/api/v1/chat \
  -H "Authorization: Bearer $ALLAIASK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "nova-micro", "messages": [{"role": "user", "content": "Hello"}]}'

FAQ

Is Amazon OpenAI-compatible?

No. Amazon uses its own request format and auth model (AWS SigV4 (IAM credentials)), so OpenAI client code needs to be adapted.

Does Amazon support prompt caching?

Yes, as of 2026-08-08 — see https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html for the current mechanics and discount.

Does Amazon have a free tier?

No published free tier as of 2026-08-08 — billing starts from the first request.

How much does the Amazon API cost?

Current Amazon models range from $0.06 to $1.40 per million blended tokens (3:1 input:output). Full per-model pricing is in the table below.

Where is Amazon API data hosted?

Selectable AWS region

Try Amazon for free

Run real prompts against every current Amazon model, and every other provider on this site, in one workspace.

Try It Free