Meta AIproprietary
Released: 2024-12-06Llama 3.3 70B Instruct
Foundation model evaluated on LiveBench September 2026 by Meta AI.
Intelligence Index
84.5/ 100
Calibrated multi-domain compositeThroughput Speed
90tok/sec
Output streaming throughputTime To First Token
310ms
Initial chunk server latencyLiveBench Contam-Free
75.8%
September 2026 suite scoreLiveBench Multi-Domain Evaluation Breakdown
Monthly refreshed contamination-free test setsLogical Reasoning80.5%
Coding & Repo Repair75.5%
Mathematics (AIME)79.5%
Data Analysis & Tables73.5%
Language & Comprehension73.0%
Instruction Following72.5%
Sourced Benchmark Evaluations (3)
Verified performance across authoritative benchmarks with provenance tracking.OpenAI Compatible API ExecutionAPI Ready
from openai import OpenAI
client = OpenAI()
response = client.chat.completions.create(
model="llama-3-3-70b-instruct",
messages=[{"role": "user", "content": "Evaluate multi-step logic problem"}],
temperature=0.2
)
print(response.choices[0].message.content)Evaluation & Sourcing Notes
Scores listed for Llama 3.3 70B Instruct represent verified evaluations extracted from official research papers, independent evaluation suites (HELM, LMSYS, OpenCompass, LiveBench), and verified audit reports.
All benchmarks marked as saturated or deprecated reflect historical performance where the benchmark no longer provides active discriminative power.