Hermes 3 70B Instruct

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 board. Hermes 3 70B is a competitive, if not superior finetune of the [Llama-3.1 70B foundation model](/models/meta-llama/llama-3.1-70b-instruct), focused on aligning LLMs to the user, with powerful steering capabilities and control given to the end user. The Hermes 3 series builds and expands on the Hermes 2 set of capabilities, including more powerful and reliable function calling and structured output capabilities, generalist assistant capabilities, and improved code generation skills.

ChatNous Research131k tokens$0.763 / $0.763 · 1M

nousresearch/hermes-3-llama-3.1-70b

Context
131k tokens
Completion cap
16,384
Tools
No
JSON
Yes
Released
2024-08-18

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nousresearch/hermes-3-llama-3.1-70b",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Hermes 3 70B Instruct?
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 board. Hermes 3 70B is a competitive, if not superior finetune of the [Llama-3.1 70B foundation model](/models/meta-llama/llama-3.1-70b-instruct), focused on aligning LLMs to the user, with powerful steering capabilities and control given to the end user. The Hermes 3 series builds and expands on the Hermes 2 set of capabilities, including more powerful and reliable function calling and structured output capabilities, generalist assistant capabilities, and improved code generation skills. Hermes 3 70B Instruct runs on the Geek Hub API (OpenAI-compatible). Model id: nousresearch/hermes-3-llama-3.1-70b.
Is Hermes 3 70B Instruct free?
No. Input is $0.763 per 1M tokens and output is $0.763 per 1M tokens on Geek Hub (markup included).
What is the context length of Hermes 3 70B Instruct?
Hermes 3 70B Instruct has a 131k tokens context window. It supports up to 16,384 completion tokens.
Does Hermes 3 70B Instruct support tool calling and structured outputs?
Hermes 3 70B Instruct does not advertise tool calling on this endpoint. It also supports structured outputs via a JSON schema in response_format.
When was Hermes 3 70B Instruct released?
Hermes 3 70B Instruct was released on 2024-08-18.

More models from Nous Research