Enjoy 50% OFF Vidu Q3 & Q3 Pro models • Only on WaveSpeedAI | May 20 – Jun 2
N
nousresearch/hermes-2-pro-llama-3-8b

nousresearch/hermes-2-pro-llama-3-8b

8,192 context · $0.14/M input tokens · $0.14/M output tokens

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

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input$0.14 / M Tokens
Output$0.14 / M Tokens

Try the model

nousresearch/hermes-2-pro-llama-3-8b
Online
N
Hi! I am a helpful AI assistant. What can I do for you?

API Usage

Use the following code examples to integrate with our API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="nousresearch/hermes-2-pro-llama-3-8b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Model Introduction

Nousresearch hermes-2-pro-llama-3-8b

Hermes 2 Pro is an upgraded, retrained version of Nous Hermes 2, consisting of an updated and cleaned version of the OpenHermes 2

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.


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 8192 context window for long document handling
  • Competitive pricing at $0.1/$0.1 per million tokens

Key Features

  • Context Window: 8192 tokens
  • Max Output: 8192 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderNousresearch
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window8192 tokens
Max Output8192 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.1
Output$0.1

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: nousresearch/hermes-2-pro-llama-3-8b


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="nousresearch/hermes-2-pro-llama-3-8b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

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

Notes

  • Model: nousresearch/hermes-2-pro-llama-3-8b
  • Provider: Nousresearch

Info

Providernousresearch
Typellm

Supported Functionality

Input
Text
Output
Text
Context8,192
Max Output8,192
Vision-
Function Calling-

API Access Guide

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDnousresearch/hermes-2-pro-llama-3-8b

Hermes 2 Pro Llama 3 8b API

nousresearch/hermes-2-pro-llama-3-8b

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

Input

$0.14 /M

Output

$0.14 /M

Context

8K

Max Output

8K

Try Hermes 2 Pro Llama 3 8b on WaveSpeedAI

Access Hermes 2 Pro Llama 3 8b through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about Hermes 2 Pro Llama 3 8b

How much does Hermes 2 Pro Llama 3 8b cost via the API?+

Pricing on WaveSpeedAI: $0.14 per million input tokens and $0.14 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of Hermes 2 Pro Llama 3 8b?+

Hermes 2 Pro Llama 3 8b supports up to 8K tokens of context with up to 8K tokens of output per request.

Is Hermes 2 Pro Llama 3 8b OpenAI-compatible?+

Yes. WaveSpeedAI exposes Hermes 2 Pro Llama 3 8b through an OpenAI-compatible endpoint at https://llm.wavespeed.ai/v1. Point the official OpenAI SDK at this base URL with your WaveSpeedAI API key — no other code changes required.

How do I get started with Hermes 2 Pro Llama 3 8b?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with model id set to the value shown above. New accounts receive free credits to evaluate Hermes 2 Pro Llama 3 8b before paying per token.

Related LLM APIs