meta/meta-llama-llama-3-2-3b-instruct-turbo/Released Sep 2024
Llama 3.2 3B Instruct Turbo
Optimized for multilingual instruction-following tasks, balancing efficiency and performance in dialogue, summarization, and agentic applications with 3B parameters and scalable architecture.
Provider
meta
Modality
text-to-text
Released
Sep 2024
Pricing
$0.06 / 1M in$0.06 / 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": "meta-llama-llama-3-2-3b-instruct-turbo",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'