nousresearch/hermes-3-llama-3.1-405bHermes 3 is a generalist language model with many improvements over Hermes 2, including advanced agentic capabilities, much better roleplaying, reasoning, multi-turn conversation, long context coherence, and improvements across the...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $1.00 | ₹100.39 |
| Cached inputprompt cache read | $0.100 | ₹10.04 |
| Output | $1.00 | ₹100.39 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Nous: Hermes 3 405B Instruct through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nousresearch/hermes-3-llama-3.1-405b",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.