Back to Models

Sao10K: Llama 3.1 70B Hanami x1

sao10k/l3.1-70b-hanami-x1
Jan 8, 202516K context$3.00/M in · $3.00/M out

Description

This is Sao10K's experiment over Euryale v2.2.

Specifications

Provider
sao10k
Context Length
16K
Max Output
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$3.00
Output$3.00

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": "sao10k/l3.1-70b-hanami-x1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'