Skip to main content

Real-time voice

Real-time voice lets users have natural, hands-free voice conversations with Glean Assistant instead of typing. This page covers how to enable and roll out real-time voice for your organization. For end-user instructions, see the real-time voice user guide.

note

Real-time voice is available on the Glean Universal Model Key and Customer Key, with OpenAI or Azure OpenAI as the model provider. See Feature availability by LLM key for the full matrix.

Configure real-time voice

Admins control real-time voice rollout from Admin console → Assistant → Real-time voice.

Three rollout options are available:

OptionDescription
OffReal-time voice is turned off for all users.
On only for adminsOnly admins can access real-time voice. This is the recommended starting point for evaluation.
On for everyoneAll users in your organization can access real-time voice.

Your selection can be changed at any time.

note

On Customer Key, an admin must set real-time voice up separately. Choose a realtime model in the Model Hub first. Until one is configured, the setting stays off and can't be changed. Real-time voice needs GPT Realtime 2, paired with GPT-4o Transcribe for transcription.

  1. Start with admin-only access: Set the feature to On only for admins to evaluate the experience.
  2. Test use cases: Have admins test real-time voice in various scenarios to understand value and behavior.
  3. Expand gradually: Once comfortable, enable for all users or specific groups.
  4. Monitor feedback: Collect user feedback through standard channels to inform adjustments.

Privacy and data handling

  • No raw audio is stored. Audio streams are routed from the user's browser to your configured model provider (OpenAI or Azure OpenAI) and back. No audio recordings are retained.
  • Transcriptions are stored like text chats. Voice transcriptions follow the same storage and retention policies as standard chat messages.
  • Permissions are enforced. Glean's existing security model and document-level permissions apply to all voice interactions, the same as text-based chats.

Usage and pricing

Real-time voice usage may be subject to usage-based pricing.

Limitations

  • Only document artifacts can be created from voice at this time. Slides, HTML, and other visual artifact types must be created from text chat.

See also