Listing Thumbnail

    voyage-4 Embedding Model

     Info
    Deployed on AWS
    Free Trial
    Text embedding model optimized for general-purpose (including multilingual) retrieval/search and AI applications. 32K context length.

    Overview

    Text embedding models are neural networks that transform texts into numerical vectors. They are a crucial building block for semantic search/retrieval systems and retrieval-augmented generation (RAG) and are responsible for the retrieval quality.

    voyage-4 is a general-purpose (including multilingual) embedding model optimized for retrieval/search and AI applications. voyage-4 supports embeddings in 2048, 1024, 512, and 256 dimensions, with multiple quantization options.

    Learn more about voyage-4 here: https://blog.voyageai.com/2026/01/15/voyage-4 

    Highlights

    • General-purpose (including multilingual) embedding model optimized for retrieval/search and AI applications.
    • Supports embeddings of 2048, 1024, 512, and 256 dimensions and offers multiple embedding quantization, including float (32-bit floating point), int8 (8-bit signed integer), uint8 (8-bit unsigned integer), binary (bit-packed int8), and ubinary (bit-packed uint8).
    • 32K token context length.

    Details

    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

    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

    Free trial

    Try this product free for 7 days according to the free trial terms set by the vendor.

    voyage-4 Embedding Model

     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 (12)

     Info
    Dimension
    Description
    Cost/host/hour
    ml.g5.2xlarge Inference (Batch)
    Recommended
    Model inference on the ml.g5.2xlarge instance type, batch mode
    $3.03
    ml.g6.2xlarge Inference (Real-Time)
    Recommended
    Model inference on the ml.g6.2xlarge instance type, real-time mode
    $2.44
    ml.g5.xlarge Inference (Real-Time)
    Model inference on the ml.g5.xlarge instance type, real-time mode
    $2.82
    ml.g5.2xlarge Inference (Real-Time)
    Model inference on the ml.g5.2xlarge instance type, real-time mode
    $3.03
    ml.g5.4xlarge Inference (Real-Time)
    Model inference on the ml.g5.4xlarge instance type, real-time mode
    $4.06
    ml.g5.8xlarge Inference (Real-Time)
    Model inference on the ml.g5.8xlarge instance type, real-time mode
    $6.12
    ml.g6.xlarge Inference (Real-Time)
    Model inference on the ml.g6.xlarge instance type, real-time mode
    $2.25
    ml.g6.4xlarge Inference (Real-Time)
    Model inference on the ml.g6.4xlarge instance type, real-time mode
    $3.31
    ml.g6.8xlarge Inference (Real-Time)
    Model inference on the ml.g6.8xlarge instance type, real-time mode
    $5.04
    ml.p4d.24xlarge Inference (Real-Time)
    Model inference on the ml.p4d.24xlarge instance type, real-time mode
    $35.92

    AI Insights

     Info

    Dimensions summary

    You pay an hourly rate for each hour the model runs on your chosen AWS GPU instance. Pricing is organized by instance type and deployment mode. One option covers batch mode on the ml.g5.2xlarge instance, running finite jobs for bulk processing. The remaining options cover real-time mode across ml.g5, ml.g6, ml.p4d, ml.p4de, and ml.p5 instance families, which keep a persistent endpoint running for request-by-request use. Cost scales with the size and family of the instance you select. Your total hourly charge combines this software rate with separate AWS infrastructure charges.

    Top-of-mind questions for buyers

    The hourly rate covers model usage on your chosen instance. Your total hourly cost adds separate AWS infrastructure charges for the underlying instance. Both are metered per hour and appear together. Rates vary by deployment type, instance type, and region.
    Charges accrue for every hour a real-time endpoint runs, whether or not it processes requests. It keeps a persistent endpoint active, so idle time still bills. Delete endpoints you no longer need to stop charges. Canceling your subscription does not automatically terminate running endpoints.
    The batch option on ml.g5.2xlarge runs finite jobs for bulk processing, then stops, so you pay only for the job's run time. Real-time options keep a persistent endpoint running for request-by-request use and bill continuously while active. Batch suits one-time dataset processing; real-time suits ongoing serving.
    docs.voyageai.com
    Helpful?

    Vendor refund policy

    Refunds to be processed under the conditions specified in EULA. Please contact aws-marketplace@mongodb.com  for further assistance

    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

    MongoDB is excited to announce the initial release of voyage-4

    Additional details

    Inputs

    Summary
    1. input (string or List[string]) – A single string or a list of strings (max 1,000 items).
    2. input_type (string, optional, default = null) – The role of the input: query, document, or null.
    3. truncation (bool, optional, default = true) – Whether to truncate inputs to fit context limits.
    4. output_dimension (int, optional, default = null) – Supported dimensions: 2048, 1024, 512, 256.
    5. output_dtype (string, optional, default = "float") – Data type for embeddings: float, int8, uint8, binary, or ubinary.
    6. encoding_format (string, optional, default = null) – Format in which the embeddings are encoded, other options: base64.
    7. id (string, optional, default=null) - Batch request ID.
    Limitations for input type
    Max List Length: 1,000 strings per request. Max Tokens: 320,000 total tokens per request.
    Input MIME type
    application/json
    https://github.com/voyage-ai/voyageai-aws/blob/main/sample_embedding_input.json
    https://github.com/voyage-ai/voyageai-aws/blob/main/sample_batch_input_embedding.jsonl

    Input data descriptions

    The following table describes supported input data fields for real-time inference and batch transform.

    Field name
    Description
    Constraints
    Required
    input
    A single string or a list of strings
    Type: string or List[string] Max List Length: 1,000 strings per request. Max Tokens: 320,000 total tokens per request.
    Yes
    input_type
    The role of the input: query, document, or null.
    Default value: null Type: string
    No
    truncation
    Whether to truncate inputs to fit context limits.
    Default value: true Type: boolean
    No
    output_dimension
    Supported dimensions: 2048, 1024, 512, 256.
    Default value: 1024 Type: int
    No
    output_dtype
    Data type for embeddings: float, int8, uint8, binary, or ubinary.
    Default value: "float" Type: string
    No
    encoding_format
    Format in which the embeddings are encoded, other options: base64.
    Default value: null Type: string
    No
    id
    Batch request ID.
    Default value: null Type: string
    No

    Support

    Vendor support

    Please email us at aws-marketplace@mongodb.com  for inquiries and customer support.

    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.