Skip to main content

OpenAILive

OpenAI GPT-Live full-duplex voice model (gpt-live-1). Slot: realtime. Route: plugins — direct to the vendor, with OPENAI_API_KEY or an explicit api_key.

Fields

str
default:"gpt-live-1"
str | dict[str, str]
default:"marin"
OpenAIBackendConfig | OpenAIDelegateLLMConfig | None
default:"None"
Accepts OpenAIBackendConfig or OpenAIDelegateLLMConfig, or a plain mapping with the same fields.
str | None
default:"None"

OpenAIBackendConfig

Delegation to an OpenAI backend Responses model, which calls the agent’s function tools Mirrored, not imported: the vendor’s class is rebuilt from this on the runtime side. A mapping is still accepted wherever this is.

Fields

str
default:"UNSET"
str | None
default:"UNSET"
Literal['auto', 'required', 'none'] | None
default:"UNSET"
bool | None
default:"UNSET"
str | None
default:"UNSET"
Literal['auto', 'default', 'flex', 'priority'] | None
default:"UNSET"
int | None
default:"UNSET"

OpenAIDelegateLLMConfig

Client delegation, answered by a text LLM you choose Mirrored, not imported: the vendor’s class is rebuilt from this on the runtime side. A mapping is still accepted wherever this is.

Fields

LLM
required
str | None
default:"UNSET"