Page cover

Reka

Available Reka AI 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": "reka-core",
    "messages": [
      {
        "role": "system",
        "content": "You are a helpful assistant."
      },
      {
        "role": "user",
        "content": "Say this is a test!"
      }
    ]
  }'

💬 Chat Models


Model Name:
  • reka-core

Discount:
  • 20% off

Input:
  • $8 / 1M Tokens

Output:
  • $20 / 1M Tokens

Context:
  • 128,000

Moderation:
  • Unfiltered

Capabilities:
  • Chat Only

Model Name:
  • reka-flash

Discount:
  • 20% off

Input:
  • $0.64 / 1M Tokens

Output:
  • $1.6 / 1M Tokens

Context:
  • 128,000

Moderation:
  • Unfiltered

Capabilities:
  • Chat Only

Model Name:
  • reka-edge

Discount:
  • 20% off

Input:
  • $0.08 / 1M Tokens

Output:
  • $0.8 / 1M Tokens

Context:
  • 128,000

Moderation:
  • Unfiltered

Capabilities:
  • Chat Only


Last updated