nousresearch
NousResearch

Nous: Hermes 3 70B Instruct

nousresearch/hermes-3-llama-3.1-70b
Контекст
131 072
Вход токены
86,14 ₽/M
Выход токены
86,14 ₽/M
описание

Hermes 3 is a generalist language model with many improvements over [Hermes 2](/models/nousresearch/nous-hermes-2-mistral-7b-dpo), including advanced agentic capabilities, much better roleplaying, reasoning, multi-turn conversation, long context coherence, and improvements across the...

модальности
интеграция

Как использовать через API

bash
# Запрос к API VEGA через nousresearch/hermes-3-llama-3.1-70b
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "nousresearch/hermes-3-llama-3.1-70b",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'