nousresearch
Nous Hermes 4 70B
nousresearch/hermes-4-70b
Input$0.130 /1M tokens
·Output$0.400 /1M tokens
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...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "nousresearch/hermes-4-70b",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00013 |
| 1K in + 500 out (typical response) | $0.00033 |
| 10K in + 2K out (document analysis) | $0.00210 |
| 100K in + 10K out (large context) | $0.0170 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
NoVision (Image Input)
NoAudio Processing
NoContext Window
131K tokens
~98K words of text
Modalities
Input
text
Output
text