← Back to all apps

VEED Fabric

Productivityby VEED
Launched Mar 14, 2026 on ChatGPT

Create AI talking-head videos with VEED Fabric. Browse available characters and voices, preview generation parameters with credit estimation, then generate videos and track progress to completion. Supports multiple workspaces with automatic single-workspace selection. Video creation consumes AI Playground credits (~8 per second of video).

7ChatGPT Tools
VEEDDeveloper
ProductivityCategory

Available Tools

Confirm Fabric Video

confirm_fabric_video
Full Description

Shows confirmation widget with video generation parameters (script, character, voice, workspace). User can review and confirm before video creation. PREREQUISITES: ONLY call this tool AFTER the user has: 1) Selected a character (via list_characters tool) AND 2) Selected a voice (via list_voices tool) AND 3) Provided a script. Do NOT call this tool until ALL three prerequisites are met. After user confirms in the widget, the widget will send a follow-up message with the confirmed parameters. You should then call create_fabric_video with those parameters. Use this confirmation step unless user explicitly requests to skip it.

Parameters (3 required, 2 optional)
Required
characterIdstring
scriptstring
voiceIdstring
Optional
aspectRatiostring
Options:squarelandscapeportrait
workspaceIdstring

Create Fabric Video

create_fabric_video
Full Description

Creates a talking head video with specified parameters. Call this AFTER the confirmation widget sends the confirmed parameters. Returns jobId for tracking progress. Note: Video generation consumes AI Playground credits based on duration (~8 credits per second). Check your balance with get_credit_balance or review the cost estimate in the confirmation step before proceeding. IMPORTANT: After this tool returns successfully with a jobId, you MUST immediately call get_generation_status with that jobId to show the video result widget and start polling. Requires a script, voice ID, and a preset characterId. Optionally specify aspectRatio as "square", "landscape", or "portrait". Optionally provide a projectId to group assets, otherwise a new project will be created. If workspaceId is not provided, it will be auto-selected if only one workspace exists.

Parameters (3 required, 3 optional)
Required
characterIdstring
scriptstring
voiceIdstring
Optional
aspectRatiostring
Options:squarelandscapeportrait
projectIdstring
workspaceIdstring

Get Credit Balance

get_credit_balance
Full Description

Get your current AI Playground credit balance. Shows how many credits are available in your account for video generation operations.

Parameters (0 required, 1 optional)
Optional
workspaceIdstring

Get Generation Status

get_generation_status
Full Description

Checks video generation status and displays progress widget with polling. Shows loading states and video player when complete. Call this IMMEDIATELY after create_fabric_video returns a jobId. This will show the video result widget which handles polling automatically - do NOT call this tool multiple times.

Parameters (1 required, 2 optional)
Required
jobIdstring
Optional
balanceBeforenumber
workspaceIdstring

List Characters

list_characters
Full Description

Use this when the user wants to generate a talking head video. The talking head video generation with Veed is a multi step process, this is the first step. Displays a widget to facilitate the from the available Veed characters.

Parameters (0 required, 1 optional)
Optional
genderstring
Options:malefemale

List Voices

list_voices
Full Description

List available voices for video generation. Requires locale parameter - use language code like "en" for all English voices, or specific locale like "en-CA" for Canadian English only. Optionally filter by gender (Female, Male, Neutral).

Parameters (1 required, 1 optional)
Required
localestring
Optional
genderstring
Options:FemaleMaleNeutral

List Workspaces

list_workspaces
Full Description

Return workspaces the authenticated user can access