NeuralBridgeDocumentation

Nemotron 3 Embed 1B

unofficialembedding
DeveloperNvidia
Identifiernvidia/nemotron-3-embed-1b-10238

Nemotron 3 Embed 1B specifications

Context window33K
Max output tokens
Release date
InputText
OutputVector

Nemotron 3 Embed 1B pricing in rubles

You pay for what you use, per token and per unit. The final request cost is returned in the API response.

TypePrice
Input tokens1,09per 1M tokens

Prices are in rubles and may change with exchange rates.

Nemotron 3 Embed 1B API: connection and code examples

The service exposes a single OpenAI-compatible API. Set our base_url and the key from your dashboard.

OpenAI Python SDK

from openai import OpenAI

client = OpenAI(api_key="YOUR_API_KEY", base_url="https://api.neuralbridge.ru/v1")

result = client.embeddings.create(model="nvidia/nemotron-3-embed-1b-10238", input="Текст для векторизации")

print(len(result.data[0].embedding))

cURL

curl https://api.neuralbridge.ru/v1/embeddings \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "nvidia/nemotron-3-embed-1b-10238", "input": "Текст для векторизации"}'

API endpoints

POST /v1/embeddingsprimaryEmbeddings
Rappresentazione vettoriale del testo per ricerca, clustering e valutazione della similarità.

Supported request parameters

ParameterDefaultAllowed valuesDescription
dimensionsDimensione del vettore di embedding: un vettore più corto occupa meno spazio e rende la ricerca più veloce, ma la similarità è più approssimativa.
encoding_formatfloatCome fornire il vettore: come array di numeri o come stringa base64.
Language:РусскийEnglishУкраїнськаБеларускаяҚазақшаOʻzbekchaКыргызчаТоҷикӣՀայերենAzərbaycancaTürkmençeRomânăDeutschFrançaisEspañolItalianoPortuguêsPolskiNederlandsTürkçeΕλληνικά