AGI Watch Active
GitHub
N
AI Nerd Hub
← Back to Model Leaderboard

Sao10K: Llama 3.1 70B Hanami x1

🏆 Frontier ClassOpen Weights

DEVELOPED BY: Sao10k • LAST UPDATED: 7/4/2026

Compare Model
CCI (Capability)96.6Consensus: High consensus ✓
Context Window16,000Max token length
In/Out Pricing$3/$3Blended cost/1M: $3.00
Pulse (Popularity)81/100Adoption + discussion proxy

Model Description

OpenRouter model gateway for Sao10K: Llama 3.1 70B Hanami x1.

Domain Averages

Reasoning97.6%
Coding89.7%
Math99%
Preference100%

Jury & Benchmark Signals

Source / HarnessScore
GPQA-Diamond75%
Humanity's Last Exam65%
MMLU-Pro91%
SWE-bench Verified52%
LiveCodeBench62%
AIME83%
LMArena style-controlled Elo1340

Consensus Discrepancy (Spread: 13.4 pts)

Source
Normalized
CCI Dev.
GPQA-Diamond
100
+3.4
Humanity's Last Exam
92.8
-3.8
MMLU-Pro
100
+3.4
SWE-bench Verified
86.6
-10
LiveCodeBench
92.8
-3.8
AIME
99
+2.4
LMArena style-controlled Elo
100
+3.4

Supported Modalities

INPUT:
text
OUTPUT:
text

Search Tags

#reasoning#coding#agentic

How to Use This Model

Python SDK Integration:
import openai

client = openai.OpenAI(
  base_url="https://openrouter.ai/api/v1",
  api_key="YOUR_OPENROUTER_KEY"
)

response = client.chat.completions.create(
  model="sao10k/l3.1-70b-hanami-x1",
  messages=[
    {"role": "user", "content": "Explain quantum entanglement in 1 sentence."}
  ]
)
cURL Terminal Request:
curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "sao10k/l3.1-70b-hanami-x1",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'

Community Debates & Mentions (0)

No active Reddit or Hacker News debates referencing this model this week.