interfaceextends Omit<UseVisionProviderOptions, "defaultModel">
UseOllamaVisionProviderOptions
typescript
interface UseOllamaVisionProviderOptions extends Omit<UseVisionProviderOptions, "defaultModel">Properties
| Name | Type | Description |
|---|---|---|
anthropic? | { apiKey: string; baseURL: string } | Anthropic provider options. |
defaultConfidence? | number | Default confidence threshold in the range [0, 1]. |
defaultMaxMatches? | number | Default max number of returned matches. |
matching? | VisionMatchingSettings | Explicit matcher tuning settings. When present, these values override equivalent top-level options. |
model? | string | - |
ollama? | { baseURL: string } | Ollama provider options. |
openai? | { apiKey: string; baseURL: string } | OpenAI provider options. |
systemPrompt? | string | Optional global system prompt override. |
Was this page helpful?