Nous Research's fine-tune of Llama 3.1 405B, tuned for steerability rather than refusal: it follows a system prompt further than the Instruct model it is built on, which is why roleplay, persona and agent-scaffold work keep reaching for it. Reliable function calling and structured output are part of the tune, not bolted on.
Modalities
Text → Text
Input
$1.35 /1M
Output
$1.35 /1M
Context
131K
Speed
medium
Pricing
Pay per token. Cached input is billed at 10% of the input rate.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$101
$3.38 / day on Hermes 3 405B
Same workload on:
Estimates use list pricing. Actual bills depend on real token counts — every response includes its exact cost.
How it compares
Against the peers people actually weigh it against.
| Spec | Hermes 3 405B | Hermes 3 70B | Muse Spark 1.1 |
|---|---|---|---|
| Input /1M | $1.35 | $0.945 | $1.688 |
| Output /1M | $1.35 | $0.945 | $5.738 |
| Context | 131K | 131K | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | No | No | Yes |
| Speed | medium | fast | medium |
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard — $0.50 free credit, no card required.
Get API key → - 2
Make your first request
Drop in your key and send a chat completion — fully OpenAI-compatible.
curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "hermes-3-405b", "messages": [ {"role": "user", "content": "Explain prompt caching in one paragraph."} ] }' - 3
Stream responses
Add
"stream": trueto receive tokens as they arrive.curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "hermes-3-405b", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of Hermes 3 405B?
How much does the Hermes 3 405B API cost?
Does Hermes 3 405B support function calling?
How do I use Hermes 3 405B?
More models by Nous Research
| Model | Context | Input | Output |
|---|---|---|---|
| 131K | $0.945 | $0.945 |