AICredits logo
nousresearch

Nous: Hermes 3 405B Instruct

nousresearch/hermes-3-llama-3.1-405b

Hermes 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...

Supported APIs

Chat API
Context
131K
Max output
Input / 1M
₹100.39
Cached / 1M
₹10.04
Output / 1M
₹100.39

Pricing

Token typeUSD / 1MINR / 1M
Input$1.00₹100.39
Cached inputprompt cache read$0.10010.04
Output$1.00₹100.39

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Nous: Hermes 3 405B Instruct through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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.