meta/llama-3-1-8b-instruct/Released Jul 2024

Llama 3.1 8B Instruct

Multilingual chat, 128K context

Fine-tunableCommercial use
Text
Token-based
Input$0.05 / 1M tokens
Output$0.08 / 1M tokens

Ready to build with Llama 3.1 8B Instruct?

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