> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-service-account.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Vercel v0

The Vercel v0 model provides access to Vercel's language models.

## Parameters

| 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](/reference/models/openai-like) and accepts all of its parameters.
