Build AI Agents with Vercel v0
Vercel v0 model for UI generation
Available Vercel v0 Models
| Model | ID |
|---|---|
| v0 1.0 md | v0-1.0-md |
| v0 1.5 md | v0-1.5-md |
Quick start code
agent.py
from agno.agent import Agent
from agno.models.vercel import V0
agent = Agent(
name="My Vercel v0 Agent",
model=V0(id="v0-1.0-md"),
instructions=["You are a helpful assistant."],
markdown=True,
)
agent.print_response("Hello! What can you help me with?")Install: pip install agno Then set V0_API_KEY