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
  • onchain settlement available
  • US residency available
  • Zero data retention on pay-as-you-go
  • No training by default
  • no-KYC deposit available

Available routes

Llama 3.3 70B runs on 5 different routes through the qynio gateway. Compare residency, zero retention, 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 qynio 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.67% 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 qynio monitors.

Data handling per route

Each route hosting Llama 3.3 70B has its own privacy posture, residency, and no-KYC terms. Postures are maintained by qynio 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; deposit 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
no-KYC deposit
deposit 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; wallets; deposit 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
no-KYC deposit
deposit available
Transfer mechanism
wallets

Nebius โ€” Finland๐Ÿ‡ซ๐Ÿ‡ฎ

Zero data retention is not on by default โ€” abuse monitoring. No training on customer data. EU; deposit 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
no-KYC deposit
deposit 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; wallets; deposit 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
no-KYC deposit
deposit available
Transfer mechanism
wallets

Regolo โ€” Italy๐Ÿ‡ฎ๐Ÿ‡น

Zero data retention is on by default on Pay-as-you-go โ€” no action required. No training on customer data. EU; deposit 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
no-KYC deposit
deposit 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#436 of 630 LLMs
TierEfficient
Output speed87 tok/s
First token0.62s
Intelligence Index9.3
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%
SciCode
26%
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 qynio gateway with one API key. Let your coding agent set it up, or call it directly โ€” qynio 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 qynio for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.QYN_API_KEY,
baseURL: "https://api.qyn.io/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, crypto rails, 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