Meta Llama API
Get a Meta Llama API key and call every Meta Llama model (Llama) through Token Harbor with a single key — pay-as-you-go, no separate Meta Llama account or console. Fully OpenAI- and Anthropic-compatible, with transparent per-token pricing and smart routing. See Meta Llama API pricing per model below.
Call it with one key
curl https://tokenharbor.ai/v1/chat/completions \
-H "Authorization: Bearer $TOKENHARBOR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"meta-llama/llama-3.3-70b-instruct","messages":[{"role":"user","content":"Hello"}]}'Get a free key at /dashboard/api-keys · point any tool at us with the Connect CLI or manual setup.
Meta Llama models (2)
| Model | Context | $/1M in · out |
|---|---|---|
Llama 3.3 70Bmeta-llama/llama-3.3-70b-instruct | 131k | $0.10 · $0.32 |
Llama 4 Maverickmeta-llama/llama-4-maverick | 1.0M | $0.15 · $0.60 |
See the full model catalog or read the API docs.