Skip to content

Commit fe644a2

Browse files
committed
add pricing info for rerank models
1 parent 8e7159c commit fe644a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/ai-studio/how-to/deploy-models-cohere-rerank.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Cohere offers rerank models in [Azure AI Foundry](https://ai.azure.com). These m
3030

3131
You can browse the Cohere family of models in the [Model Catalog](model-catalog.md) by filtering on the Cohere collection.
3232

33+
#### Pricing for Cohere Rerank models
34+
35+
*Queries*, not to be confused with a user's query, is a pricing meter that refers to the cost associated with the tokens used as input for inference of a Cohere Rerank model. Cohere counts a single search unit as a query with up to 100 documents to be ranked. Documents longer than 4096 tokens when including the length of the search query are split up into multiple chunks, where each chunk counts as a single document.
36+
3337
# [Cohere Rerank v3.5](#tab/cohere-rerank-3-5)
3438

3539
Cohere Rerank 3.5 provides a significant boost to the relevancy of search results. This AI model, also known as a cross-encoder, precisely sorts lists of documents according to their semantic similarity to a provided query. This action allows information retrieval systems to go beyond keyword search, and also outperform traditional embedding models, surfacing the most contextually relevant data within end-user applications.

0 commit comments

Comments
 (0)