Description
Llama 3.2 1B is a 1-billion-parameter language model focused on efficiently performing natural language tasks, such as summarization, dialogue, and multilingual text analysis. Its smaller size allows it to operate...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Meta: Llama 3.2 1B Instruct (meta-llama/llama-3.2-1b-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.2-1b-instruct",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Meta: Llama 3.2 1B Instruct model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.027$ / 1M tokens
- Output: 0.2$ / 1M tokens
Token Limits
- Max Output: 60,000 tokens
- Max Context: 60,000 tokens
Subscription Tiers
- free
- pro
- ultimate