Jina Reranker v1 Tiny model is a neural text reranking model, designed to enhance the relevance of search results. This model is the fastest reranker model in the Jina Reranker suite of models, offering fast and memory-efficient reranking process.
For our most accurate (and larger) reranker models, please see Jina Reranker v1 Base - en or Jina Reranker v1 Turbo - en.
Jina Reranker v1 Tiny 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 efficiency: While performing slighly lower than Jina Reranker v1 Base - en on the benchmarks, this model can process (rerank) five 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 competitively 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 reranker model. Pricing is organized by AWS instance type and inference mode. Batch mode covers the ml.p2, ml.p3, and ml.g4dn families for scheduled, bulk workloads. Real-time mode covers those same families plus the ml.g5 family for live requests. Within each family, larger instances carry more compute and a different hourly rate, so you scale by choosing instance size. There is no upfront commitment; charges accrue per host hour based on the instance and mode you run.
Top-of-mind questions for buyers
What am I actually running when I pay a host hour on an instance type?
You pay for the reranker model running on one AWS SageMaker instance of the chosen type. Billing meters wall-clock time that the host stays running, regardless of how many documents you rerank. Each active host accrues charges by the hour based on its instance type and inference mode.
How does batch mode billing differ from real-time mode?
Both meter running host hours, but they suit different workloads. Batch mode fits scheduled, bulk reranking jobs you run and then stop. Real-time mode keeps a host running to serve live requests. Real-time mode also supports the ml.g5 family, which batch mode does not.
Am I charged when the reranker host sits idle without any rerank requests?
Charges accrue per running host hour, not per rerank request. An idle but running host still bills at its hourly rate. To stop software charges, you stop the host. Stopped instances may still incur underlying AWS storage fees separate from the model charge.
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 Tiny 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.