meta/meta-llama-llama-3-3-70b-instruct-turbo/Released Dec 2024
Llama 3.3 70B Instruct Turbo
Excels in question answering, reasoning, and code generation, with use cases including synthetic data creation and evaluating smaller model outputs.
Provider
meta
Modality
text-to-text
Released
Dec 2024
Pricing
$0.88 / 1M in$0.88 / 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-3-70b-instruct-turbo",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'