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 each host running the model, billed per instance-hour (HostHrs). Pricing is organized by two choices. First, you pick an inference mode: batch, for processing groups of documents at once, or real-time, for immediate ranking. Batch mode covers p2, p3, and g4dn instance families. Real-time mode adds the g5 family alongside p2, p3, and g4dn. Second, you pick an instance size within a family; larger sizes carry more compute and a higher hourly rate. Your total cost scales with the instance size and the number of hours each host runs.
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 host instance runs. You are billed per instance-hour for the instance type you choose. If you run several hosts at once, each one accrues its own hourly charge, and partial hours are metered as the host runs.
How does batch inference billing differ from real-time inference billing?
Both meter running instance-hours, so the mechanics match. Batch mode processes groups of documents in scheduled runs, so the host runs only while jobs execute. Real-time mode keeps a host running to answer ranking requests immediately, so it accrues hours continuously while the endpoint stays up.
Am I charged when the model host is stopped or idle?
Software charges accrue per hour only while a host runs. A stopped host stops accruing the hourly software charge. A running real-time endpoint keeps billing even when it receives no ranking requests, since you pay for uptime rather than per document processed.
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.