Models / Llama 3.3 70B Instruct
Llama 3.3 70B Instruct
allais/llama-3-3-70b
Workhorse dense instruct model; great quality-per-dollar for fine-tuning.
textdensegeneral
Parameters
70B dense
Context window
131K tokens
Serverless $/1M
$0.72 in · $0.72 out
reference $0.9 · $0.9
Dedicated
2× H100-80G
sourced live, undercuts $11.6/hr
Use via API
curl http://localhost:3000/api/v1/chat/completions \
-H "Authorization: Bearer $ALLAIS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "allais/llama-3-3-70b", "messages": [{"role": "user", "content": "Hello"}]}'