Back to Models
Meta: Llama 3.2 1B Instruct
meta-llama/llama-3.2-1b-instructSep 25, 202460K context$0.03/M in · $0.20/M out
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 efficiently in low-resource environments while maintaining strong task performance.
Supporting eight core languages and fine-tunable for more, Llama 1.3B is ideal for businesses or developers seeking lightweight yet powerful AI solutions that can operate in diverse multilingual settings without the high computational demand of larger models.
Click here for the original model card.
Usage of this model is subject to Meta's Acceptable Use Policy.
Specifications
Provider
meta-llama
Context Length
60K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.03 |
| Output | $0.20 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "meta-llama/llama-3.2-1b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'