Llama-3.3-70B-Instruct
pioneer/meta-llama/Llama-3.3-70B-Instruct · family llama · in: text → out: text · price provider-declared (via models.dev). Capabilities: tools text.
$0.90
Blended $/1M (3:1)
$0.9
Input $/1M
$0.9
Output $/1M
$1.80
1M in + 1M out
$0.9
Cache read $/1M
#3903 of 7,708
Cheapest rank
- Provider
- Pioneer (
pioneer) - Kind
- text (outputs text)
- Context
- 16,384 tokens
- Max output
- 16,384 tokens
- Capabilities
- tools text
Same model, other providers
“Llama-3.3-70B-Instruct” is offered by 21 providers — cheapest-effective first. Llama is the cheapest at $0.00 blended.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| Llama | free | free | $0.00 | 128k |
| Pendra | free | free | $0.00 | 128k |
| Vercel AI Gateway | free | free | $0.00 | 128k |
| Kilo Gateway | $0.1 | $0.32 | $0.16 | 131k |
| OpenRouter | $0.1 | $0.32 | $0.16 | 131k |
| DevPass (LLM Gateway) | $0.135 | $0.4 | $0.20 | 131k |
| Crusoe | $0.25 | $0.75 | $0.38 | 128k |
| Abacus | $0.59 | $0.79 | $0.64 | 131k |
| Hugging Face | $0.59 | $0.79 | $0.64 | 131k |
| Azure | $0.71 | $0.71 | $0.71 | 128k |
| Azure Cognitive Services | $0.71 | $0.71 | $0.71 | 128k |
| OCI Generative AI | $0.72 | $0.72 | $0.72 | 128k |
| Pioneer (this) | $0.9 | $0.9 | $0.90 | 16k |
Call it
jishie indexes & prices models; it does not proxy inference.
Most providers are OpenAI-compatible — point base_url at Pioneer and pass this model id:
curl $BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
-d '{"model":"meta-llama/Llama-3.3-70B-Instruct","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):