Back to model catalog

Meta

Llama 3.1 405B

Large open-weight family for private deployment planning and benchmark comparisons.

reasoningmultilingualtool calling

Best use cases

benchmarking
open-weight migration
private deployment planning

OpenAI-compatible request

Set baseURL to https://thesmartoken.com/v1 and pass the model ID below.

curl -s "https://thesmartoken.com/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_SMARTOKEN_KEY" \
  -d '{
    "model": "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo",
    "stream": true,
    "messages": [
      { "role": "user", "content": "Summarize this product idea in three bullets." }
    ]
  }'