Video GenerationActive
wiro / VideoLLaMA3-7B
VideoLLaMA3-7B
VideoLLaMA3-7B is a model designed for video understanding.
Video to Text
Model ID
VideoLLaMA3-7B
Provider
wiro
Added
1737117760
wiro playground—wiro/VideoLLaMA3-7B
Added 1737117760
VideoLLaMA3-7B is a model designed for video understanding.
Example prompts
Great starting points for VideoLLaMA3-7B.
Describe this video in detail.Video Generation
Please describe the video.Video Generation
Please describe the video and the big structre in it.Video Generation
What is unusual in the video?Video Generation
What is the woman doing in the video?Video Generation
API quick start
Run VideoLLaMA3-7B with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/VideoLLaMA3-7B
{
"prompt": "Please describe this video in detail.",
"inputVideo": "https://your-cdn.com/input.mp4",
"inputVideoUrl": "...",
"max_new_tokens": 128
}