Baltor Get started

Models

Llama 3.3 70B Instruct

By Meta. 70.6 billion parameters, a context window of 131,072 tokens and the licence llama3.3.

Facts

Released
2024-11-26 the day the repository was first published on Hugging Face Hugging Face, read
Licence
llama3.3 the licence the model card declares Hugging Face, read
Open weights
Yes the weights are published in this Hugging Face repository, behind the maker's access form Hugging Face, read
Parameters
70.6 billion counted from the safetensors weight files Hugging Face, read
Active parameters
Unknown
Knowledge cutoff
2023-12-31 the knowledge cutoff OpenRouter lists OpenRouter, read
Context window
  • 131,072 tokens the maximum position embeddings in the model configuration model configuration, read
  • 131,072 tokens the context length OpenRouter lists OpenRouter, read
Longest output
  • 16,384 tokens the largest output OpenRouter's first provider allows OpenRouter, read
Tool calling
  • Yes the chat template in the tokenizer configuration accepts tool definitions Hugging Face, read
  • Yes OpenRouter lists tools among the supported parameters OpenRouter, read
Structured output
  • Yes OpenRouter lists structured outputs among the supported parameters OpenRouter, read
Reasoning controls
Unknown
Inputs and outputs
text in, text out Hugging Face, read
Good for
No source names a use.

Prices

Prices in US dollars per million tokens, as each source lists them
ProviderInputOutputContextAs ofSource
NanoGPT direct0.050 USD0.230 USD131,072 older than 30 days; check the providermodels.dev, read
Meganova direct0.100 USD0.300 USD131,072 older than 30 days; check the providermodels.dev, read
DeepInfra through OpenRouter0.100 USD0.320 USD131,072OpenRouter endpoints, read
Kilo Gateway direct0.100 USD0.320 USD131,072 older than 30 days; check the providermodels.dev, read
OpenRouter direct0.100 USD0.320 USD131,072 older than 30 days; check the providermodels.dev, read
IO.NET direct0.130 USD0.380 USD128,000 older than 30 days; check the providermodels.dev, read
Novita through OpenRouter0.135 USD0.400 USD12,288OpenRouter endpoints, read
NovitaAI direct0.135 USD0.400 USD131,072 older than 30 days; check the providermodels.dev, read
AkashML through OpenRouter0.200 USD0.520 USD131,072OpenRouter endpoints, read
Parasail through OpenRouter0.220 USD0.500 USD131,072OpenRouter endpoints, read
Crusoe direct0.250 USD0.750 USD128,000 older than 30 days; check the providermodels.dev, read
Cloudflare through OpenRouter0.293 USD2.25 USD24,000OpenRouter endpoints, read
SambaNova through OpenRouter0.450 USD0.900 USD131,072OpenRouter endpoints, read
Groq through OpenRouter0.590 USD0.790 USD131,072OpenRouter endpoints, read
Hugging Face direct0.590 USD0.790 USD131,072 older than 30 days; check the providermodels.dev, read
CoreWeave direct0.710 USD0.710 USD128,000 older than 30 days; check the providermodels.dev, read
CoreWeave through OpenRouter0.710 USD0.710 USD128,000OpenRouter endpoints, read
Google through OpenRouter0.720 USD0.720 USD128,000OpenRouter endpoints, read
Google through OpenRouter0.720 USD0.720 USD128,000OpenRouter endpoints, read
Pioneer direct0.900 USD0.900 USD16,384 older than 30 days; check the providermodels.dev, read
Together through OpenRouter1.04 USD1.04 USD131,072OpenRouter endpoints, read
CloudFerro Sherlock direct2.92 USD2.92 USD70,000 older than 30 days; check the providermodels.dev, read

Run it on your own hardware

Weights are the sizes of the files a source lists, or an estimate from the parameter count where none does. Memory is an estimate: weights plus KV cache plus 512 MiB and 5 percent of the weights for runtime buffers. Check it against your hardware.

QuantizationWeightsMemory at 8,192 tokensMemory at 32,768 tokens
Q2_K24.6 GiB28.8 GiB36.3 GiB
Q3_K_S28.8 GiB33.2 GiB40.7 GiB
Q3_K_M31.9 GiB36.5 GiB44.0 GiB
Q3_K_L34.6 GiB39.3 GiB46.8 GiB
Q4_K_S37.6 GiB42.5 GiB50.0 GiB
Q4_K_M39.6 GiB44.6 GiB52.1 GiB
Q5_K_S45.3 GiB50.6 GiB58.1 GiB
Q5_K_M46.5 GiB51.8 GiB59.3 GiB
Q6_K53.9 GiB59.6 GiB67.1 GiB
Q8_069.8 GiB76.3 GiB83.8 GiB

Start it with a local runtime

  • Ollama
    ollama run hf.co/MaziyarPanahi/Llama-3.3-70B-Instruct-GGUF:Q4_K_S
  • LM Studio
    lms get MaziyarPanahi/Llama-3.3-70B-Instruct-GGUF
    lms server start
  • llama.cpp server
    llama-server -hf MaziyarPanahi/Llama-3.3-70B-Instruct-GGUF:Q4_K_S --jinja
  • vLLM
    vllm serve meta-llama/Llama-3.3-70B-Instruct
  • SGLang
    sglang serve --model-path meta-llama/Llama-3.3-70B-Instruct --port 30000

Use it from your harness

Set up for CloudFerro Sherlock with the model meta-llama/Llama-3.3-70B-Instruct. Each endpoint page has the same setup for its own address.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "cloudferro-sherlock": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "CloudFerro Sherlock",
      "options": {
        "baseURL": "https://api-sherlock.cloudferro.com/openai/v1",
        "apiKey": "{env:CLOUDFERRO_SHERLOCK_API_KEY}"
      },
      "models": {
        "meta-llama/Llama-3.3-70B-Instruct": {
          "name": "Llama 3.3 70B Instruct",
          "limit": {
            "context": 131072,
            "output": 16384
          }
        }
      }
    }
  }
}
  • OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.

From OpenCode documentation, read .

Pi

Put this in ~/.pi/agent/models.json:

{
  "providers": {
    "cloudferro-sherlock": {
      "baseUrl": "https://api-sherlock.cloudferro.com/openai/v1",
      "api": "openai-completions",
      "apiKey": "$CLOUDFERRO_SHERLOCK_API_KEY",
      "models": [
        {
          "id": "meta-llama/Llama-3.3-70B-Instruct"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and CloudFerro Sherlock documents no Responses address. A gateway that offers one can sit in between.

  • Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.

From Codex documentation, read .

Claude Code

Claude Code sends Anthropic Messages requests, and CloudFerro Sherlock documents no such address. A gateway that translates to that API can sit in between.

  • Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.

From Claude Code documentation, read .

Other ways to reach it

  • Crusoe, model meta-llama/Llama-3.3-70B-Instruct
  • Hugging Face, model meta-llama/Llama-3.3-70B-Instruct
  • IO.NET, model meta-llama/Llama-3.3-70B-Instruct
  • Kilo Gateway, model meta-llama/llama-3.3-70b-instruct
  • Meganova, model meta-llama/Llama-3.3-70B-Instruct
  • NanoGPT, model meta-llama/llama-3.3-70b-instruct
  • NovitaAI, model meta-llama/llama-3.3-70b-instruct
  • OpenRouter, model meta-llama/llama-3.3-70b-instruct
  • Pioneer, model meta-llama/Llama-3.3-70B-Instruct
  • CoreWeave, model meta-llama/Llama-3.3-70B-Instruct
  • Ollama, model hf.co/MaziyarPanahi/Llama-3.3-70B-Instruct-GGUF:Q4_K_S

Published results

These are results other people published. Baltor did not run them and does not rank models by them.