Skip to main content

ModelConfig

openmolt


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?

optional maxTokens: number

Defined in: types/index.ts:41

Maximum output tokens.


optional search: boolean

Defined in: types/index.ts:37

Enable web search grounding (Gemini).


temperature?

optional temperature: number

Defined in: types/index.ts:39

Sampling temperature (0–2).


thinking?

optional thinking: boolean

Defined in: types/index.ts:35

Enable the model's extended thinking / reasoning process.