interfaceextends VercelAiSdkVisionProviderConfig
UseVisionProviderOptions
typescript
interface UseVisionProviderOptions extends VercelAiSdkVisionProviderConfigProperties
| 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. |
defaultModel? | VercelAiSdkVisionModelConfiguration | Default model used for requests when not overridden via providerData. |
matching? | VisionMatchingSettings | Explicit matcher tuning settings. When present, these values override equivalent top-level options. |
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?