hermes-4-70b:free
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...
Capabilities
Modalities
Quick stats
Performance
Supported parameters
| Parameter | Always | Default |
|---|---|---|
| frequency_penalty | - | |
| include_reasoning | - | |
| max_tokens | - | |
| presence_penalty | - | |
| reasoning | - | |
| repetition_penalty | - | |
| response_format | - | |
| temperature | - | |
| top_k | - | |
| top_p | - |
Pricing
| Input price | $0.00 · 1M tokens |
| Output price | $0.00 · 1M tokens |
| Context window | 128K tokens |
| Compatible endpoints | openai |
| Vendor | Nous Research |
Call hermes-4-70b:free from your code
Point any OpenAI-compatible SDK at UnoRouter and request the model by name. Replace YOUR_API_KEY with a real key from your dashboard.
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hermes-4-70b:free",
"messages": [{"role": "user", "content": "Hello!"}]
}'Frequently asked questions
How much does hermes-4-70b:free cost per 1M tokens?
Input is priced at $0.00 per 1M tokens, output at $0.00 per 1M tokens. Billing is per token, no rounding to batch sizes.
How do I access hermes-4-70b:free via API?
Send requests to the UnoRouter /v1/chat/completions endpoint with model=hermes-4-70b:free. Any OpenAI-compatible client library works. Authentication uses a standard Bearer token.
What is the context window of hermes-4-70b:free?
hermes-4-70b:free supports a context window of 128K tokens, shared between your prompt and the model's response.
Similar models
Try hermes-4-70b:free now
Create an API key and start making requests in under a minute.