Version:
interface
VercelAiSdkVisionProviderConfig
Configuration for the Vercel AI SDK vision finder, including default model
selection, confidence thresholds, and provider-specific connection options.
typescript
interface 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. |
ollama? | { baseURL: string } | Ollama provider options. |
openai? | { apiKey: string; baseURL: string } | OpenAI provider options. |
Was this page helpful?