Back to Models
N

Rerank QA Mistral 4B

NVIDIA
by NVIDIA

GPU-accelerated model optimized for providing a probability score that a given passage contains the information to answer a question.

Free EndpointJan 17, 2025open license483K API calls / 30d

Specifications

Context Length
8K
8,192 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text

Capabilities

rerankingretrieval

Tags

rankingrerankingretrieval

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

nvidia/rerank-qa-mistral-4b
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/rerank-qa-mistral-4b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'