AI News

Claude’s voice mode is now available for Opus and Sonnet

Quick answer

Until now, voice mode has only been available on Claude Haiku, Anthropic's faster but less powerful model. Now the company is making its Opus and Sonnet models available in voice mode, and extending its reach into apps like Gmail, Slack, and Canva. When Anthropic launched voice mode last year, it wa

Anthropic Expands Voice Mode to Opus and Sonnet: What This Means for Developers

Anthropic has quietly made a significant upgrade to its voice mode feature. Starting today, the Opus and Sonnet models are available for voice interactions, extending a capability that was previously limited to the faster but less capable Haiku model. This move unlocks deeper reasoning, complex analysis, and actionable workflows through a conversational interface—directly relevant for developers building voice-driven applications, AI agents, or collaborative tools.

The timing is notable. Anthropic first introduced voice mode in 2025 with a focus on quick, low-latency answers. But the company quickly observed that users were pushing beyond casual queries into what it describes as “real business problems.” Haiku kept conversations quick, but not always deep. By bringing Opus and Sonnet into voice, Anthropic is signaling that conversational AI is no longer just a search engine with a speaker—it’s a reasoning engine that can plan, generate deliverables, and integrate with your existing software stack.

From Quick Answers to Deep Work: Why Opus and Sonnet Voice Matters for Builders

For developers, the practical difference is substantial. Haiku is optimized for speed—ideal for trivia, summarization, or single-turn commands where latency matters most. Opus and Sonnet, by contrast, are designed for hard problem-solving. They can follow multi-step reasoning, handle context across longer conversations, and produce structured outputs like documents, code, or data analysis.

Consider the types of applications this unlocks:

  • Voice-first assistants for professionals working through complex reports, legal documents, or audits—tasks that require sustained attention and accurate recall.
  • Conversational interfaces for SaaS products that need to help users reason through problems, not just answer FAQs.
  • Agentic workflows where a user describes a goal verbally, and the system refines it iteratively, switches to text for editing, then completes the task through an integration.

Anthropic explicitly gave examples in its announcement: a user could turn a conversation about a project into a one-page pitch, or ask Claude to shift calendar appointments because a train is running late. These aren’t simple Q&A exchanges—they require the model to extract intent, generate structured content, and trigger API calls or file manipulations. That level of cognitive load demands the reasoning depth of a premium model.

Seamless Model Switching and Multimodal Conversations

One of the most developer-friendly aspects of this update is that users can shift between text and voice mid-conversation and switch between models without losing context. A developer might start a voice conversation on a mobile device using Haiku for speed, then transition to a desktop text chat with Opus to refine a complex implementation plan—all within the same session.

This fluidity has important implications for interface design. If you are building a front-end that uses Anthropic’s API, you can now offer a mode selector that respects the user’s current need for speed versus depth. The cost and latency trade-offs are non-trivial, and the ability to escalate from Haiku to Sonnet or Opus mid-stream gives users a graceful fallback without abandoning the conversation. It also means voice mode no longer has to be the “dumbed-down” version of your AI experience.

Expanded Language Support Opens Global Use Cases

Voice mode now supports nine languages beyond English: French, German, Spanish, Hindi, Indonesian, Italian, Japanese, Korean, and Portuguese. These languages were previously only available in beta; today they graduate to full production status.

For developers targeting international audiences, this is a concrete unlock:

  • You can now build voice-enabled support bots, language-learning tools, or enterprise dashboards in languages where native voice AI has been thin.
  • Multilingual voice agents become viable for customer service, especially in regions like Southeast Asia (Indonesian), South Asia (Hindi), and Latin America (Spanish, Portuguese).
  • Because the same multi-model logic applies in non-English languages, you can maintain high accuracy on complex tasks while offering the low-latency Haiku tier for simpler queries.

It is worth noting that Anthropic hasn’t disclosed per-language accuracy benchmarks, and you should performance-test your target language before committing to production. Still, moving from beta to general availability signals that the quality bar has been crossed.

Integration with Gmail, Slack, and Canva: Actionable Voice-Driven Workflows

The most developer-relevant detail may be the expansion of voice mode into third-party apps like Gmail, Slack, and Canva. While Anthropic did not detail the exact architecture—whether this works via its API, a browser extension, or a native app—the implication is clear: voice commands can now trigger actions inside productivity tools.

Imagine telling Claude to “draft an email to the team summarizing this Slack conversation and attach the quarterly report from Canva.” That single request spans two integrations and requires coordination between voice input, text generation, and API calls.

For developers, this suggests that Anthropic’s voice mode is evolving into a platform play. If you are building on top of Claude, you should examine whether these integrations use the same API that independent developers have access to. The ability to chain voice → reasoning → action inside commonly used SaaS tools reduces friction dramatically. It also raises the question: what other integrations can we expect? Calendar, CRM, and project management tools feel like logical next steps.

What to Consider When Choosing a Model for Voice Applications

With three models now available in voice mode, developers must weigh speed, cost, and capability carefully. Haiku remains the go-to for low-latency interactions where depth is unnecessary. Sonnet offers a strong middle ground—faster than Opus but still capable of real reasoning. Opus provides the richest analysis but at higher latency and cost.

Pricing is a critical factor, especially if your application handles a high volume of conversations. Anthropic’s API pricing varies significantly across models, and voice mode likely consumes tokens at a rate similar to text, plus transcription overhead. For a detailed comparison of costs across major LLM providers, refer to our LLM API pricing reference to estimate your burn rate before scaling.

Developers should also consider that voice interactions may produce longer prompts because users tend to be more verbose when speaking than typing. That increases token consumption. A design pattern worth exploring: allow users to set a default model for voice sessions, with the option to “escalate” mid-conversation for complex sub-requests. This balances economy with capability.

Broader AI Tooling Landscape: Voice as a New Interface

Anthropic’s voice expansion comes at a time when multimodal AI interfaces are proliferating. Image generation, video understanding, and now sophisticated voice reasoning are all becoming first-class capabilities in the LLM ecosystem. Voice is particularly interesting because it lowers the barrier to entry: users don’t need to type, read a screen, or navigate menu hierarchies. That makes it a natural interface for mobile, accessibility, and hands-free industrial applications.

For comparison, many developers are already building hybrid workflows that combine text, voice, and image generation in a single experience. If you are exploring which generative AI tools best support your use case—whether for asset creation, documentation, or prototyping—our best AI image generator 2026 comparison can help you evaluate options alongside these voice capabilities. Voice and image generation are both modalities that benefit from a unified reasoning model, and Anthropic’s approach of offering multiple tiers under one architecture is a pattern worth watching.

Practical Takeaways for Developers

This update is not merely a feature addition—it is a qualitative shift in what conversational AI can do in a professional setting. Voice mode on Opus and Sonnet means that your AI-powered tools can now handle the same depth of reasoning that users have come to expect from text-based interactions. The ability to switch between models and modalities mid-conversation gives you flexibility in designing user journeys. And the expansion into apps like Gmail, Slack, and Canva points toward a future where voice is deeply embedded in existing workflows rather than siloed into a standalone chatbot.

If you are a developer building with Anthropic’s models, here is what you should do next:

  • Test your use case on Sonnet in voice mode first—it offers the best balance of speed and depth for most production scenarios.
  • Experiment with the model-switching capability to build interfaces that escalate complexity on demand.
  • Investigate whether the integrations with Gmail, Slack, and Canva are accessible via API or require Anthropic’s own client applications.
  • Stress-test the newly supported languages for accuracy on domain-specific vocabulary.
  • Monitor your token usage carefully; voice conversations can be more expensive than text-only equivalents.

The era of voice as a mere convenience layer for AI is ending. With Opus and Sonnet in voice mode, Anthropic is betting that developers will build serious tools atop spoken conversation—and that users will want to talk through hard problems, not just ask for the weather.

Source: The Verge. Details as reported; verify specifics at the source.