meta
meta/llama-3-2-1b-instruct/Released Mar 2025

Llama 3.2 1B Instruct

Efficient, multilingual instruction-tuned model designed for privacy-focused, on-device dialogue, summarization, and agentic retrieval across mobile and edge platforms.

Fine-tunable
Provider
meta
Modality
text-to-text
Released
Mar 2025
Pricing
$0.00035 / sec

Ready to build with Llama 3.2 1B Instruct?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "llama-3-2-1b-instruct",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'