ModelConfig
openmolt / ModelConfig
Interface: ModelConfig
Defined in: types/index.ts:33
Per-call model configuration passed to the LLM provider.
Indexable
[key: string]: unknown
Any additional provider-specific options.
Properties
maxTokens?
optionalmaxTokens:number
Defined in: types/index.ts:41
Maximum output tokens.
search?
optionalsearch:boolean
Defined in: types/index.ts:37
Enable web search grounding (Gemini).
temperature?
optionaltemperature:number
Defined in: types/index.ts:39
Sampling temperature (0–2).
thinking?
optionalthinking:boolean
Defined in: types/index.ts:35
Enable the model's extended thinking / reasoning process.