Back to Models

Meta: Llama 3 8B Instruct

meta-llama/llama-3-8b-instruct
Apr 18, 20248.2K context16.4K max output$0.03/M in · $0.04/M out

Description

Meta's latest class of model (Llama 3) launched with a variety of sizes & flavors. This 8B 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
16.4K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.03
Output$0.04

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-8b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'