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

Contexto
131k tokens
Máx. completion
131,072
Tools
No
JSON
Lanzamiento
2024-09-25

Llámalo desde Geek Hub

El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.

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"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es 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 corre en el API de Geek Hub (compatible con OpenAI). Id: meta-llama/llama-3.2-3b-instruct.
¿Llama 3.2 3B Instruct es gratis?
No. El input cuesta $0.0545 / 1M tokens y el output $0.3597 / 1M tokens en Geek Hub (markup incluido).
¿Cuál es el contexto de Llama 3.2 3B Instruct?
Llama 3.2 3B Instruct tiene una ventana de 131k tokens. Soporta hasta 131,072 tokens de completion.
¿Llama 3.2 3B Instruct soporta tool calling y structured outputs?
Llama 3.2 3B Instruct no publica tool calling en este endpoint. También soporta structured outputs con un JSON schema en response_format.
¿Cuándo se lanzó Llama 3.2 3B Instruct?
Llama 3.2 3B Instruct se lanzó el 25 de septiembre de 2024.

Más modelos de Meta