Back to Models

Meta: Llama 3 70B Instruct

meta-llama/llama-3-70b-instruct
Apr 18, 20248.2K context8K max output$0.51/M in · $0.74/M out

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 performance compared to leading closed-source models in human evaluations.

To read more about the model release, click here. Usage of this model is subject to Meta's Acceptable Use Policy.

Specifications

Provider
meta-llama
Context Length
8.2K
Max Output
8K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.51
Output$0.74

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta-llama/llama-3-70b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'