Parameters
V0 extends OpenAILike and accepts all of its parameters.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Parameter reference for the V0 model class, which extends OpenAILike to connect to Vercel’s v0 API.
| Parameter | Type | Default | Description |
|---|---|---|---|
id | str | "v0-1.0-md" | The ID of the Vercel v0 model to use |
name | str | "v0" | The name of the model |
provider | str | "Vercel" | The provider of the model |
api_key | Optional[str] | None | The API key for Vercel v0 (defaults to V0_API_KEY env var) |
base_url | str | "https://api.v0.dev/v1/" | The base URL for the Vercel v0 API |
V0 extends OpenAILike and accepts all of its parameters.Was this page helpful?