MODELS / COHERE

Cohere Rerank 3.5

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

RERANK
4.1K
CONTEXT WINDOW
4.1K
MAX OUTPUT TOKENS
INPUT PRICE
OUTPUT PRICE
QUICKSTART

Call it in one request.

OpenAI-compatible — change the base URL, and the setup is complete.

SHELL
curl https://enterprise.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/cohere/rerank-v3.5",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: textOUTPUT: textRELEASED: 2024-12-02