Maxynetic Systems
To be released soon

Cohere Rerank 3.5

Cohere

A model that allows for re-ranking English Language documents and semi-structured data (JSON).

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

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass cohere/rerank-v3.5 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-v3.5",
    "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