Interface: ModelConfig
Model configuration settings
Properties
instructions?
optionalinstructions:string
System instructions
max_response_output_tokens?
optionalmax_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?
optionaltemperature:number
Temperature for response generation
tool_choice?
optionaltool_choice: {name:string;type:"function"; } |"auto"|"none"|"required"
Tool choice strategy
tools?
optionaltools:ToolDefinition[]
Available tools