Models / Nous
Nous
Hermes 4 70B
nousresearch/hermes-4-70b
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...
Input
$0.169 / 1M tokens
Output
$0.52 / 1M tokens
Context
131K tokens
Capabilities
✓ Streaming○ Tool / function calling✓ JSON / structured output○ Vision (image input)
Call this model
Pass nousresearch/hermes-4-70b as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nousresearch/hermes-4-70b",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.