AICredits logo
nousresearch

Nous: Hermes 3 70B Instruct

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

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

Supported APIs

Chat API
Context
131K
Max output
Input / 1M
₹69.91
Cached / 1M
₹3.00
Output / 1M
₹69.91

Pricing

Token typeUSD / 1MINR / 1M
Input$0.700₹69.91
Cached inputprompt cache read$0.0303.00
Output$0.700₹69.91

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

Quickstart

Call Nous: Hermes 3 70B 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-70b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.