Skip to content

Llama 3.2 3B Instruct

Llama 3.2 3B Instruct offers capability gains over the 1B, outperforming comparable small models on summarization, instruction following, and tool use.

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

Playground

Try out Llama 3.2 3B Instruct by Meta. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.