Llama 3.2 1B Instruct

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 efficiently in low-resource environments while maintaining strong task performance. Supporting eight core languages and fine-tunable for more, Llama 1.3B is ideal for businesses or developers seeking lightweight yet powerful AI solutions that can operate in diverse multilingual settings without the high computational demand of larger models. Click here for the [original model card](https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/MODEL_CARD.md). Usage of this model is subject to [Meta's Acceptable Use Policy](https://www.llama.com/llama3/use-policy/).

ChatMeta60k tokens$0.0294 / $0.2191 · 1M

meta-llama/llama-3.2-1b-instruct

Context
60k tokens
Completion cap
60,000
Tools
No
JSON
No
Released
2024-09-25

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta-llama/llama-3.2-1b-instruct",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Llama 3.2 1B Instruct?
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 efficiently in low-resource environments while maintaining strong task performance. Supporting eight core languages and fine-tunable for more, Llama 1.3B is ideal for businesses or developers seeking lightweight yet powerful AI solutions that can operate in diverse multilingual settings without the high computational demand of larger models. Click here for the [original model card](https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/MODEL_CARD.md). Usage of this model is subject to [Meta's Acceptable Use Policy](https://www.llama.com/llama3/use-policy/). Llama 3.2 1B Instruct runs on the Geek Hub API (OpenAI-compatible). Model id: meta-llama/llama-3.2-1b-instruct.
Is Llama 3.2 1B Instruct free?
No. Input is $0.0294 per 1M tokens and output is $0.2191 per 1M tokens on Geek Hub (markup included).
What is the context length of Llama 3.2 1B Instruct?
Llama 3.2 1B Instruct has a 60k tokens context window. It supports up to 60,000 completion tokens.
Does Llama 3.2 1B Instruct support tool calling and structured outputs?
Llama 3.2 1B Instruct does not advertise tool calling on this endpoint. Structured outputs are not listed for this endpoint.
When was Llama 3.2 1B Instruct released?
Llama 3.2 1B Instruct was released on 2024-09-25.

More models from Meta