Does AWS Bedrock have a free tier?
No Bedrock-specific free allowance; usage is token-priced at each vendor's AWS list rate. Any general new-account AWS credit is governed by the current AWS Free Tier terms.
For users already inside the AWS account system who want Bedrock-hosted models on their consolidated AWS bill; since API keys plus OpenAI-compatible endpoints arrived in 2025, phone BYOK is finally a real path here. Do not start your BYOK journey with this one. This page is the BYOK quick answer for AWS Bedrock: key steps, direct console and pricing links, and the app-side notes that matter. Verified 2026-07-18.
Two links up front: get your key at the official console and check rates on the official pricing page. Prices and free quotas move; the official pages are authoritative.
The factory preset declares 1 modality flag for AWS Bedrock. The models actually available come from the live catalog fetched in-app — catalogs move fast, and the flag only means the protocol wiring is ready.
| Modality | Used for |
|---|---|
| Text | Continuation · roleplay chat · agent |
The one universal host pitfall: the API host must include its full version prefix (this provider's exact form is in the notes below) — the app never appends /v1 for you.
AWS Bedrock-specific notes
The app does not implement AWS SigV4 signing — the only viable path is a Bedrock API key (Bearer) against the OpenAI-compatible endpoints, which is why the host ships empty and you must paste the full path yourself (the app won't auto-append a version prefix for Bedrock). Which models are exposed on the OpenAI-compatible surface is governed by AWS's "Endpoint availability by models" page. The connectivity test reports unsupported for Bedrock; verify with a real message.
No Bedrock-specific free allowance; usage is token-priced at each vendor's AWS list rate. Any general new-account AWS credit is governed by the current AWS Free Tier terms.
It's stored on your device only, under system-level encryption — never uploaded or synced to any Foreverse server. Requests go straight from your phone to the provider's official endpoint with zero markup. To revoke access, delete the key in the provider's console.