nousresearch/hermes-3-llama-3.1-70bHermes 3 is a generalist language model with many improvements over [Hermes 2](/models/nousresearch/nous-hermes-2-mistral-7b-dpo), 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 | $0.700 | ₹69.91 |
| Cached inputprompt cache read | $0.030 | ₹3.00 |
| Output | $0.700 | ₹69.91 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Nous: Hermes 3 70B 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-70b",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.