Skip to main content
The Vercel v0 model provides access to Vercel’s language models.

Parameters

ParameterTypeDefaultDescription
idstr"v0"The id of the Vercel model to use
namestr"VercelV0"The name of the model
providerstr"Vercel"The provider of the model
api_keyOptional[str]NoneThe API key for Vercel (defaults to VERCEL_API_KEY env var)
base_urlstr"https://api.vercel.com/v1"The base URL for the Vercel API
Vercel extends the OpenAI-compatible interface and supports most parameters from OpenAI.
I