Back to Models

Llama 3.3 70B Versatile

metameta/llama-3.3-70b-versatile

Meta's Llama 3.3 70B tuned for versatile general-purpose tasks via Groq LPU inference.

Context Length
128K
Max Output
33K
Input Price
$0.948/ 1M tokens
Output Price
$1.20/ 1M tokens

Modalities

texttext

Pricing Breakdown

TypeRate
Input$0.948 / 1M tokens
Output$1.20 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

API Usage Examples

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "meta/llama-3.3-70b-versatile",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'