Meta: Llama 3.1 8B Instruct — AI model
Meta: Llama 3.1 8B Instruct is a AI model from Meta, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.
Meta's latest class of model (Llama 3.1) launched with a variety of sizes & flavors. This 8B instruct-tuned version is fast and efficient. It has demonstrated strong performance compared to...
Specs
| Vendor | Meta |
|---|---|
| Type | text |
| Context window | 131,072 tokens |
| Pricing | $0.02/M in · $0.03/M out |
| API | chat_completions |
| Capabilities | Tools |
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.1-8b-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