Skip to content
Llama 3 70B Instruct logo

Llama 3 70B Instruct

Verified

Meta's open-weight LLM optimized for precise instruction following.

MetaLanguage ModelsOpen
Model page
Updated 2026-06-15

About Llama 3 70B Instruct

The model follows the Llama 3 transformer architecture and receives additional instruction tuning to improve prompt adherence. Its open-weight release allows researchers and developers to inspect, modify, and fine-tune the weights without API restrictions.

Strengths include coherent multi-turn dialogue, code assistance, and summarization within its supported context length. The 70B parameter scale balances capability and resource demands for on-premise or cloud hosting.

Typical usage covers building custom chat interfaces, content creation pipelines, and academic experiments in model alignment. Users often combine it with retrieval systems or lightweight fine-tuning for domain-specific tasks.

Capabilities

Instruction following
Multi-step reasoning
Code generation
Multilingual text processing
Summarization and analysis
Tool use and function calling

How Llama 3 70B Instruct compares

Llama 3 70B Instruct (striped bar) vs other language models on intelligence, speed and price.

Price

USD per 1M output tokens · Lower is better · Llama 3 70B Instruct ranks #62 of 141

$0.62
WizardLM-2 8x22B
$0.63
Ring-2.6-1T
$0.63
Ling-2.6-1T
$0.65
Gemma 2 27B
$0.65
ReMM SLERP 13B
$0.70
Hermes 3 70B Instruct
$0.74
Llama 3 70B Instruct
$0.75
Llama 3.3 Euryale 70B
$0.75
Mercury 2
$0.77
DeepSeek V3 0324
$0.78
Qwen-Plus
$0.78
Qwen Plus 0728
$0.78
Qwen Plus 0728

Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).

Best for

Enterprise Code Development

The model excels at generating reliable code and following detailed multi-step instructions to build and debug software applications.

Multilingual Content Analysis

It processes and summarizes text across multiple languages while maintaining accuracy in nuanced instruction-based tasks.

AI Agent Tool Integration

Strong support for function calling enables creation of agents that reason through complex workflows and interact with external tools.

Strengths & limitations

Strengths

  • +Strong general reasoning
  • +High-quality instruction adherence
  • +Versatile text generation
  • +Open weights for fine-tuning

Limitations

  • Text-only modality
  • 8192 token context limit
  • No real-time knowledge access

Cost calculator

Estimate what Llama 3 70B Instruct would cost for your usage.

$0.00088
per request
$8.8
estimated / month

Based on Llama 3 70B Instruct's $0.51/1M input · $0.74/1M output. Estimate only — actual cost varies by provider and caching.

Quick start

OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.

JavaScript · openai
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://openrouter.ai/api/v1",
  apiKey: process.env.OPENROUTER_API_KEY,
});

const completion = await client.chat.completions.create({
  model: "meta-llama/llama-3-70b-instruct",
  messages: [{ role: "user", content: "Hello!" }],
});

console.log(completion.choices[0].message.content);

Model slug: meta-llama/llama-3-70b-instruct

Editor's verdict

Our take on Llama 3 70B Instruct

Llama 3 70B Instruct is Meta's open-weight language models with a 8K-token context window.

At $0.74 per 1M output tokens, it is very cost-efficient for its class.

As an open-weight model you can self-host it or call it through a hosted API.

Best suited to strong general reasoning and high-quality instruction adherence.

Did you find this helpful?

Frequently asked questions

The model supports a context window of 8192 tokens.

User reviews

Real, verified reviews from the community shape this model's rating.

Loading reviews…

Sign in to review

Other Llama models

Sibling versions in the Llama family from Meta.

Promote Llama 3 70B Instruct

Add this badge to your website, or share the tool.

DFeatured on DhanasviLlama 3 70B Instruct 0