Llama 3.2 3B Instruct

Llama 3.2 3B is a 3-billion-parameter multilingual large language model, optimized for advanced natural language processing tasks like dialogue generation, reasoning, and summarization. Designed with the latest transformer architecture, it supports eight languages, including English, Spanish, and Hindi, and is adaptable for additional languages. Trained on 9 trillion tokens, the Llama 3.2 3B model excels in instruction-following, complex reasoning, and tool use. Its balanced performance makes it ideal for applications needing accuracy and efficiency in text generation across multilingual settings. 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/).

ChatMeta131k tokens$0.0545 / $0.3597 · 1M

meta-llama/llama-3.2-3b-instruct

Context
131k tokens
Completion cap
131,072
Tools
No
JSON
Yes
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-3b-instruct",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Llama 3.2 3B Instruct?
Llama 3.2 3B is a 3-billion-parameter multilingual large language model, optimized for advanced natural language processing tasks like dialogue generation, reasoning, and summarization. Designed with the latest transformer architecture, it supports eight languages, including English, Spanish, and Hindi, and is adaptable for additional languages. Trained on 9 trillion tokens, the Llama 3.2 3B model excels in instruction-following, complex reasoning, and tool use. Its balanced performance makes it ideal for applications needing accuracy and efficiency in text generation across multilingual settings. 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 3B Instruct runs on the Geek Hub API (OpenAI-compatible). Model id: meta-llama/llama-3.2-3b-instruct.
Is Llama 3.2 3B Instruct free?
No. Input is $0.0545 per 1M tokens and output is $0.3597 per 1M tokens on Geek Hub (markup included).
What is the context length of Llama 3.2 3B Instruct?
Llama 3.2 3B Instruct has a 131k tokens context window. It supports up to 131,072 completion tokens.
Does Llama 3.2 3B Instruct support tool calling and structured outputs?
Llama 3.2 3B Instruct does not advertise tool calling on this endpoint. It also supports structured outputs via a JSON schema in response_format.
When was Llama 3.2 3B Instruct released?
Llama 3.2 3B Instruct was released on 2024-09-25.

More models from Meta