LLM Perks

Llama 3.3 70B

Aktuell kostenlos Sehr groß
Tool-NutzungOffene Gewichte

Llama 3.3 70B ist ein Sprachmodell mit 70B Parametern von Meta. Es ist derzeit bei 1 Anbieter kostenlos, mit bis zu 131K Token Kontext. Das Modell unterstützt Tool Calling. Die Gewichte sind offen, daher läuft es auch lokal.

Entwickler
Meta
Parameter
70B
Kontext
131K Token
Typ
Text
Lizenz
Offene Gewichte

Wo Sie Llama 3.3 70B kostenlos nutzen können

Jede Zeile ist ein eigener kostenloser Endpunkt mit eigenen Limits.

AnbieterKontextLimitKarte
Together AI
nim/meta/llama-3.3-70b-instruct
16K Fair use (depends on server load) — Öffnen
Together AI
meta-llama/Llama-3.3-70B-Instruct
131K Fair use (depends on server load) — Öffnen
Together AI
meta-llama/Llama-3.3-70B-Instruct-FP8-Lora
131K Fair use (depends on server load) — Öffnen

Schnellstart

curl https://api.together.xyz/v1/chat/completions \
  -H "Authorization: Bearer $TOGETHER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nim/meta/llama-3.3-70b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Beispiel für Together AI. Jeder OpenAI-kompatible Client funktioniert: Cursor, Cline, OpenCode, Open WebUI.

Benchmarks

Intelligence Index
7.7
GPQA Diamond
49.8%
Humanity's Last Exam
3.6%
Terminal-Bench Hard
3.0%
τ²-Bench
26.6%
Langer Kontext (LCR)
15.7%

Quelle: Artificial Analysis · Llama 3.3 Instruct 70B

Ähnliche kostenlose Modelle

FAQ

Ist Llama 3.3 70B kostenlos?

Ja. Stand 26. September 2026 ist Llama 3.3 70B kostenlos bei Together AI. Jeder Anbieter hat eigene Limits — siehe Tabelle oben.

Wie groß ist das Kontextfenster von Llama 3.3 70B?

Der größte Kontext unter den kostenlosen Routen beträgt 131.072 Token. Manche Anbieter begrenzen ihn niedriger.

Wie rufe ich Llama 3.3 70B per API auf?

Nutzen Sie einen beliebigen OpenAI-kompatiblen Client mit base URL https://api.together.xyz/v1, Modell-ID nim/meta/llama-3.3-70b-instruct und einem Together AI-Schlüssel.

Wie gut ist Llama 3.3 70B?

Artificial Analysis Intelligence Index: 7.7, GPQA Diamond: 50%. Zum Vergleich: Das derzeit stärkste kostenlose Modell im Katalog ist GLM 5.3.

Hat Llama 3.3 70B offene Gewichte?

Ja, die Gewichte sind veröffentlicht — Sie können es herunterladen und lokal ausführen, zum Beispiel mit Ollama oder LM Studio.