Listing Thumbnail

    Jina Embeddings v5 Nano - Omni

     Info
    Sold by: Jina AI 
    Deployed on AWS
    Jina Embeddings v5 Omni Nano is a 1.04B-parameter multimodal embedding model that maps text, images, video, audio, and PDFs into a single shared vector space, with an 8K-token text context, Matryoshka dimensions from 32 to 768, and task-specific LoRA adapters for retrieval, classification, clustering, and text matching, with multilingual support across dozens of languages.

    Overview

    Jina Embeddings v5 Omni Nano is the compact multimodal member of the latest generation of Jina AI's open-weight embedding family. Built on a EuroBERT-210m text backbone with a SigLIP2 Base vision tower and a Whisper-large-v3 audio tower, its 1.04B parameters map text, images, video, audio, and PDF documents into a single shared embedding space, so you can index any modality and retrieve any other from one vector index. This enables cross-modal search, multimodal RAG, visual document retrieval over PDFs and scans, video moment retrieval, and audio semantic search without separate per-modality pipelines. Text embeddings are identical to jina-embeddings-v5-text-nano, so multimodal content drops into an existing v5-text-nano index with no reindexing. The model handles an 8,192-token text context, supports multilingual text across dozens of languages, and delivers competitive document retrieval at just over a billion parameters, outperforming similarly sized open-weight omni models on the multimodal Pareto frontier. Matryoshka Representation Learning lets you truncate embeddings from 768 down to 32 dimensions without retraining, trading storage cost for marginal recall loss. Four task-specific LoRA adapters (retrieval, text-matching, clustering, and classification) tune the same base model for different downstream workloads at request time.

    Highlights

    • One shared embedding space for every modality: index text, images, video, audio, and PDFs together and query across them, so a text query can retrieve a video frame, a scanned page, or an audio clip from a single vector index.
    • Drop-in compatible with jina-embeddings-v5-text-nano: text embeddings are identical, so you can add multimodal content to an existing v5-text-nano index with no reindexing. At just 1.04B parameters it runs lighter and cheaper than larger omni models while staying competitive on cross-modal retrieval.
    • Matryoshka dimensions from 32 to 768 with four task-specific LoRA adapters: truncate embeddings to fit your storage and latency budget, and switch between retrieval, text-matching, clustering, and classification per request from a single deployed model.

    Details

    Sold by

    Delivery method

    Latest version

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Trust Center

    Trust Center
    Access real-time vendor security and compliance information through their Trust Center powered by Drata or Vanta. Review certifications and security standards before purchase.

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Jina Embeddings v5 Nano - Omni

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (24)

     Info
    Dimension
    Description
    Cost/host/hour
    ml.g5.xlarge Inference (Batch)
    Recommended
    Model inference on the ml.g5.xlarge instance type, batch mode
    $2.50
    ml.g5.xlarge Inference (Real-Time)
    Recommended
    Model inference on the ml.g5.xlarge instance type, real-time mode
    $2.50
    ml.g4dn.xlarge Inference (Batch)
    Model inference on the ml.g4dn.xlarge instance type, batch mode
    $2.50
    ml.g4dn.2xlarge Inference (Batch)
    Model inference on the ml.g4dn.2xlarge instance type, batch mode
    $2.50
    ml.g4dn.4xlarge Inference (Batch)
    Model inference on the ml.g4dn.4xlarge instance type, batch mode
    $2.50
    ml.g4dn.8xlarge Inference (Batch)
    Model inference on the ml.g4dn.8xlarge instance type, batch mode
    $2.50
    ml.g4dn.12xlarge Inference (Batch)
    Model inference on the ml.g4dn.12xlarge instance type, batch mode
    $2.50
    ml.g4dn.16xlarge Inference (Batch)
    Model inference on the ml.g4dn.16xlarge instance type, batch mode
    $2.50
    ml.g6.xlarge Inference (Batch)
    Model inference on the ml.g6.xlarge instance type, batch mode
    $2.50
    ml.g5.2xlarge Inference (Real-Time)
    Model inference on the ml.g5.2xlarge instance type, real-time mode
    $2.50

    Vendor refund policy

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Amazon SageMaker model

    An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.

    Deploy the model on Amazon SageMaker AI using the following options:
    Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference  .
    Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI  .
    Version release notes

    Initial release

    Additional details

    Inputs

    Summary

    The model accepts JSON inputs. Texts must be passed in the following format.

    https://github.com/jina-ai/jina-sagemaker/blob/main/examples/sample-inference-v5-omni-nano-input.json 

    Input MIME type
    text/csv
    https://github.com/jina-ai/jina-sagemaker/blob/main/examples/sample-inference-v5-omni-nano-input.json
    https://github.com/jina-ai/jina-sagemaker/blob/main/examples/sample-batch-v5-omni-nano-input.csv

    Support

    Vendor support

    For support, please visit https://jina.ai/contact-sales  or

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.