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