Meta: Llama 3.2 1B Instruct
60K context$0.03/M input$0.20/M output
meta-llama/llama-3.2-1b-instructDescription
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...
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.2-1b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: TextOutput: Text
Pricing
Input$0.03/M
Output$0.20/M
Context60K tokens
Model Info
Providermeta-llama
IDmeta-llama/llama-3.2-1b-instruct