Grok Voice Agent Builder速報:xAIのノーコード音声AIを試す

Rama Adi Nugraha
執筆者

Rama Adi Nugraha

Katelin Teen
レビュー者

Katelin Teen

最終更新 July 2, 2026

専門家による検証済み
xAIのGrok Voiceスタック上で電話に応答するノーコード音声AIエージェントのイラスト

What xAI actually shipped

I build integrations for a living, so a new voice API from a frontier lab is the kind of thing I read closely rather than skim. The Grok Voice Agent Builder is xAI's answer to a real pain: standing up a production voice agent normally means gluing together three separate services and babysitting the seams between them.

The Builder is a no-code layer on top of Grok Voice, the same voice stack that already powers Grok in millions of Tesla vehicles. xAI pitches it at "operators and developers who want high-volume production voice agents without building the surrounding stack from scratch." Out of the box you get telephony, knowledge retrieval, tools, guardrails, MCPs, and observability in one interface.

The Grok Voice Agent Builder announcement page, as taken from xAI

This sits on top of the Grok Voice Agent API that shipped back in December 2025 for developers. The Builder is the no-code front door to that same engine, so the two announcements describe one product family, not two.

One model instead of three: the speech-to-speech bet

Here's the part worth understanding, because it explains most of the numbers. Most voice stacks route audio through three APIs: speech-to-text to hear the caller, a language model to think, and text-to-speech to reply. Each hop is often a different provider, and as xAI puts it, "every hop adds cost, latency, and new failure modes."

Grok collapses that into one model that hears and speaks directly. xAI built the whole stack in-house, training its own voice activity detection, tokenizer, and audio models from scratch rather than assembling third-party parts.

Infographic comparing the usual three-API voice stack against Grok's single speech-to-speech model
Infographic comparing the usual three-API voice stack against Grok's single speech-to-speech model

The payoff is speed. xAI claims an average time-to-first-audio under one second, which it says is "nearly 5 times faster than the closest competitor," and LiveKit's own testing put responses at under 700 milliseconds. On Big Bench Audio, the audio-reasoning benchmark, the Grok Voice Agent API ranks first. The community noticed the architecture, not just the leaderboard:

Reddit

"It works with a direct speech to speech setup connected to the Grok model. This differs from the common approach of linking separate speech to text, language model, and text to speech services from different providers."

Single-model speech-to-speech is the real story here, and it's the thing pipeline-based competitors can't easily copy.

Two minutes to a live voice agent

The "no-code in two minutes" claim is the headline, so I dug into what the setup actually involves. It's four moves, and none of them need a line of code.

Infographic showing the five-step Grok voice agent build flow in about two minutes
Infographic showing the five-step Grok voice agent build flow in about two minutes

Under the hood, all of this is a session.update payload on the grok-voice-latest model, which the Builder writes for you. If you'd rather code it yourself, the same thing is a WebSocket connection and an official LiveKit plugin in a single line of Python.

The xAI voice-agent developer docs showing session configuration, as taken from xAI

Voices, languages, and the wider stack

Beyond the real-time agent, Grok Voice exposes three APIs you can use on their own: speech-to-speech, text-to-speech, and speech-to-text. The voices are the part that lands hardest in demos.

CapabilityWhat you get
Real-time voice agentSpeech-to-speech over WebSocket, sub-second latency, tool use, barge-in
Voices80+ voices (Ara, Eve, Leo, Rex, Sal and more), speech tags like [whisper], [sigh], [laugh]
Languages25+ languages with automatic, mid-conversation switching
Voice cloningClone a voice from ~2 minutes of audio, with two-stage verification
TranscriptionSpeaker diarization, entity recognition for medicine/law/finance, 12 audio formats
ComplianceSOC 2 Type II, HIPAA-eligible, GDPR, EU data residency, zero data retention option

In blind human evaluations against the OpenAI Realtime API, xAI says Grok was "consistently rated as the preferred model" on pronunciation, accent, and prosody across English, Spanish, German, Russian, Vietnamese, Hindi, and Japanese. That maps to what the sharpest hands-on builder I found actually reported:

LinkedIn

"I built a full ecom voice assistant that switches languages mid-conversation, controls websites, and sounds more human than any model I've tested."

xAI's Grok Voice API landing page showing voices and languages, as taken from xAI

What it costs

Pricing is where Grok's "one model" bet turns into a real advantage, and xAI leans on it hard. The real-time voice agent is a flat $0.05 per minute of audio, voices included, no separate platform fee. A provisioned phone number adds $0.01 per minute. For comparison, xAI notes that OpenAI bills by tokens and that "$0.10 / min is a highly conservative blended estimate."

ServicePrice
Real-time voice agent$0.05 / min ($3.00 / hr)
Phone number (telephony)+$0.01 / min
Text-to-speech$15.00 / 1M characters
Speech-to-text$0.10 / hr ($0.20 / hr streaming)
Web search / X search$5 / 1,000 calls
Document (RAG) search$2.50 / 1,000 calls

Here's the honest wrinkle. The $0.05 sticker is clean, but a voice agent that looks things up on every call also fires server-side tools that bill separately on top of the underlying model tokens. So a chatty support agent that searches your docs and the web mid-call costs more than the headline suggests.

Infographic showing the stacked per-minute cost of a Grok voice agent: voice plus telephony plus tool calls
Infographic showing the stacked per-minute cost of a Grok voice agent: voice plus telephony plus tool calls

Rough math: a 5-minute support call on a provisioned number is about 30 cents in voice and telephony, before tool calls. That's cheap for phone automation. Just budget for the tool meters, and note there's no published free tier on the pricing page.

What builders are actually saying

The sentiment is cautiously positive, which is about right for a beta from a lab that ships fast. The praise clusters on speed, the architecture, and the price. The gripes are worth taking seriously.

First, access. Early developers hit a wall trying to get in:

Reddit

"I wanted to try 'Grok Voice Agent API' instead of OpenAI's but I can't obtain ephemeral key: Failed to get ephemeral token: 403 The caller does not have permission... Is this API limited to enterprise only?"

Second, even fans temper the benchmark win with a practical note that cost and speed still "need work" in production. And there's no local or self-hosted option, which rules it out for teams that need to run models on their own hardware.

But the criticism I'd weight most heavily is the one every voice-agent builder eventually meets:

LinkedIn

"A voice assistant that adds to cart is one misheard word away from ordering the wrong thing, so the real work is making it confirm the action before it commits, not just fire it. I learned that the hard way letting agents act unsupervised."

That's not a Grok problem. It's the problem with putting any autonomous agent on a live customer, and it's exactly the scar I want to talk about next.

Where it fits, and where it doesn't

The Grok Voice Agent Builder is a very good tool for what it is: standing up phone and voice agents fast, on a fast, cheap, in-house stack. If you're building a booking line, an outbound qualifier, or a voice front door for a product, it's one of the strongest options on the market right now, and I'd genuinely reach for it.

But "spin up an agent in two minutes" and "trust an agent on your live support queue" are different sentences. I've spent years putting AI agents on real support queues, and the thing you learn quickly is that the fast build is never the part that bites you. It's the moment the agent confidently acts on a misheard or half-understood request, in front of a real customer, that costs you. We've watched confident-sounding bots quietly give wrong answers, which is why the interesting engineering isn't the demo, it's the safety net around it.

That's the gap for most support teams. You don't want to hand-configure a phone agent and hope the guardrails hold. You want to automate tier-1 tickets in the channels you already use, learn from the tickets you've already solved, and prove it's safe before it ever talks to a customer. Grok's Builder is a powerful engine; it just isn't that workflow.

Try eesel for helpdesk automation

If your actual job is clearing an email and chat backlog rather than answering the phone, that's what I build eesel for. It's an AI teammate that plugs into Zendesk, Freshdesk, or your existing helpdesk in minutes, learns from your past tickets and help docs on day one, and drafts, triages, and resolves tier-1 tickets without you wiring up a stack.

The part that answers the "one misheard word" worry directly: eesel runs a simulation on your historical tickets before it goes anywhere near a live one, so you see exactly what it would have said and how much it would have resolved. You start supervised, grant autonomy on the easy stuff, and confidence-based routing keeps it from guessing when it isn't sure. It's how Gridwise resolved 73% of tier-1 requests in month one, and how Smava runs a fully automated agent on 100,000+ tickets a month. Pricing is 40 cents per ticket, no per-seat fees, and the first $50 is free.

eesel AI helpdesk dashboard overview
eesel AI helpdesk dashboard overview

Voice AI is having a real moment, and Grok's stack is a big part of why. Just match the tool to the job: Grok Voice for building phone agents, and a purpose-built helpdesk agent for automating the tickets you're already drowning in. You can try eesel free.

よくある質問

Grok Voice Agent Builderとは何ですか?
Grok Voice上で本番運用可能な音声エージェントを設定できる、xAIのノーコードプラットフォームです。2026年7月1日にベータ版として公開されました。通話の流れを自然な言葉で説明し、ナレッジベースやツールを紐づけ、音声と電話番号を選ぶだけで公開できます。テレフォニー、検索、ガードレール、通話レビューが1つにまとまっており、3つのAPIをつなぎ合わせる必要がありません。
Grok Voice Agent Builderの料金はいくらですか?
音声は1分あたり0.05ドルで、ボイスの利用料も含まれます。専用の電話番号を使う場合はさらに1分あたり0.01ドルかかります。サーバー側のツール呼び出しは別料金です(ウェブ検索・X検索は1,000回あたり5ドル、ドキュメント検索は1,000回あたり2.50ドル)。実際のコストは、エージェントがどれだけ検索を行うかによって変わります。
Grok Voice Agent Builderは無料で試せますか?
xAIの料金ページには無料プランの記載はありませんが、各アカウントには最初のテスト通話用に無料の電話番号が1つ付属しており、電話を使わずブラウザ上でもエージェントをテストできます。Redditの初期ユーザーからはベータ版のアクセス制限が報告されており、利用可否は状況によって異なる可能性があります。
Grok VoiceはOpenAIのRealtime APIとどう違いますか?
Grokは音声認識、言語モデル、音声合成をつなぎ合わせる方式ではなく、単一の音声から音声へのモデルを使っており、これが1秒未満の低レイテンシーの理由です。xAIは1分あたり0.05ドルの定額制で、OpenAIのトークン課金とは異なります。電話ではなくテキストのチケット対応を自動化したいなら、どちらの音声APIよりも専用設計のAIヘルプデスクエージェントのほうが適しています。
Grok Voice Agent Builderはカスタマーサポートに使えますか?
はい、電話対応のサポートには使えます。注文状況の確認、返金処理、有人対応への転送、ドキュメントからの回答検索が可能です。ただし、これは自分で設定・監督する音声ツールです。ZendeskやFreshdeskのメールやチャットのチケットを自動化し、本番導入前にシミュレーションを行いたい場合は、まったく異なる種類の製品が必要になります。

Share this article

Rama Adi Nugraha

Article by

Rama Adi Nugraha

Rama is a software engineer at eesel AI with two years of experience writing about B2B SaaS, AI tools, and customer support technology. Based in Bali, Indonesia, he brings a developer's perspective to product comparisons — cutting through marketing copy to what the integrations and APIs actually do.

Related Posts

All posts →
カスタムAIモデルとは何か、そして本当にそれを構築する必要があるのか?
Guides

カスタムAIモデルとは何か、そして本当にそれを構築する必要があるのか?

カスタムAIモデルの構築は理想的に聞こえますが、博士号レベルのチーム、数ヶ月の作業、大規模なコストが必要です。スマートプラットフォームは、そのような手間をかけずにカスタム結果を提供します。

Kenneth PanganKenneth PanganSep 10, 2025
AIにおけるインテリジェントエージェントとは何か?実践ガイド
Guides

AIにおけるインテリジェントエージェントとは何か?実践ガイド

チケットのトリアージから完全な自動化まで、インテリジェントなAIエージェントがサポートを変革しています。彼らがどのように機能するのか、異なるタイプ、そして迅速に始める方法を学びましょう。

Kenneth PanganKenneth PanganSep 15, 2025
Ecwidの価格2025:プランと隠れたコストの完全ガイド
Guides

Ecwidの価格2025:プランと隠れたコストの完全ガイド

Ecwidはあなたのストアに適していますか?2025年のEcwid価格ガイドでは、無料プランから無制限プランまで、すべてのプランを詳しく解説します。主要な機能、制限、取引手数料やアプリの費用などの隠れたコストを発見し、より賢明な決定を下せるようにしましょう。

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 15, 2025
ターミナルAIコーディングツール究極ガイド 2025年版
Guides

ターミナルAIコーディングツール究極ガイド 2025年版

ターミナルAIコーディングツールに関する2025年版ガイドに深く潜り込みましょう。GitHub CopilotやClaude Codeのような主要ツールを比較し、ビジネス全体の自動化における限界を探ります。専門化されたAIエージェントが、組織全体でワークフローをどのように変革しているかを発見してください。

Kenneth PanganKenneth PanganOct 3, 2025
Eve AIとは?2025年版異なるAIプラットフォームのガイド
Guides

Eve AIとは?2025年版異なるAIプラットフォームのガイド

「Eve AI」という言葉は、リーガルテックからEV分析まで、さまざまなツールを指します。このガイドは、混乱を解消し、ニーズに合ったAIを見つけるのに役立ちます。

Stevia PutriStevia PutriOct 3, 2025
Lamini AIとは?2025年の概要
Guides

Lamini AIとは?ファインチューニングプラットフォームを解説 (2026)

Lamini AIとは何か?2025年の概要で、メモリチューニングなどの主要機能、開発者向けのユースケース、ビジネスチームにとっての実用的な制限について掘り下げます。

Stevia PutriStevia PutriOct 3, 2025
Protect AIとは?パロアルトネットワークスによる買収の概要
Guides

Protect AIとは?パロアルトネットワークスによる買収の概要

パロアルトネットワークスによるProtect AIの買収は、エンタープライズAIセキュリティにおける大きな転換を示しています。しかし、この複雑なプラットフォームベースのアプローチは、すべてのチームに適しているのでしょうか?Protect AIが何をするのか、買収が何を意味するのかを詳しく解説し、今日のビジネス運用でAIを展開するためのより機敏な代替策を探ります。

Stevia PutriStevia PutriOct 3, 2025
Snorkel AIの概要:その機能と対象ユーザー
Guides

Snorkel AIの概要:その機能と対象ユーザー

Snorkel AIについてお考えですか?当社の包括的な概要では、そのコアサービス、価格設定、およびエンタープライズAI開発における理想的なユースケースを解説しています。それが適切なソリューションなのか、あるいはより実用的でアプリケーション対応のソリューションが本当に必要なのかを発見してください。

Kenneth PanganKenneth PanganOct 3, 2025
サブエージェントオーケストレーション:AIワークフローのための2025年完全ガイド
Guides

サブエージェントオーケストレーション:AIワークフローのための2025年完全ガイド

DIYサブエージェントオーケストレーションの複雑さと高いオーバーヘッドにうんざりしていませんか?AutoGenやLangChainのようなフレームワークがどのように機能するか、その隠れたコスト、そしてマネージドプラットフォームがどのようにしてコードを一行も書かずに同じパワーをサポートチームに提供できるかを発見しましょう。

Stevia PutriStevia PutriOct 3, 2025

AIチームメイトを採用する準備はできましたか?

数分でセットアップ。クレジットカード不要。

無料で始める