Amazon Nova 2 Sonic Unifies Speech Recognition, Reasoning, and TTS in Single Streaming Model
Amazon Web Services released technical guidance for migrating text agents to voice assistants using Amazon Nova 2 Sonic, a native speech-to-speech model that combines automatic speech recognition, reasoning, tool calling, and text-to-speech in a single bidirectional streaming interface. The model supports asynchronous tool calling and built-in voice activity detection for handling interruptions.
Amazon Web Services released technical guidance for migrating text agents to voice assistants using Amazon Nova 2 Sonic, a native speech-to-speech model that unifies automatic speech recognition (ASR), reasoning, tool use, and text-to-speech (TTS) in one bidirectional streaming interface.
Unlike traditional voice agent architectures that chain separate ASR → LLM → TTS components, Nova 2 Sonic handles the entire voice pipeline in a single model. The architecture accepts both text and audio inputs through the same interface, allowing teams to reuse existing prompts and tools from text agents while eliminating the need for a separate text reasoning model in the voice stack.
Architecture and capabilities
According to AWS, Nova 2 Sonic includes built-in voice activity detection (VAD) and turn detection, managing conversation context internally without requiring full history to be sent on each turn. The model supports asynchronous tool calling, enabling conversations to continue naturally while tools run in the background. It can run multiple tools in parallel and adapts if users change requests mid-process.
AWS identifies latency as a critical difference between text and voice agents. Text agents have mid-latency tolerance of a few seconds with loading indicators. Voice agents require response times in the hundreds of milliseconds, with delays of even a few seconds during tool calls feeling unresponsive to users. Each tool call adds noticeable silence in voice interactions.
Implementation requirements
The migration requires changes across three architectural components. Client applications need persistent bidirectional connections (WebSocket or WebRTC) and must handle audio encoding/decoding, client events, barge-in logic, and noise control—significantly more complex than stateless REST interfaces used by text clients.
Orchestrators in voice agents add audio streaming, VAD, ASR, reasoning, and TTS to the system prompt management and tool routing handled in text agents. Nova 2 Sonic's unified interface allows teams to migrate reasoning prompts and tool triggers directly from existing text agents.
Response design also shifts fundamentally. Text agents deliver paragraphs with rich formatting, lists, and links that users can read at their own pace. Voice agents require conversational, concise responses structured for listening. For example, a banking text agent might display full account summaries with formatted lists, while a voice agent would break information into digestible chunks and ask for confirmation before continuing.
Availability
AWS published a sample repository with a skill that works with AI IDEs like Kiro and Claude Code to automatically convert text agents into voice agents. Pricing for Nova 2 Sonic was not disclosed in the announcement.
What this means
Nova 2 Sonic represents AWS's push into native speech-to-speech models that compete with OpenAI's Realtime API and similar offerings. By unifying the voice pipeline in a single model rather than chaining components, AWS claims to reduce latency and architectural complexity. The asynchronous tool calling and built-in conversation management address key pain points in voice agent development, though real-world performance metrics and benchmark scores have not been published. The lack of disclosed pricing makes cost comparison with existing voice agent architectures difficult.
Related Articles
Guardoc Health Cuts Documentation Errors 46% Using Amazon Nova Models on Bedrock
Guardoc Health built a multi-stage document processing pipeline on Amazon Nova Pro, Nova Lite, and Titan Text Embeddings to extract and classify medical conditions from clinical PDFs at scale. The company claims a 46 percent reduction in documentation errors, 70 percent fewer audit fines, and over $400K in annual ROI for a single facility.
AWS Launches Agentic Retrieval for Bedrock Knowledge Bases, Priced at $4 per 1,000 Calls
Amazon Bedrock Managed Knowledge Bases now offers agentic retrieval through a new AgenticRetrieveStream API that decomposes multi-part questions into sub-queries and iterates until it judges evidence sufficient. The managed model costs $4 per 1,000 agentic retrieval calls plus $1 per 1,000 underlying Retrieve API calls.
Google Simplifies Gemini App's Thinking Level Picker, Adds Notification Controls
Google is simplifying the Gemini app's model picker by collapsing the two-stage 'Standard' vs 'Extended thinking' selector into a single toggle. The company is also rolling out new notification settings on Android and reorganizing the Gemini Spark task interface.
LM Studio Bionic Adds Moonshot AI's 2.8-Trillion-Parameter Kimi K3 Model
LM Studio's agentic platform Bionic now supports Kimi K3, a 2.8-trillion-parameter MoE model from Moonshot AI with a 1-million-token context window. The model runs on US-based servers with Zero Data Retention, priced at $3 per million input tokens and $15 per million output tokens.
Comments
Loading...