Voiceflow named a 2026 Best Software Award winner by G2
Read now

Amazon Bedrock started as a way to call a handful of foundation models through one AWS API. In 2026 it's the single door to more than 100 models from 18 providers, and the list changes almost monthly. That scale is the appeal and the catch: Bedrock gives you the models and the infrastructure, but you still have to build the agent that uses them.
This guide covers what Bedrock actually is today, which models it supports in 2026, what it costs, what you can build with it, and where a dedicated agent platform like Voiceflow fits.
Amazon Bedrock is a fully managed AWS service for building generative AI applications on top of foundation models (FMs). Instead of hosting a model yourself, you call it through one API, and AWS handles the serving, scaling, and security.
You can use models as-is, ground them in your own data with retrieval-augmented generation, or fine-tune them on your examples. Bedrock also ships higher-level building blocks: Agents for multi-step tasks, Knowledge Bases for managed RAG, Guardrails for safety filters, and Flows for chaining steps together. Because it's serverless and lives inside AWS, it connects to the services you already run (S3, Lambda, IAM) without separate infrastructure to manage.
The short version: Bedrock is the model-access and infrastructure layer. What you build on top of it is up to you.
This is where Bedrock has changed the most. The original lineup was six providers; today the catalog spans roughly 18 providers and well over 100 individually addressable models, all behind the same API. The headline additions:
The practical benefit isn't any single model. It's that you can switch between them by changing a model ID rather than re-architecting, which is the same argument for keeping your options open across large language models generally. If you're weighing specific families, our Mistral, GPT-5, and DeepSeek vs ChatGPT breakdowns go deeper.
Bedrock is usage-based, and there's no flat fee. The 2026 pricing comes in a few models you'll mix depending on workload:
Prompt caching and Guardrails are billed separately, and prices vary widely by model. To anchor the range: Amazon Nova Lite runs around $0.06 per million input tokens, Nova Pro around $0.80 input and $3.20 output, while frontier Claude and OpenAI models cost considerably more. The lesson for budgeting is that your model choice, not the platform, dominates the bill. If token-based pricing is new to you, our primer on tokens explains what you're paying for. Always check the AWS Bedrock pricing page for current per-model rates before you commit.
Bedrock is general-purpose, so the range is wide:
Most of these lean on Bedrock Agents and Knowledge Bases to move past single-turn responses toward AI agents that reason over multiple steps.
Here's the honest boundary. Bedrock gives you model access, RAG plumbing, and the AWS infrastructure to run it. It does not give you the conversation design, the deployment surface across chat and voice, or the monitoring you need once real users show up. That's the work of building a production agentic AI application, and on raw Bedrock it lands on your engineering team: wiring Lambda functions, managing state, standing up a front end, and building your own evaluation and observability.
For a team with AWS depth and time, that's a reasonable trade. For most teams that want an agent in production without assembling the stack themselves, it's a lot of undifferentiated work.
Bedrock isn't the only way to reach foundation models or build agents. The main options:
These two solve different problems, and the honest framing is that they're layers, not competitors. Bedrock is where the models live. Voiceflow is where you build, deploy, and watch the agent that uses them.
Teams like Turo, StubHub International, Sanlam Studios, and Trilogy build their agents this way. A common setup is to keep Bedrock as the model layer and build the agent in Voiceflow on top of it, so you get AWS's model access and a platform designed for shipping agents.
{{blue-cta}}
No. Bedrock is usage-based with no flat fee, so you pay for what you use, mostly per token. There's no free tier, but the cheapest models (like Amazon Nova Lite at roughly $0.06 per million input tokens) make small-scale testing inexpensive. Costs scale with your model choice and traffic.
As of 2026, Bedrock offers 100+ foundation models from about 18 providers through one API, including Amazon Nova, Anthropic Claude, OpenAI GPT-5.x and gpt-oss, Meta Llama, DeepSeek, Mistral, Cohere, AI21, Stability AI, Google Gemma, Qwen, Writer, Luma AI, TwelveLabs, and NVIDIA Nemotron. They span text, code, image, and video.
Bedrock is a managed service for calling and customizing existing foundation models through an API, aimed at developers building generative AI apps. SageMaker is AWS's broader machine-learning platform for training and deploying your own custom models, aimed at data scientists. If you want to use an FM, choose Bedrock; if you want to build models from scratch, choose SageMaker.
No. Bedrock is not a model itself. It's the AWS service that gives you access to many large language models (and image and video models) from different providers. The LLMs, like Claude or Nova, run on Bedrock.
It depends on what you need. For model access on another cloud, Azure AI or Google Vertex AI are the direct equivalents. For actually building and deploying a customer-facing agent, Voiceflow is the most common alternative, since it's model-agnostic, supports chat and voice, and includes the observability and evaluation tooling Bedrock leaves to you.
{{blue-cta}}