NEWVectors or files. Pick a path.Start →
    Models/Captioning/DAMO-NLP-SG/VideoLLaMA3-7B
    HFScene Captioningapache-2.0

    VideoLLaMA3-7B

    by DAMO-NLP-SG

    Video understanding foundation model with efficient long-video processing

    5Kdl/month
    75likes
    8.0Bparams
    Identifiers
    Model ID
    DAMO-NLP-SG/VideoLLaMA3-7B
    Feature URI
    mixpeek://video_extractor@v1/damo_videollama3_7b_v1

    Overview

    VideoLLaMA3 is a frontier multimodal model for image and video understanding from Alibaba DAMO Academy. It uses a vision-centric architecture with a 4-stage training pipeline including video-centric fine-tuning.

    The model reduces vision tokens based on frame similarity for efficient long-video processing, making it practical for indexing hours of footage without proportional compute cost.

    Architecture

    7B parameter model with vision-centric design. 4-stage training: image pretraining → image SFT → video pretraining → video SFT. Adaptive token reduction based on inter-frame similarity for long videos.

    Mixpeek SDK Integration

    import { Mixpeek } from "mixpeek";
    
    const mx = new Mixpeek({ apiKey: "API_KEY" });
    
    // Managed: create a collection over a bucket; Mixpeek runs this model's extractor
    const collection = await mx.collections.create({
      namespace_id: "my-namespace",
      collection_name: "my-collection",
      source: { type: "bucket", bucket_ids: ["bkt_your_bucket"] },
      feature_extractor: {
        feature_extractor_name: "caption",
        version: "v1",
        parameters: { model_id: "mixpeek://video_extractor@v1/damo_videollama3_7b_v1" },
      },
    });

    Capabilities

    • Video comprehension
    • Image understanding
    • Long-video processing
    • Scene description
    • Video QA
    • Temporal reasoning

    Use Cases on Mixpeek

    Video content indexing at scale
    Generating scene descriptions for video search
    Long-form video summarization
    Video QA for content libraries

    Performance

    Input SizeVariable
    GPU Latency~200ms per scene (A100)
    GPU Throughput~5 scenes/sec
    GPU MemoryModel dependent

    Specification

    FrameworkHF
    OrganizationDAMO-NLP-SG
    FeatureScene Captioning
    Outputtext
    Modalitiesvideo, image
    RetrieverSemantic Search
    Parameters8.0B
    Licenseapache-2.0
    Downloads/mo5K
    Likes75

    Build a pipeline with VideoLLaMA3-7B

    Add this model to a processing pipeline alongside other extractors. Combine with retrieval stages for end-to-end search.

    Run on your data, free