1. integrations
VoiceDock
  • introduction
  • configuration
    • analysis-templates
    • custom-tools
    • sip-trunks
    • tool-templates
  • core-concepts
    • assistants
    • calls
    • phone-numbers
    • webhooks
  • features
    • ai-generation
    • autonomous-silence-handling
    • call-analysis
    • call-transfers
    • campaigns-setup
    • campaigns
    • privacy-compliance
    • voicemail-detection
    • web-calls
  • get-started
    • authentication
    • quickstart
  • guides
    • data-processing-agreement
  • integrations
    • byok-setup
    • mcp-server
    • provider-pricing
    • xai-grok-integration
  • platform
    • billing
    • dashboard-security
    • eu-data-sovereignty
    • privacy-policy
    • voice-selection-psychology
    • whitelabel
  • reference
    • error-codes
    • rate-limits
    • troubleshooting
  • sdks
    • node
  • webhooks
    • assistant-request
    • end-of-call-report
    • overview
    • security
    • status-update
    • tool-calls
Book a meeting
Linkedin
Github
📄 Documentation
🔌 API Reference🤖 MCP📦 SDK🟢 Status
📄 Documentation
🔌 API Reference🤖 MCP📦 SDK🟢 Status
  1. integrations

xai-grok-integration

xAI's Grok Realtime API provides speech-to-speech conversation with <700ms latency. Unlike traditional voice AI (STT → LLM → TTS), Grok processes audio directly in a single model.

Setup#

1. Add xAI API Key#

Navigate to Integrations → API Keys tab and add your xAI API key:

2. Configure Assistant#

When creating or editing an assistant with xAI configured:
Provider: Select "xAI Realtime"
Model: grok-realtime-v1
Voice: ara (or other available voices)
Note: When using xAI Realtime, separate STT/TTS providers are ignored.

Pricing#

xAI Realtime uses BYOK pricing:
€0,07/minute when using your xAI API key
Direct billing to your xAI account
No markup on xAI API usage

Differences from Traditional Mode#

FeatureTraditional (STT+LLM+TTS)xAI Realtime
Latency~1-2 seconds<700ms
Providers3 separateSingle (xAI)
Voice QualityDepends on TTS providerNative to model
Custom ToolsSupported via llm_config.toolsCheck xAI docs for support
BYOK Keys Required3 keys (STT, LLM, TTS)1 key (xAI)

Limitations#

Custom system prompts may work differently than OpenAI
Tool calling support depends on xAI API capabilities
Voice selection limited to xAI's available voices

API Reference#

See BYOK API Reference for managing xAI API keys.
Modified at 2026-05-04 13:09:52
Previous
provider-pricing
Next
billing
Built with