Llama 3.2 1B Instruct
Llama 3.2 1B Instruct is Meta's smallest openly available model, with a context window of 128K tokens. It delivers text generation, summarization, and tool calling with minimal memory and compute requirements.
import { streamText } from 'ai'
const result = streamText({ model: 'meta/llama-3.2-1b', prompt: 'Why is the sky blue?'})Playground
Try out Llama 3.2 1B 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.