Back to Modelsby NVIDIA
N
Riva Translate 4B
RivaTranslation model in 12 languages with few-shots example prompts capability.
Free EndpointDec 12, 2025open license282K 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
translation
Tags
nvidia-nimtranslationmultilingual
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
nvidia/riva-translate-4b-instruct-v1-1cURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/riva-translate-4b-instruct-v1-1",
"messages": [{"role": "user", "content": "Hello!"}]
}'