Llama 3.3 70B

by Meta

Released 72 days after Llama 3.2 11B Vision Instruct · All Meta releases

Llama 3.3 70B Instruct is Meta's refined large-scale model, released December 2024. With 70 billion parameters and a 65,536-token context window, it iterates on open-weight general-purpose language modeling, improving multilingual fluency, instruction adherence, and code understanding over earlier releases. The model supports tool calling and structured output for agentic workflows and programmatic integration. Its multilingual training officially spans eight languages, benefiting globally distributed teams and multi-language applications. It suits complex reasoning, long-form generation, code synthesis, and knowledge-intensive tasks where accuracy and depth matter. The open-weight release supports research fine-tuning and on-premise deployment, and it refines the 70B lineage with learnings carried over from the wider Llama family.

Key info

Input
Output
Features
Context window
128K
Max output
8K
Input price
$1.05 /1M
Output price
$1.05 /1M
Released
  • EU residency available
  • US residency available
  • Zero data retention on pay-as-you-go
  • No training by default
  • GDPR DPA available

Available routes

Llama 3.3 70B runs on 5 different routes through the Opper gateway. Compare residency, ZDR, and training posture at a glance — full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
EUZero data retentionNo$1.05$1.05
USZero data retentionNo$0.70$1.39
EUNot by defaultNo$0.13$0.40
USZero data retentionNo$0.14$0.40
EUZero data retentionNo$0.70$3.14

Uptime and availability

Llama 3.3 70B runs on 3 independently monitored routes through the Opper gateway. A direct integration leaves you on one of them, the gateway serves whichever is healthy.

100%effective uptime, last 30 days
Averaged across these routes on their own, a single provider reached 98.63% over the same window.
Daily status through the gateway, which serves each request from whichever route is healthy.
3 monitored providers serve Llama 3.3 70B.

Measured over the last 30 days from each provider's official status feed via StatusGator. Refreshed hourly. 2 further routes for this model are not on the board yet and are not counted above. See uptime for every provider Opper monitors.

Data handling per route

Each route hosting Llama 3.3 70B has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

Berget Sweden🇸🇪

Zero data retention is on by default on Pay-as-you-go — no action required. No training on customer data. EU; DPA available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
GDPR DPA
DPA available
Transfer mechanism
Not applicable — data stays in EU

Infercom United States🇺🇸

Zero data retention is on by default on Pay-as-you-go — no action required. No training on customer data. US; SCCs; DPA available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Not established
Caching
Not established
Subprocessor access
Subprocessors may read content
GDPR DPA
DPA available
Transfer mechanism
SCCs

Nebius Finland🇫🇮

Zero data retention is not on by default — abuse monitoring. No training on customer data. EU; DPA available.

Zero data retention
Not by default — abuse monitoring. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
Abuse monitoring
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
GDPR DPA
DPA available
Transfer mechanism
Not applicable — data stays in EU

Novita United States🇺🇸

Zero data retention is on by default on Pay-as-you-go — no action required. No training on customer data. US; SCCs; DPA available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
GDPR DPA
DPA available
Transfer mechanism
SCCs

Regolo Italy🇮🇹

Zero data retention is on by default on Pay-as-you-go — no action required. No training on customer data. EU; DPA available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
No hold on content
Caching
Not established
Subprocessor access
No subprocessor reads content
GDPR DPA
DPA available
Transfer mechanism
Not applicable — data stays in EU

Benchmarks

Independent benchmark scores — composite indices for reasoning, coding, and math, plus individual eval scores where available.

Global rank#437 of 630 LLMs
TierEfficient
Output speed90 tok/s
First token0.62s
Intelligence Index3.7
Coding Index11.9
Math Index7.7
Reasoning & knowledge
MMLU-Pro
71%
GPQA Diamond
50%
Humanity's Last Exam
4%
Long-context reasoning
16%
Coding
LiveCodeBench
29%
Agentic & tool use
Terminal-Bench Hard
3%
τ²-Bench Telecom
27%
Math & instruction following
AIME 2025
8%
IFBench
47%

Get started

Call Llama 3.3 70B through the Opper gateway with one API key. Let your coding agent set it up, or call it directly — Opper is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into a coding agent like Claude Code, Cursor or Codex and it'll wire up Opper for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.ai/v3/compat",
});
const completion = await client.chat.completions.create({
model: "berget/llama-3.3-70b-instruct",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare Llama 3.3 70B with…

Side-by-side on privacy, EU hosting, pricing, and benchmarks.

Other models from Meta

Start building with 700+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation