Jina Reranker v2 model is a neural text reranking model, designed to enhance the relevance of search results. It complements text embedding models and refines search results by prioritizing documents relevant to a query.
This state-of-the-art reranker model enables a variety of applications that rely on precise search results across different languages, improved information retrieval, and high document throughput.
High multilingual performance across the board: This reranker model ranks at the top compared to its competitors, in terms of 'Mean Reciprocal Rank' (MRR), recall and NDCG, according to BEIR, MKQA and AirBench.
Agentic RAG: This reranker model supports function-calling and text-to-SQL aware document reranking for agentic RAG.
Ultra-fast: 15x more documents throughput than bge-reranker-v2-m3, and 6x more than jina-reranker-v1-base-en.
Access real-time vendor security and compliance information through their Trust Center powered by Drata or Vanta. Review certifications and security standards before purchase.
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.
You pay by the host hour for running this reranking model on your chosen AWS instance. Pricing is organized two ways. First, by inference mode: batch mode processes documents in bulk, while real-time mode serves live requests. Second, by instance type across the g4dn, g5, p2, and p3 families. Each instance size carries its own hourly rate, so larger instances with more compute cost more per hour. Batch mode covers g4dn, p2, and p3 instances. Real-time mode adds g5 instances. You select the mode and instance that fit your workload.
Top-of-mind questions for buyers
What does one HostHrs unit cover, and when does the charge start?
One HostHrs unit is one hour that your chosen instance runs the model. Billing meters running time on the instance you select. Charges accrue while the instance is active. Stopped instances stop the software charge, though underlying AWS storage or infrastructure fees may still apply separately.
How do batch mode and real-time mode differ for my bill?
Both meter by host hour on the running instance. Batch mode processes documents in bulk, so you run instances for job duration then stop them. Real-time mode serves live requests, so instances stay running to handle traffic. Continuous real-time serving accrues more hours than short batch jobs.
Is there a limit on how many documents I can rerank in one request?
There is no hard limit on documents per request. Inputs batch internally by token count for GPU use. This model handles 1,024 tokens per document, with automatic chunking for longer documents. The hourly instance rate does not change based on document count within a request.
jina.ai
Helpful?
Vendor refund policy
Refunds to be processed under the conditions specified in EULA.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
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.
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:
Real-time inference
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 .
Batch transform
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
Reranker v2 Multilingual
Additional details
Inputs
Outputs
Sample notebooks
Inputs
Summary
The model accepts JSON inputs. Texts must be passed in the following format.
{
"data": {
"documents": [{"text": "the dog is in my house"},
{"text": "he likes dog"},
{"text": "hello world"}],
"query": "where is the dog",
"top_n": 2
}
}
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.
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.