Maxynetic Systems
To be released soon

Cohere Rerank 4 Pro

Cohere

A multilingual model that allows for re-ranking English and non-english documents and semi-structured data (JSON). This model is better suited for state-of-the-art quality and complex use-cases than its fast variant.

  • Reranking
Context
32K
Max output
32K
Input / 1M
Output / 1M

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass cohere/rerank-v4-pro as the model.

curl https://api.maxynetic.com/v1/chat/completions \
  -H "Authorization: Bearer $MAXYNETIC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "cohere/rerank-v4-pro",
    "messages": [{ "role": "user", "content": "Explain routing in one line." }]
  }'

Pricing

Billed per token with no markup on the underlying provider rate.

  • This model has no published token pricing.

More from Cohere