Meta: Llama 3.2 1B Instruct — AI model
Meta: Llama 3.2 1B Instruct is a AI model from Meta, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.
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...
Specs
| Vendor | Meta |
|---|---|
| Type | text |
| Context window | 131,072 tokens |
| Pricing | $0.03/M in · $0.20/M out |
| API | chat_completions |
Code example
curl https://api.hormouz.net/v1/chat/completions \
-H "Authorization: Bearer ng-YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "meta-llama/llama-3.2-1b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'Use via Hormouz
Connect to this model and 450+ others with one API key — stable under heavy load and optimized for Iran.
Get started