Skip to content

Free Model Rankings

This page ranks the hosted models that Hermes Router uses by default on a free tier, free trial endpoint, or included monthly credit. It does not include OpenAI, Anthropic, Codex, Kimi, or OpenCode Go because those require paid API usage or a subscription. Local models are separate because their quality and speed depend on the model and hardware you choose.

Last verified: July 31, 2026.

NeedStart withProvider
Best overall qualitydeepseek-v4-flash-freeOpenCode Zen
Strong agent reasoningnemotron-3-ultra-freeOpenCode Zen
Multimodal workmimo-v2.5-freeOpenCode Zen
Fastest reasoning endpointopenai/gpt-oss-120bCerebras
Stable general-purpose modelmistral-medium-3-5Mistral
Coding on a smaller modelnorth-mini-code-freeOpenCode Zen
Large multimodal contextgemini-2.5-flash-liteGemini

The order is based primarily on the Artificial Analysis Intelligence Index, which combines reasoning, knowledge, coding, tool-use, and long-context evaluations. The score measures model quality, not endpoint speed or free quota size. A higher score is better. Scores can change when the benchmark suite is updated.

RankModelHermes providersAA scoreBest forFree-tier note
1deepseek-v4-flashNVIDIA NIM, OpenCode Zen40Coding, reasoning, long agent runsNVIDIA trial endpoint; OpenCode promotion
2nemotron-3-ultraOpenCode Zen38Agents, orchestration, tool useTemporary OpenCode promotion
3mimo-v2.5OpenCode Zen37Vision, long context, reasoningTemporary OpenCode promotion
4DeepSeek-V3.2SambaNova32Reasoning and concise answersDeveloper free tier
5mistral-medium-3-5Mistral30General agents and multimodal workFree mode has evaluation limits
6nemotron-3-super-120b-a12b:freeOpenRouter, Naga AI25Agent workflows with fast decodingExplicit free model IDs
7openai/gpt-oss-120bCerebras, Groq, Hugging Face24Fast reasoning and tool useHF is credit-based; Cerebras/Groq are rate-limited
8glm-4.7-flashZ.ai23Bilingual reasoning, coding, agentsToken price is currently free
9north-mini-code-freeOpenCode Zen20Focused coding tasksTemporary OpenCode promotion
10gemini-2.5-flash-liteGemini11Fast multimodal and large-context requestsGoogle free tier
10gpt-4oGitHub Models11Vision and general prototypingIncluded quota; not intended for production
12command-a-03-2025Cohere8RAG, enterprise text, tool useEvaluation key: 1,000 calls/month

The same model can appear through more than one provider. That is useful: adding both keys gives Hermes Router another quota pool and another endpoint to fail over to without changing model quality.

Quality is only half of practical performance. Provider hardware, queueing, rate limits, and cold starts determine how quickly that model answers.

ProviderPractical advantageImportant limit
CerebrasExtremely high output throughput for gpt-oss-120bFree usage is rate and token limited
GroqFast gpt-oss-120b servingFree-plan quotas vary by model
GeminiLow latency and a 1M-token multimodal contextFlash-Lite favors speed over hard reasoning
OpenCode ZenAccess to several of the strongest free coding modelsFree models are temporary and can rotate
OpenRouter / NagaTwo independent paths to Nemotron 3 SuperShared free endpoints may queue under load
Hugging FaceOne key can reach many inference providersFree users receive only $0.10 monthly credit
GitHub ModelsConvenient for prototypes using a GitHub tokenFree API use is not intended for production

Hermes Router handles these differences through key rotation, health scoring, circuit breaking, and provider failover. For most apps, configure several providers instead of depending on the number-one model alone.

The built-in defaults already follow this list. To override one provider:

Terminal window
hr model set groq openai/gpt-oss-120b
hr model set zai glm-4.7-flash
hr model set opencode deepseek-v4-flash-free,nemotron-3-ultra-free,mimo-v2.5-free
hr restart

Check the active model and live health before relying on it:

Terminal window
hr model list
hr status

Availability was checked against current provider documentation: Gemini pricing, OpenCode Zen, Groq models and limits, Cerebras rate limits, Z.ai pricing, Cohere trial limits, GitHub Models free usage, and Hugging Face credits.

Free plans, promotions, model aliases, and benchmark results change. Treat this page as a starting point, then run your own prompts through the models that matter for your app.


Next: Configuration — override defaults and tune routing behavior.