Back to Models
Llama 3.3 70B
FeaturedActivellama-3.3-70bMeta Llama 3.3 70B optimized for fast inference on Groq
Technical Specifications
Context Length128K tokens
Max Output8K tokens
Available Providers1
Lowest Input Price$590000.00/1M tokens
Lowest Output Price$790000.00/1M tokens
Capabilities
chatcodefunction_calling
Provider Availability & Pricing
| Provider | Provider Model ID | Input Price (per 1M tokens) | Output Price (per 1M tokens) | Status |
|---|---|---|---|---|
Groq | llama-3.3-70b-versatile | $590000.00 | $790000.00 | active |
Code Examples
curl https://api.tokligence.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "llama-3.3-70b",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
],
"max_tokens": 1024
}'Ready to use Llama 3.3 70B?
Try it out in our interactive playground or integrate it into your application with just a few lines of code.