NEWVectors or files. Pick a path.Start →
    Models/Embeddings/jinaai/jina-embeddings-v5-omni-nano-retrieval
    HFVisual Embeddingscc-by-nc-4.0

    jina-embeddings-v5-omni-nano-retrieval

    by jinaai

    Compact omni retrieval embeddings for low-latency agent memory

    4Kdl/month
    8likes
    948Mparams
    Identifiers
    Model ID
    jinaai/jina-embeddings-v5-omni-nano-retrieval
    Feature URI
    mixpeek://image_extractor@v1/jina_embeddings_v5_omni_nano_retrieval

    Overview

    Jina Embeddings v5 Omni Nano Retrieval is the compact retrieval checkpoint in Jina's v5 omni family. It is designed for multimodal retrieval across text, images, audio, and video while keeping model size and serving cost low.

    On Mixpeek, the nano retrieval model is useful when an agent needs broad first-stage recall over mixed media but has tight latency, budget, or edge deployment constraints. Use it as a fast candidate generator before a larger reranker or vision-language model inspects the final evidence.

    Architecture

    Compact multimodal embedding model exposed through the Transformers feature-extraction pipeline. The retrieval checkpoint is tuned for query-document similarity across multiple input modalities.

    Mixpeek SDK Integration

    import { Mixpeek } from "mixpeek";
    const mx = new Mixpeek({ apiKey: "API_KEY" });
    await mx.collections.ingest({
    collection_id: "agent-memory",
    source: { url: "s3://agent-observations/" },
    feature_extractors: [{
    feature: "visual_embeddings",
    model: "jinaai/jina-embeddings-v5-omni-nano-retrieval"
    }]
    });

    Capabilities

    • Text, image, audio, and video retrieval embedding support
    • Compact serving footprint for high-throughput pipelines
    • First-stage recall for agent memory and mixed-media search
    • Pairs naturally with multimodal rerankers

    Use Cases on Mixpeek

    Low-latency retrieval over support clips, screenshots, and transcripts
    Agent memory indexes where each tool call must stay within a budget
    Mobile or edge-adjacent visual search with compact embeddings
    Candidate generation before Qwen3-VL or Jina multimodal reranking

    Specification

    FrameworkHF
    Organizationjinaai
    FeatureVisual Embeddings
    Output768-dim vector
    Modalitiesvideo, image
    RetrieverVector Search
    Parameters948M
    Licensecc-by-nc-4.0
    Downloads/mo4K
    Likes8

    Research Paper

    Jina Embeddings v5 Omni Nano Retrieval

    arxiv.org

    Build a pipeline with jina-embeddings-v5-omni-nano-retrieval

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

    Open Studio