Urgent
React2Shell security update
Auto-fix projectsLearn more

Llama 3.2 3B Instruct

meta/llama-3.2-3b

Text-only model, fine-tuned for supporting on-device use cases such as multilingual local knowledge retrieval, summarization, and rewriting.

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