nousresearch
Nous: Hermes 3 70B Instruct
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...
Context
131k tokens
Input / 1M tokens
$0.70
Output / 1M tokens
$0.70
Benchmark
—
Pricing
Input tokens$0.70 per 1M tokens
Output tokens$0.70 per 1M tokens
Technical details
Model IDnousresearch/hermes-3-llama-3.1-70b
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerLlama3
Max output tokens16,384
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'nousresearch/hermes-3-llama-3.1-70b',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Nous: Hermes 3 70B Instruct?
Get an API key and start making requests in minutes.
Get an API key