Page cover

Cognitive Computations

Available Cognitive-Computations Models in HyprLab: A Detailed List and Pricing Guide.

Base-Path:

https://api.hyprlab.io/v1

Chat-Completions Path:

https://api.hyprlab.io/v1/chat/completions

Making Request:

curl https://api.hyprlab.io/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HYPRLAB_API_KEY" \
  -d '{
    "model": "dolphin-mixtral-8x22b",
    "messages": [
      {
        "role": "system",
        "content": "You are a helpful assistant."
      },
      {
        "role": "user",
        "content": "Say this is a test!"
      }
    ]
  }'

💬 Chat Models

Model Name:
  • dolphin-mixtral-8x22b

Discount:
  • 50% off

Input:
  • $0.45 / 1M Tokens

Output:
  • $0.45 / 1M Tokens

Context:
  • 16,000

Moderation:
  • Unfiltered

Capabilities:
  • Chat Only

Model Name:
  • dolphin-mixtral-8x7b

Discount:
  • 50% off

Input:
  • $0.25 / 1M Tokens

Output:
  • $0.25 / 1M Tokens

Context:
  • 32,768

Moderation:
  • Unfiltered

Capabilities:
  • Chat Only



Last updated