Models/meta-llama/Meta: Llama 3 70B Instruct
meta-llama

Meta: Llama 3 70B Instruct

8K context$0.51/M input$0.74/M output
meta-llama/llama-3-70b-instruct

Description

Meta's latest class of model (Llama 3) launched with a variety of sizes & flavors. This 70B instruct-tuned version was optimized for high quality dialogue usecases. It has demonstrated strong...

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta-llama/llama-3-70b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextOutput: Text

Pricing

Input$0.51/M
Output$0.74/M
Context8K tokens

Model Info

Providermeta-llama
IDmeta-llama/llama-3-70b-instruct