Meta: Llama 3.1 8B Instruct
131K context$0.02/M input$0.03/M output
meta-llama/llama-3.1-8b-instructDescription
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...
Quick Start
curl https://router.tangle.tools/v1/chat/completions \
-H "Authorization: Bearer $TANGLE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "meta-llama/llama-3.1-8b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: TextOutput: Text
Pricing
Input$0.02/M
Output$0.03/M
Context131K tokens
Model Info
ProviderMeta
IDmeta-llama/llama-3.1-8b-instruct