Skip to content

ModelTranslationOptions

Defined in: ai.matey.core/src/model-translation.ts:54

Options for translateModel function.

readonly optional defaultModel: string

Defined in: ai.matey.core/src/model-translation.ts:63

Backend default model (used in hybrid strategy).


readonly optional mapping: ModelMapping

Defined in: ai.matey.core/src/model-translation.ts:58

Exact model mappings.


readonly optional strategy: ModelTranslationStrategy

Defined in: ai.matey.core/src/model-translation.ts:69

Translation strategy.

'exact'

readonly optional strictMode: boolean

Defined in: ai.matey.core/src/model-translation.ts:75

Throw error if no translation found.

false