Back to Models

Nous: Hermes 4 70B

nousresearch/hermes-4-70b

Description

Hermes 4 70B is a hybrid reasoning model from Nous Research, built on Meta-Llama-3.1-70B. It introduces the same hybrid mode as the larger 405B release, allowing the model to either...

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Nous: Hermes 4 70B (nousresearch/hermes-4-70b)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "nousresearch/hermes-4-70b",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Nous: Hermes 4 70B model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.13$ / 1M tokens
  • Output: 0.4$ / 1M tokens

Token Limits

  • Max Output: 131,072 tokens
  • Max Context: 131,072 tokens

Subscription Tiers

  • free
  • pro
  • ultimate