Llama 3.3 70B Instruct

Meta Llama 3.3 70B via Meta Llama API (first-party). General chat and instruct.

ChatMeta128k tokens$0.6431 / $0.8611 · 1M

meta/llama-3.3-70b-instruct

Context
128k tokens
Completion cap
Tools
Yes
JSON
Yes

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

Frequently asked questions

What is Llama 3.3 70B Instruct?
Meta Llama 3.3 70B via Meta Llama API (first-party). General chat and instruct. Llama 3.3 70B Instruct runs on the Geek Hub API (OpenAI-compatible). Model id: meta/llama-3.3-70b-instruct.
Is Llama 3.3 70B Instruct free?
No. Input is $0.6431 per 1M tokens and output is $0.8611 per 1M tokens on Geek Hub (markup included).
What is the context length of Llama 3.3 70B Instruct?
Llama 3.3 70B Instruct has a 128k tokens context window.
Does Llama 3.3 70B Instruct support tool calling and structured outputs?
Llama 3.3 70B Instruct accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.

More models from Meta