xAI Docs release notes – June 17, 2026
Enterprise / Build
- Added “Restricting login methods” section documenting two new policies in
requirements.toml:disable_api_key_auth– forces interactive IdP login and disablesxai.api_keyauthentication.force_login_team_uuid– pins login to one or more team UUIDs (automatically enables the above policy).
- Added “Locking bypass-permissions mode” section explaining the
disable_bypass_permissions_modesetting under[ui].
Voice Agent (Audio)
- Updated all code samples and references to use
grok-voice-latestas the recommended model. - Deprecated
grok-voice-fast-1.0; it remains available for existing integrations but new projects should usegrok-voice-latest. - Added documentation for the new
reasoning_effortparameter (supported ongrok-voice-latestandgrok-voice-think-fast-1.0). - Updated REST API reference to include
reasoning_effortin session configuration and query parameters.
Imagine / Video generation
- Bumped default/recommended video model from
grok-imagine-videotogrok-imagine-video-1.5across Python, JavaScript, and cURL examples.