deepseek
DeepSeek: R1 Distill Llama 70B
DeepSeek R1 Distill Llama 70B is a distilled large language model based on [Llama-3.3-70B-Instruct](/meta-llama/llama-3.3-70b-instruct), using outputs from [DeepSeek R1](/deepseek/deepseek-r1). The model combines advanced distillation techniques to achieve high performance across...
Context
128k tokens
Input / 1M tokens
$0.80
Output / 1M tokens
$0.80
Benchmark
—
Pricing
Input tokens$0.80 per 1M tokens
Output tokens$0.80 per 1M tokens
Technical details
Model IDdeepseek/deepseek-r1-distill-llama-70b
Context window128k tokens
Input modalitiestext
Output modalitiestext
TokenizerLlama3
Max output tokens8,192
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'deepseek/deepseek-r1-distill-llama-70b',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use DeepSeek: R1 Distill Llama 70B?
Get an API key and start making requests in minutes.
Get an API key