New0% platform fee on Tier 2+ — upgrade from 4% Pay As You Go. Start now
Back to Models
Meta
Llama 3.1 405B
Meta's largest open-source model, competitive with closed-source frontier models.
Released
Context Window
131.1K
tokensMax Output
4.1K
tokensInput / 1M
$3.50
per 1M tokensOutput / 1M
$3.50
per 1M tokensCapabilities
Vision
Function Calling
Streaming
JSON Mode
System Prompt
Tool Use
Pricing Comparison
Input Cost / 1M Tokens
USD per 1 million input tokens
Output Cost / 1M Tokens
USD per 1 million output tokens
Quick Start
curl
curl -X POST https://api.nemorouter.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-your-api-key" \
-d '{
"model": "together_ai/meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
],
"max_tokens": 256
}'Replace sk-your-api-key with your NemoRouter API key. Use together_ai/meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo as the model identifier.