Llama 3.3 70B Instruct

The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out). The Llama 3.3 instruction tuned text only model is optimized for multilingual dialogue use cases and outperforms many of the available open source and closed chat models on common industry benchmarks. Supported languages: English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai. [Model Card](https://github.com/meta-llama/llama-models/blob/main/models/llama3_3/MODEL_CARD.md)

ChatMeta131k tokens$0.109 / $0.3488 · 1M

meta-llama/llama-3.3-70b-instruct

Contexto
131k tokens
Máx. completion
16,384
Tools
JSON
Lanzamiento
2024-12-06

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.3-70b-instruct",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es Llama 3.3 70B Instruct?
The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out). The Llama 3.3 instruction tuned text only model is optimized for multilingual dialogue use cases and outperforms many of the available open source and closed chat models on common industry benchmarks. Supported languages: English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai. [Model Card](https://github.com/meta-llama/llama-models/blob/main/models/llama3_3/MODEL_CARD.md) Llama 3.3 70B Instruct corre en el API de Geek Hub (compatible con OpenAI). Id: meta-llama/llama-3.3-70b-instruct.
¿Llama 3.3 70B Instruct es gratis?
No. El input cuesta $0.109 / 1M tokens y el output $0.3488 / 1M tokens en Geek Hub (markup incluido).
¿Cuál es el contexto de Llama 3.3 70B Instruct?
Llama 3.3 70B Instruct tiene una ventana de 131k tokens. Soporta hasta 16,384 tokens de completion.
¿Llama 3.3 70B Instruct soporta tool calling y structured outputs?
Llama 3.3 70B Instruct acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
¿Cuándo se lanzó Llama 3.3 70B Instruct?
Llama 3.3 70B Instruct se lanzó el 6 de diciembre de 2024.

Más modelos de Meta