meta/meta-llama-meta-llama-3-1-405b-instruct-turbo/Released Jul 2024
Llama 3.1 405B Instruct Turbo
Instruction-tuned LLM excelling in multilingual dialogue, synthetic data generation, and model distillation with 131k token context for complex tasks.
Provider
meta
Modality
text-to-text
Released
Jul 2024
Pricing
$3.50 / 1M in$3.50 / 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-meta-llama-3-1-405b-instruct-turbo",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'