Llama 3.3 70B

by Meta

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
  • 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 6 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
BergetEUZero data retentionNo$1.05$1.05
EvrocEUZero data retentionNo$1.08$1.08
InceptronEUEnterpriseNo$0.12$0.38
InfercomUSZero data retentionNo$0.65$1.30
NebiusEUEnterpriseNo$0.13$0.40
NovitaUSEnterpriseNo$0.14$0.40

Training posture across routes: No training on prompts by default.

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.
Training
No training on customer data.
Logging
None
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
Not applicable — data stays in EU

Evroc 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.
Training
No training on customer data.
Logging
Abuse monitoring
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
Not applicable — data stays in EU

Inceptron Sweden🇸🇪

Zero data retention is available via Opper Enterprise contract. No training on customer data. EU; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring (30-day retention)
Third-party access
None disclosed
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; dpf sccs; DPA available.

Zero data retention
On by default on Pay-as-you-go.
Training
No training on customer data.
Logging
Abuse monitoring (90-day retention)
Third-party access
Provider may share with subprocessors / partners
GDPR DPA
DPA available
Transfer mechanism
dpf sccs

Nebius Finland🇫🇮

Zero data retention is available via Opper Enterprise contract. No training on customer data. EU; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
Not applicable — data stays in EU

Novita United States🇺🇸

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; SCCs; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
SCCs

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 your coding agent — Claude Code, Cursor, Codex, and more — 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 300+ models

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

Get startedView Documentation
Llama 3.3 70B by Meta — pricing, benchmarks, ZDR, EU/US hosting | Opper AI