Description
The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out). The Llama 3.3 instruction tuned text only model is optimized for multilingual dialogue use cases and outperforms many of the available open source and closed chat models on common industry benchmarks. Supported languages: English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai. [Model Card](https://github.com/meta-llama/llama-models/blob/main/models/llama3_3/MODEL_CARD.md)
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Meta: Llama 3.3 70B Instruct (meta-llama/llama-3.3-70b-instruct)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "meta-llama/llama-3.3-70b-instruct",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Meta: Llama 3.3 70B Instruct model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.104$ / 1M tokens
- Output: 0.312$ / 1M tokens
Token Limits
- Max Output: 120,000 tokens
- Max Context: 131,072 tokens
Subscription Tiers
- free
- pro
- ultimate