Back to Models
M

Llama 3.3 70B Instruct

Llama
by Meta

Advanced LLM for reasoning, math, general knowledge, and function calling.

Free EndpointDownloadableJun 12, 2025llama license19M API calls / 30d

Specifications

Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text

Capabilities

text generationchatreasoningfunction calling

Tags

instruction-followingreasoningfunction-calling

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

meta/llama-3.3-70b-instruct
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/llama-3.3-70b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'