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.
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:
| Model | Base model | Size | Best for |
|---|---|---|---|
| Hermes 3 Llama 3.1 8B | Llama 3.1 | 8B | Fast local inference |
| Hermes 3 Llama 3.1 70B | Llama 3.1 | 70B | Best quality Hermes |
| Hermes 3 Llama 3.1 405B | Llama 3.1 | 405B | Frontier open-source |
| Nous Hermes Mixtral | Mixtral 8x7B | 47B MoE | Fast with MoE efficiency |
ollama pull nous-hermes2 # Mixtral-based ollama pull hermes3 # Llama 3.1 8B ollama run hermes3
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.
Tokoscope works with any OpenAI-compatible endpoint including Ollama. Free to start.
Get started free →