lucataco/video-caption

gpt-5 wrapper to caption a video

Public
60 runs

Run lucataco/video-caption with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
video
string
Input video file to analyze

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output"
}
Example API response
View prediction
('- The scene takes place in a living room with a patterned gold sofa against '
 'a peach wall.\n'
 '- At first the couch is empty. A woman in a striped dress walks in from the '
 'right while a man enters from the left, both approaching the couch.\n'
 '- They pause in front of the couch. The woman stands centered, hands clasped '
 'in front of her, looking a bit tense. The man stands on her left, slightly '
 'turned toward the couch.\n'
 '- The woman sits down first, upright with knees together and hands folded on '
 'her lap, facing forward.\n'
 '- The man lowers himself to sit beside her. As he does, his head band and '
 'sunglasses become visible; he settles into a relaxed posture with hands on '
 'his knees.\n'
 '- Once both are seated, they remain mostly still, facing forward. The woman '
 'keeps a composed, slightly anxious expression, while the man sits casually, '
 'wearing dark glasses and a headband.\n'
 '- The final moments show them seated side by side without further action, '
 'suggesting a calm pause or anticipation of something off-screen.')