meta
Included in Free Plan
Llama 3.3 70B Instruct
meta-llama/llama-3.3-70b-instruct
Meta's most capable open-weights instruction model, rivaling closed models on code generation, reasoning, and math.
Context Length
128k
Tokens total context
Max Output
4,096
Tokens per completion
Input Pricing
$0.4
Per 1,000,000 prompt tokens
Output Pricing
$0.4
Per 1,000,000 output tokens
Key Capabilities
open weights
coding
general knowledge
math
Available with zero prompt retention and immediate token billing ledger sync.
cURL API Call
curl https://api.apihundred.com/v1/chat/completions \
-H "Authorization: Bearer $API100_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "llama-3-3-70b-instruct",
"messages": [
{"role": "user", "content": "Explain transactional RLS in Postgres"}
]
}'
