Skip to main content
Providers

v0

Use v0/<model> with VoltAgent's model router.

Quick start

import { Agent } from "@voltagent/core";

const agent = new Agent({
name: "v0-agent",
instructions: "You are a helpful assistant",
model: "v0/v0-1.0-md",
});

Environment variables

  • V0_API_KEY

Provider package

@ai-sdk/vercel

Default base URL

Not listed.

You can override the base URL by setting V0_BASE_URL.

Provider docs

Models

Show models (3)
  • v0-1.0-md
  • v0-1.5-lg
  • v0-1.5-md

Table of Contents