Video GenerationActive
DAMO-NLP-SG / VideoLLaMA3-2B
VideoLLaMA3-2B
VideoLLaMA3-2B is a model designed for video understanding.
Video to Text
Model ID
VideoLLaMA3-2B
Provider
damo-nlp-sg
Added
1739982315
wiro playground—damo-nlp-sg/VideoLLaMA3-2B
Added 1739982315
VideoLLaMA3-2B is a model designed for video understanding.
Example prompts
Great starting points for VideoLLaMA3-2B.
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-2B with a single API call.
POST https://api.wiro.ai/v1/Run/DAMO-NLP-SG/VideoLLaMA3-2B
{
"prompt": "Please describe this video in detail.",
"inputVideo": "https://your-cdn.com/input.mp4",
"inputVideoUrl": "...",
"max_new_tokens": 128
}