meta/llama-3-2-3b-instruct/Released Oct 2024
Llama 3.2 3B Instruct
Optimized for multilingual dialogue, agentic tasks, and efficient on-device use, supporting eight languages and a 128K context for privacy-focused applications.
Fine-tunable
Provider
meta
Modality
text-to-text
Released
Oct 2024
Pricing
$0.01 / 1M in$0.02 / 1M out
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "llama-3-2-3b-instruct",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'