V0

Learn how to use V0 with Composio

Overview

Enum

V0

Description

v0 is an AI-powered web development assistant built by Vercel, designed to generate real, production-ready code for modern web applications.

Authentication Details

api_key
stringRequired

Actions

Tool to generate a chat model response given a list of messages. use when you need ai-powered conversational replies via the v0 api.

Action Parameters

messages
arrayRequired
model
stringRequired
stream
boolean
tool_choice
string
tools
array

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of chats. use when you need to list user chats with pagination and optional favorite filtering after authentication.

Action Parameters

isFavorite
boolean
limit
integerDefaults to 60
offset
integer

Action Response

data
array
error
string
object
string
successful
boolean
Tool to retrieve a list of projects associated with the authenticated user. use after obtaining a valid api key.

Action Parameters

after
string
limit
integer

Action Response

data
array
error
string
object
string
successful
boolean