Riva Translate 4B v1.1
unofficialtranslation
Riva Translate 4B v1.1 specifications
| Context window | 8K |
|---|---|
| Max output tokens | 4096 |
| Release date | — |
| Input | Text |
| Output | Text |
Riva Translate 4B v1.1 pricing in rubles
You pay for what you use, per token and per unit. The final request cost is returned in the API response.
| Type | Price |
|---|---|
| Input tokens | 4,81 ₽ per 1M tokens |
| Output tokens | 19,36 ₽ per 1M tokens |
Prices are in rubles and may change with exchange rates.
Riva Translate 4B v1.1 API: connection and code examples
The service exposes a single OpenAI-compatible API. Set our base_url and the key from your dashboard.
cURL
curl https://api.neuralbridge.ru/v1/translate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "nvidia/riva-translate-4b-v1.1-10238", "text": "Добрый день", "source_lang": "ru", "target_lang": "en"}'API endpoints
POST /v1/translateprimary | Translate Traduzione del testo tra lingue con modello di traduzione automatica. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
source_lang | — | — | Lingua del testo originale. |
target_lang | — | — | Lingua in cui tradurre. |