Jina Reranker v1 Turbo model is a neural text reranking model, designed to enhance the relevance of search results. This model is the best balance between accuracy and performance, offering fast and more memory-efficient reranking process.
For our most accurate (and larger) reranker model, please see Jina Reranker v1 Base - en.
Jina Reranker v1 Turbo 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, improved information retrieval, and better data organization. Use-cases: Vector search, retrieval augmented generation. See our embedding models (Jina Embeddings v2) on Sagemaker for state-of-the-art 8k embedding models for vector search.
Highlights
Trained for speed and accuracy: While performing only slighly worse than Jina Reranker v1 Base - en on some of the benchmarks, this model can process three times as many documents in the same time.
Extended context length: This reranker model is capable of handling queries up to 512 tokens and documents as large as 8192 tokens.
High performance across the board: This reranking model ranks at the top compared to its competitors, in terms of 'Mean Reciprocal Rank' (MRR), according to BIER, MTEB, LoCo and an independent benchmark by LlamaIndex. A higher MRR represents a higher chance that the most relevant document to a query is returned with the highest relevance score by a reranking model.
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 AWS. Pricing splits into two inference modes: batch, for processing grouped documents at once, and real-time, for on-demand requests. Within each mode, you choose a GPU instance size across the p2, p3, g4dn, and g5 families. Larger instances carry more compute and a higher hourly rate. Batch mode covers p2, p3, and g4dn types; real-time mode adds the g5 family. Your cost scales with the instance you select and the hours it runs. No upfront commitment applies.
Top-of-mind questions for buyers
What does one HostHrs unit cover, and how is it counted?
One HostHrs unit is one hour that a single model instance runs on the GPU instance type you select. You are billed for each hour the instance stays active, regardless of how many documents you rerank during that hour. Charges stop when the instance is not running.
How does batch inference billing differ from real-time inference billing?
Both meter by host hours, but they serve different workloads. Batch mode processes grouped documents in scheduled runs and covers p2, p3, and g4dn instances. Real-time mode handles on-demand requests and adds the g5 family. You pick the mode and instance size that fits your workload.
Am I charged when the instance sits idle without reranking requests?
Charges accrue per host hour while the instance runs, even during idle periods with no requests. The software meter tracks running time, not document volume. To stop software charges, you must stop the instance. Underlying AWS infrastructure fees may still apply separately.
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 turbo model
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.