AI Gateway

All Models/

Llama 3 8B Instruct

Llama 3 8B Instruct by Meta

Llama is a 8 billion parameter open source model by Meta fine-tuned for instruction following purposes. Served by Groq with their custom Language Processing Units (LPUs) hardware to provide fast and efficient inference.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'meta/llama-3-8b',
prompt: 'Why is the sky blue?'
})