nousresearch
NousResearch

Nous: Hermes 4 70B

nousresearch/hermes-4-70b
Контекст
131 072
Вход токены
16 ₽/M
Выход токены
49,22 ₽/M
описание

Hermes 4 70B is a hybrid reasoning model from Nous Research, built on Meta-Llama-3.1-70B. It introduces the same hybrid mode as the larger 405B release, allowing the model to either...

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

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

bash
# Запрос к API VEGA через nousresearch/hermes-4-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-4-70b",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'