@wildix/wim-knowledge-base-client > GenerateSearchAnswerInput > model
GenerateSearchAnswerInput.model property
The specific provider and model identifier. Examples: 'openai://gpt-4o' or 'openai://gpt-4o-mini' for OpenAI, 'mistral://mistral-small-2506' for Mistral. Check provider documentation for available models
Signature:
model?: string | undefined;