Version:
type

VercelAiSdkVisionModelProvider

Supported LLM provider backends for vision model requests.

Use "openai-compatible" for self-hosted servers that implement the
OpenAI Chat Completions API (e.g. vLLM, LMStudio, llama.cpp, LocalAI).

typescript
type VercelAiSdkVisionModelProvider = "openai" | "anthropic" | "ollama" | "openai-compatible"

Was this page helpful?