NVIDIA: Llama Nemotron Embed VL 1B V2 (free) nvidia/llama-nemotron-embed-vl-1b-v2:free
Модель NVIDIA: Llama Nemotron Embed VL 1B V2 (free) от NVIDIA
(семейство llama-nemotron) доступна через единый OpenAI-совместимый API НейроГейт —
без VPN, с оплатой в рублях, единым ключом для всех 656 моделей платформы.
Nemotron — open-модели от создателя GPU для AI.
О модели NVIDIA: Llama Nemotron Embed VL 1B V2 (free)
The Llama Nemotron Embed VL 1B V2 embedding model is optimized for multimodal question-answering retrieval. The model can embed 'documents' in the form of image, text, or image and text...
Использование NVIDIA: Llama Nemotron Embed VL 1B V2 (free) через НейроГейт
OpenAI-совместимый эндпоинт https://api.neuralgate.ru/v1 — замени base_url в любом
SDK и используй модель по её id.
# Chat completion curl https://api.neuralgate.ru/v1/chat/completions \ -H "Authorization: Bearer $NEURALGATE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "nvidia/llama-nemotron-embed-vl-1b-v2:free", "messages": [{"role":"user","content":"Привет!"}] }'
from openai import OpenAI client = OpenAI( api_key="sk-...your-neuralgate-key...", base_url="https://api.neuralgate.ru/v1", ) response = client.chat.completions.create( model="nvidia/llama-nemotron-embed-vl-1b-v2:free", messages=[{"role": "user", "content": "Привет!"}], ) print(response.choices[0].message.content)
import OpenAI from "openai"; const client = new OpenAI({ apiKey: process.env.NEURALGATE_API_KEY, baseURL: "https://api.neuralgate.ru/v1", }); const resp = await client.chat.completions.create({ model: "nvidia/llama-nemotron-embed-vl-1b-v2:free", messages: [{ role: "user", content: "Привет!" }], }); console.log(resp.choices[0].message.content);
Похожие модели
Сравнить NVIDIA: Llama Nemotron Embed VL 1B V2 (free) с другими
Кейсы использования
Где NVIDIA: Llama Nemotron Embed VL 1B V2 (free) часто применяется:
Подключить NVIDIA: Llama Nemotron Embed VL 1B V2 (free) через единый API
Без VPN. Оплата в рублях. 30 минут до первого запроса. Один ключ — 353 модели.
Получить API-ключ →