Llama 3.3 70B Instruct

Meta Llama 3.3 70B vía Llama API (first-party). Chat e instruct general.

ChatMeta128k tokens$0.6431 / $0.8611 · 1M

meta/llama-3.3-70b-instruct

Contexto
128k tokens
Máx. completion
Tools
JSON

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

Preguntas frecuentes

¿Qué es Llama 3.3 70B Instruct?
Meta Llama 3.3 70B vía Llama API (first-party). Chat e instruct general. Llama 3.3 70B Instruct corre en el API de Geek Hub (compatible con OpenAI). Id: meta/llama-3.3-70b-instruct.
¿Llama 3.3 70B Instruct es gratis?
No. El input cuesta $0.6431 / 1M tokens y el output $0.8611 / 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 128k tokens.
¿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.

Más modelos de Meta