Jina Reranker v1 Base 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, improved information retrieval, and better data organization.
See our embedding models (Jina Embeddings v2) on Sagemaker for state-of-the-art 8k embedding models for vector search.
Highlights
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 hour for the GPU instance that runs the reranking model, billed per host hour. Two inference modes set the structure: batch mode processes large jobs at once, while real-time mode serves live requests. Batch mode is offered on p2, p3, and g4dn instance families. Real-time mode adds the g5 family alongside those options. Within each family, larger instance sizes carry higher hourly rates because they provide more GPU capacity. Choose the mode that matches your workload, then pick the instance size that fits your throughput needs. You control cost by scaling instances up or down.
Top-of-mind questions for buyers
What do I actually receive when I pay for one host hour?
You pay for one running GPU instance for one hour of wall-clock time. The instance runs the reranking model and processes your requests. The rate reflects the GPU capacity of the instance size you select, so larger sizes cost more per hour.
Am I charged when the instance is stopped or sitting idle?
Charges accrue per host hour while the instance runs, whether or not it processes requests. A stopped instance stops software host-hour charges. Idle-but-running instances still bill. Underlying AWS storage or infrastructure fees may apply separately from the software charge.
How does batch mode billing differ from real-time mode for the same instance?
Both meter per host hour. Batch mode runs the instance to process a large job, then you shut it down, so you pay only for the processing window. Real-time mode keeps the instance running to serve live requests continuously, billing every hour it stays up.
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
Fix model package ARN
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.