Back to Models

NousResearch: Hermes 2 Pro - Llama-3 8B

nousresearch/hermes-2-pro-llama-3-8b
May 27, 20248.2K context8.2K max output$0.14/M in · $0.14/M out

Description

Hermes 2 Pro is an upgraded, retrained version of Nous Hermes 2, consisting of an updated and cleaned version of the OpenHermes 2.5 Dataset, as well as a newly introduced Function Calling and JSON Mode dataset developed in-house.

Specifications

Provider
nousresearch
Context Length
8.2K
Max Output
8.2K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.14
Output$0.14

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nousresearch/hermes-2-pro-llama-3-8b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'