← Back to articles Blog

Nous Hermes: The Fine-Tuned LLM Built for Instruction Following

Emmanuel Ekunsumi · 4 min read · 2026-07-14

Nous Hermes is a series of open-source LLMs produced by Nous Research, a small AI lab focused on fine-tuning open-source base models to improve instruction following, reasoning, and practical task performance. The Hermes series has built a strong following in the local LLM community for its balanced combination of capability and compliance.

What makes Hermes different

Hermes models are fine-tuned versions of base models like Llama and Mistral, trained on high-quality synthetic datasets produced by Nous Research. The key characteristics:

The Hermes model lineup

ModelBase modelSizeBest for
Hermes 3 Llama 3.1 8BLlama 3.18BFast local inference
Hermes 3 Llama 3.1 70BLlama 3.170BBest quality Hermes
Hermes 3 Llama 3.1 405BLlama 3.1405BFrontier open-source
Nous Hermes MixtralMixtral 8x7B47B MoEFast with MoE efficiency

Running Hermes with Ollama

ollama pull nous-hermes2         # Mixtral-based
ollama pull hermes3              # Llama 3.1 8B
ollama run hermes3

Hermes vs vanilla Llama

If you're already running Llama locally, Hermes offers a meaningful quality improvement for instruction-heavy tasks without changing your infrastructure. The fine-tuning adds instruction quality that the base Llama model lacks, particularly for:

For pure reasoning or coding tasks, the improvement over Llama is smaller — Qwen2.5-Coder and DeepSeek-Coder are better choices for those. See our best open-source coding models guide.

Track Hermes and cloud LLM costs together

Tokoscope works with any OpenAI-compatible endpoint including Ollama. Free to start.

Get started free →