Tool to generate a chat model response given a list of messages. Use when you need AI-powered conversational replies via the v0 API. Note: This action uses the POST /chats endpoint which creates a persistent chat session in the user's v0 account. Each call will create a new chat…
modelstringModel ID to use. Available: 'v0-mini' (fast), 'v0-pro' (balanced, default), 'v0-max' (advanced reasoning), 'v0-max-fast' (fast advanced).
toolsarrayTool/function definitions the model may call. Note: Tool calling is not supported by the v0 API through this action.
streambooleanWhether to stream the response. Note: Streaming is not supported by this action; set to False or omit.
messagesRequiredarrayConversation history as a list of messages. Each message requires 'role' (user/assistant/system) and 'content' (text string or content blocks). The last user message will be sent to the v0 API. Note: Image content blocks are ignored as the v0 /chats endpoint does not support mul…
tool_choiceControls which tool is called. Note: Tool calling is not supported by the v0 API through this action.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.