Back to Models

Meta: Llama 3.1 8B Instruct

meta-llama/llama-3.1-8b-instruct
Jul 23, 202416.4K context16.4K max output$0.02/M in · $0.05/M out

Description

Meta's latest class of model (Llama 3.1) launched with a variety of sizes & flavors. This 8B instruct-tuned version is fast and efficient.

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
16.4K
Max Output
16.4K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.02
Output$0.05

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.1-8b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Meta: Llama 3.1 8B Instruct — Pricing & API on OminiGate