> Amazon Q
Amazon Q Developer — AWS's agentic coding assistant (IDE plugins, CLI, AWS console, chat). Perpetual Free Tier (50 agentic chat interactions/month, 1,000 LOC code-transform/month for Builder ID users) plus a Pro tier (~$19/user/mo) with expanded limits and pay-per-use overage ($0.003/LOC beyond the 4,000 LOC allocation). Authenticates via AWS IAM / Builder ID. IDE plugins enter end-of-support April 30, 2027.
Free tier present — value not quantified
This provider offers a free tier, but its terms don’t convert cleanly into a USD figure (e.g. request-count limits or capacity-dependent pools). We refuse to print a misleading zero here. See the note below and the official pricing page for the exact limits.
note: Pro tier includes monthly LOC/chat allocations; overage billed per LOC ($0.003). No credit-unit system.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free Tier | free | — | — | — | Perpetual free tier: 50 agentic chat interactions/month, 1,000 LOC code transformation/month (Builder ID users; account-level for IAM). |
| Pro Tier | subscription | $19.00/mo | — | — | Approx $19/user/month; expanded limits, 4,000 LOC/month Java-upgrade allocation (pooled at payer-account level); $0.003 per LOC above allocation. |
Pricing normalized from public sources — always verify with the provider.
// model prices
| Model | Input /1M | Output /1M | Context |
|---|---|---|---|
| Amazon: Nova Micro 1.0 | $0.035 | $0.140 | 128k |
| Nova Lite 1.0 | $0.060 | — | 300k |
| Amazon: Nova 2 Lite | $0.300 | $2.50 | 1M |
| Nova Pro 1.0 | $0.800 | — | 300k |
| Amazon: Nova Premier 1.0 | $2.50 | $12.50 | 1M |
$ Does Amazon Q have a free tier?
Yes — Amazon Q offers a free tier. Always confirm current limits on Amazon Q's official pricing page — free tiers change without notice.
$ How much does Amazon Q cost per 1M tokens?
The cheapest model we track at Amazon Q is $0.035 per 1M input tokens and $0.140 per 1M output tokens. This is normalized from Amazon Q's published pricing — verify with the provider before purchasing, since prices change frequently.
$ Is Amazon Q safe to use?
Uprouter rates Amazon Q as low risk. Official AWS product with standard AWS authentication; enterprise-grade access controls. No third-party relay. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use Amazon Q through Uprouter Connect?
Amazon Q is not marked Connect-compatible in our catalog yet. You can still use their API directly, or request compatibility via /submit.
Raw community sentiment, shown unblended. Votes never feed into objective data fields like price, risk, or status — and never into sort order.
No published reviews yet — be the first.
// more_informationprice history · live status · risk & confidence · code snippets
price_history
No recorded changes yet.
live_status
current: unknownNo probes recorded yet.
Uprouter runs its own probes; best-effort, not a guarantee. Probe results depend on our network location and cadence — for production, always use the provider’s own status page.
risk_&_confidence
Official AWS product with standard AWS authentication; enterprise-grade access controls. No third-party relay.
Confidence reflects how much verifiable evidence (official docs, probe history, community reports) backs this entry. Risk is our editorial assessment of operator reliability and terms — not financial advice.
code_snippets
# Amazon Q's own API — get a key from their dashboard
curl https://aws.amazon.com/q/developer/chat/completions \
-H "Authorization: Bearer THEIR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "amazon/nova-pro-v1",
"messages": [{ "role": "user", "content": "Hello" }]
}'Direct to the provider — Uprouter receives nothing; verify their current pricing before purchasing.
Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.