Skip to Content
Realtime TypeScript SdkInterfacesInterface: ModelConfig

Ticos Realtime API v0.3.1


Interface: ModelConfig

Model configuration settings

Properties

instructions?

optional instructions: string

System instructions


max_response_output_tokens?

optional max_response_output_tokens: number | "inf"

Maximum tokens in responses


modalities

modalities: string[]

Supported modalities


name

name: string

Model name (e.g., ‘stardust-2.5-turbo’)


provider

provider: string

Model provider (e.g., ‘tiwater’)


temperature?

optional temperature: number

Temperature for response generation


tool_choice?

optional tool_choice: { name: string; type: "function"; } | "auto" | "none" | "required"

Tool choice strategy


tools?

optional tools: ToolDefinition[]

Available tools