Back to Modelsby Nous Research
N
Hermes 3 405B
HermesFine-tune of Llama 3.1 405B with enhanced roleplay, creative writing, and agentic capabilities.
Aug 20, 2024
Specifications
Context Length
131K
131,072 tokens
Input Price
$0.80
per 1M tokens
Output Price
$0.90
per 1M tokens
Modalities
1
text→text
Capabilities
text generationchatfunction callingroleplay
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
nousresearch/hermes-3-llama-3.1-405bcURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nousresearch/hermes-3-llama-3.1-405b",
"messages": [{"role": "user", "content": "Hello!"}]
}'