Llama 3.3 70B is a strong, cost-effective text-only model suited for general-purpose chat, code generation, and tool use. Reach for it when you need a reliable open-weight baseline that balances capability and throughput without premium pricing.
Modalities
Text → Text
Input
$0.135 /1M
Output
$0.432 /1M
Cached input
$0.0135 /1M90% off
Context
128K
Speed
medium
Performance
Live production data from real requests on Kyma — not synthetic benchmarks.
Rank
#10
of 87 active models
Tokens served
70.9M
all-time
Success rate
99.5%
last 7 days
Top apps using this model
Public apps sending the most traffic to this model — a signal of what real workloads it fits.
Pricing
Pay per token. Cached input is billed at 10% of the input rate.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$12.39
$0.4131 / day on Llama 3.3 70B
Same workload on:
Estimates use list pricing with cached input billed at the 90%-discount rate. Actual bills depend on real token counts — every response includes its exact cost.
When to use Llama 3.3 70B
Where this model earns its cost — and where it doesn't.
Meta's 70B parameter model handles text-only workloads with a 128k context window and an 8192 token output limit. It supports structured outputs, function calling, and reasoning workflows, making it a practical default for text generation tasks.
On Kyma, this model resolves the `balanced` alias. Requests are routed through an OpenAI-compatible gateway with automatic failover, and the platform tracks exact costs in the `usage.cost` field while reporting the active model in the `X-Kyma-Model` header.
The model operates at a medium speed tier with a median throughput of 234 tokens per second. It does not support vision or multimodal inputs, and outputs are strictly capped at 8192 tokens.
General Chat Applications
Handles conversational workloads with reliable context retention across 128k tokens.
Code Generation And Review
Writes and debugs code while supporting structured outputs for IDE integrations.
Tool-Driven Agent Workflows
Executes function calls and reasoning steps reliably for autonomous backend tasks.
Prompt-Cached System Prompts
Reuses long system instructions efficiently since Kyma bills cached prefixes at 10% of the standard input rate.
Not ideal for: Avoid this model if your workload requires image understanding, outputs longer than 8192 tokens, or demands the lowest possible latency.
How it compares
Against the peers people actually weigh it against.
| Spec | Llama 3.3 70B | Llama 4 Maverick | Muse Spark 1.1 |
|---|---|---|---|
| Input /1M | $0.135 | $0.27 | $1.688 |
| Output /1M | $0.432 | $1.08 | $5.738 |
| Context | 128K | 1M | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | No | Yes |
| Speed | medium | fast | medium |
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard — $0.50 free credit, no card required.
Get API key → - 2
Make your first request
Drop in your key and send a chat completion — fully OpenAI-compatible.
curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "llama-3.3-70b", "messages": [ {"role": "user", "content": "Explain prompt caching in one paragraph."} ] }' - 3
Stream responses
Add
"stream": trueto receive tokens as they arrive.curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "llama-3.3-70b", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of Llama 3.3 70B?
How much does the Llama 3.3 70B API cost?
Does Llama 3.3 70B support function calling?
How do I use Llama 3.3 70B?
Does this model support vision or file uploads?
How does Kyma handle routing and reliability for this model?
Can I use prompt caching to reduce costs?
More models by Meta
| Model | Context | Input | Output |
|---|---|---|---|
Muse Spark 1.1 | 1M | $1.688 | $5.738 |
Llama 4 Maverick | 1M | $0.27 | $1.08 |
