Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions api-reference/server/services/s2s/grok.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.). |

<Note>
`NOT_GIVEN` values are omitted, letting the service use its own defaults. Only
Expand Down
Loading