← All providers
hyperscaler

AWS Bedrock

Enterprise controls, PrivateLink, HIPAA/FedRAMP.

live
Uptime (30d)
99.95%
Median tps
90
Median TTFT
350 ms
Price index
1.2×
vs. market median
Overview
HQ
Seattle, US
Founded
2006
Models
40
Modalities
text, vision, image
Regions
us-east, us-west, eu-west, asia-southeast, asia-northeast
Strengths
enterprisecompliancevpc
Route via llmcloud
curl https://api.llmcloud.ai/v1/chat/completions \
  -H "Authorization: Bearer $LLMCLOUD_KEY" \
  -H "X-Provider: aws-bedrock" \
  -d '{
    "model": "auto:quality",
    "messages": [{"role":"user","content":"hi"}]
  }'