Text

Llama 3.3 70B Instruct

Llama 3.3 70B Instruct is Meta's open-weight 70B dense model, delivering quality close to the much larger Llama 3.1 405B at a fraction of the compute. It supports a 128K context window and is tuned for multilingual chat, coding, and instruction following across eight languages. A workhorse choice for self-hostable-class workloads, fine-tuning, and cost-conscious production deployments.

Pricing

Input

$0.130 / 1M

Output

$0.390 / 1M

Pay only for what you use. No subscriptions, no minimums.

Specs

Context
128K
Max output
12K
Latency
Medium
Category
Text
Arabic
Partial

Quick start

Use any OpenAI-compatible client. Just change base_url and your key.

from openai import OpenAI

client = OpenAI(
    api_key="tl-xxxxxxxxxxxxxxxxxxxxxxxx",
    base_url="https://api.thalam.ai/v1",
)

response = client.chat.completions.create(
    model="meta-llama/llama-3.3-70b-instruct",
    messages=[
        {"role": "user", "content": "Hello from Thalam!"}
    ],
)

print(response.choices[0].message.content)

Similar models

GPT-5.6 Sol

NEWTextArabic

The top tier of OpenAI's GPT-5.6 generation. Frontier reasoning, coding, and agentic work with a 1M-token context and image input.

Context
1M
Max output
128K
Latency
Medium
Input price
$5.00 / 1M
Output price
$30.00 / 1M

GPT-5.6 Terra

NEWTextArabic

The balanced tier of OpenAI's GPT-5.6 generation. Same 1M-token context and image input, tuned for everyday production work.

Context
1M
Max output
128K
Latency
Medium
Input price
$2.00 / 1M
Output price
$12.00 / 1M

GPT-5.6 Luna

NEWTextArabic

The fast, high-volume tier of OpenAI's GPT-5.6 generation. Keeps the 1M-token context and image input at the lowest rate in the family.

Context
1M
Max output
128K
Latency
Fast
Input price
$0.20 / 1M
Output price
$1.20 / 1M

Featured in

More from Meta Llama

All Meta Llama models (4)