meta-llama

Meta: Llama 3.3 70B Instruct

The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out). The Llama 3.3 instruction tuned text only model...

Context
131k tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.32
Benchmark

Pricing

Input tokens$0.10 per 1M tokens
Output tokens$0.32 per 1M tokens

Technical details

Model IDmeta-llama/llama-3.3-70b-instruct
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerLlama3
Max output tokens16,384

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: 'meta-llama/llama-3.3-70b-instruct',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Meta: Llama 3.3 70B Instruct?

Get an API key and start making requests in minutes.

Get an API key