Version:
interface

VercelAiSdkVisionProviderConfig

Configuration for the Vercel AI SDK vision finder, including default model
selection, confidence thresholds, and provider-specific connection options.

typescript
interface VercelAiSdkVisionProviderConfig

Properties

NameTypeDescription
anthropic?{ apiKey: string; baseURL: string }Anthropic provider options.
defaultConfidence?numberDefault confidence threshold in the range [0, 1].
defaultMaxMatches?numberDefault max number of returned matches.
defaultModel?VercelAiSdkVisionModelConfigurationDefault 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?