Meta: Llama 3 8B Instruct — AI model

Meta: Llama 3 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) launched with a variety of sizes & flavors. This 8B instruct-tuned version was optimized for high quality dialogue usecases. It has demonstrated strong...

Specs

VendorMeta
Typetext
Context window8,192 tokens
Pricing$0.14/M in · $0.14/M out
APIchat_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-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

Related models