From a79c9e8614a3c6d296cd482bf798ed9c5de9100e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 May 2026 13:47:09 +0000 Subject: [PATCH] docs: update Grok Realtime default model to grok-voice-think-fast-1.0 Updates the Settings table to reflect the new default model for GrokRealtimeLLMService. The default changed from no default to grok-voice-think-fast-1.0, which is xAI's recommended Voice Agent model. Related to pipecat PR #4401. --- api-reference/server/services/s2s/grok.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api-reference/server/services/s2s/grok.mdx b/api-reference/server/services/s2s/grok.mdx index f4841e81..592bd0cf 100644 --- a/api-reference/server/services/s2s/grok.mdx +++ b/api-reference/server/services/s2s/grok.mdx @@ -103,11 +103,11 @@ _Deprecated in v0.0.105. Use `settings=GrokRealtimeLLMService.Settings(session_p Runtime-configurable settings passed via the `settings` constructor argument using `GrokRealtimeLLMService.Settings(...)`. These can be updated mid-conversation with `LLMUpdateSettingsFrame`. See [Service Settings](/pipecat/fundamentals/service-settings) for details. -| Parameter | Type | Default | Description | -| -------------------- | ------------------- | ----------- | --------------------------------------------------------------- | -| `model` | `str` | `NOT_GIVEN` | Model identifier. _(Inherited from base settings.)_ | -| `system_instruction` | `str` | `NOT_GIVEN` | System instruction/prompt. _(Inherited from base settings.)_ | -| `session_properties` | `SessionProperties` | `NOT_GIVEN` | Session-level configuration (voice, audio config, tools, etc.). | +| Parameter | Type | Default | Description | +| -------------------- | ------------------- | ------------------------------ | --------------------------------------------------------------- | +| `model` | `str` | `"grok-voice-think-fast-1.0"` | Model identifier. Defaults to xAI's recommended Voice Agent model. _(Inherited from base settings.)_ | +| `system_instruction` | `str` | `NOT_GIVEN` | System instruction/prompt. _(Inherited from base settings.)_ | +| `session_properties` | `SessionProperties` | `NOT_GIVEN` | Session-level configuration (voice, audio config, tools, etc.). | `NOT_GIVEN` values are omitted, letting the service use its own defaults. Only