Description
Meta's latest class of model (Llama 3) launched with a variety of sizes & flavors. This 70B instruct-tuned version was optimized for high quality dialogue usecases. It has demonstrated strong...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Meta: Llama 3 70B Instruct (meta-llama/llama-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-70b-instruct",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Meta: Llama 3 70B Instruct model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.51$ / 1M tokens
- Output: 0.74$ / 1M tokens
Token Limits
- Max Output: 8,000 tokens
- Max Context: 8,192 tokens
Subscription Tiers
- free
- pro
- ultimate