Baltor Get started

Models

Ling 3.0 Flash

By inclusionAI. 127.5 billion parameters, a context window of 262,144 tokens and the licence mit.

Facts

Released
2026-08-02 the day the repository was first published on Hugging Face Hugging Face, read
Licence
mit the licence the model card declares Hugging Face, read
Open weights
Yes the weights are published in this Hugging Face repository Hugging Face, read
Parameters
127.5 billion counted from the safetensors weight files Hugging Face, read
Active parameters
8.6 billion estimate estimated from the expert counts and sizes in the configuration model configuration, read
Knowledge cutoff
Unknown
Context window
  • 262,144 tokens the maximum position embeddings in the model configuration model configuration, read
  • 262,144 tokens the context length OpenRouter lists OpenRouter, read
Longest output
  • 32,768 tokens the largest output OpenRouter's first provider allows OpenRouter, read
Tool calling
  • Yes OpenRouter lists tools among the supported parameters OpenRouter, read
Structured output
  • Yes OpenRouter lists response_format, a JSON mode, among the supported parameters OpenRouter, read
Reasoning controls
  • Yes OpenRouter lists reasoning controls OpenRouter, read
Inputs and outputs
text in, text out Hugging Face, read
Good for
  • Reasoning: OpenRouter lists reasoning controls for it OpenRouter, read

Prices

Prices in US dollars per million tokens, as each source lists them
ProviderInputOutputContextAs ofSource
Novita through OpenRouter0.021 USD0.063 USD262,144OpenRouter endpoints, read
OpenRouter direct0.021 USD0.063 USD262,144 older than 30 days; check the providermodels.dev, read
Vercel AI Gateway direct0.021 USD0.063 USD256,000 older than 30 days; check the providermodels.dev, read
DeepInfra through OpenRouter0.060 USD0.180 USD131,072OpenRouter endpoints, read
Kilo Gateway direct0.060 USD0.180 USD262,144 older than 30 days; check the providermodels.dev, read
NanoGPT direct0.075 USD0.220 USD262,144 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
IQ1_S30.2 GiB32.5 GiB33.6 GiB
IQ1_M34.0 GiB36.5 GiB37.6 GiB
IQ2_XXS36.5 GiB39.2 GiB40.3 GiB
IQ2_XS41.7 GiB44.6 GiB45.7 GiB
IQ2_S43.7 GiB46.8 GiB47.9 GiB
IQ2_M45.7 GiB48.9 GiB50.0 GiB
IQ3_XXS53.2 GiB56.7 GiB57.8 GiB
IQ3_S53.9 GiB57.4 GiB58.5 GiB
IQ3_M57.9 GiB61.7 GiB62.8 GiB
IQ4_XXS64.6 GiB68.7 GiB69.8 GiB
Q4_K67.4 GiB71.6 GiB72.7 GiB
Q4_K_S69.1 GiB73.5 GiB74.6 GiB
IQ4_NL73.9 GiB78.4 GiB79.5 GiB
Q4_K_L78.2 GiB83.0 GiB84.1 GiB
Q5_K_S81.4 GiB86.4 GiB87.5 GiB
Q5_K_L88.8 GiB94.1 GiB95.2 GiB
Q8_0124 GiB131 GiB132 GiB
BF16232 GiB244 GiB245 GiB

Start it with a local runtime

  • Ollama
    ollama run hf.co/AtomicChat/Ling-3.0-flash-GGUF:Q4_K_S
  • LM Studio
    lms get AtomicChat/Ling-3.0-flash-GGUF
    lms server start
  • llama.cpp server
    llama-server -hf AtomicChat/Ling-3.0-flash-GGUF:Q4_K_S --jinja
  • vLLM
    vllm serve inclusionAI/Ling-3.0-flash
  • SGLang
    sglang serve --model-path inclusionAI/Ling-3.0-flash --port 30000

Use it from your harness

Set up for Kilo Gateway with the model inclusionai/ling-3.0-flash. 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": {
    "kilo": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Kilo Gateway",
      "options": {
        "baseURL": "https://api.kilo.ai/api/gateway",
        "apiKey": "{env:KILO_API_KEY}"
      },
      "models": {
        "inclusionai/ling-3.0-flash": {
          "name": "Ling 3.0 Flash",
          "limit": {
            "context": 262144,
            "output": 32768
          }
        }
      }
    }
  }
}
  • 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": {
    "kilo": {
      "baseUrl": "https://api.kilo.ai/api/gateway",
      "api": "openai-completions",
      "apiKey": "$KILO_API_KEY",
      "models": [
        {
          "id": "inclusionai/ling-3.0-flash"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and Kilo Gateway 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 Kilo Gateway 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

  • NanoGPT, model inclusionai/ling-3.0-flash
  • OpenRouter, model inclusionai/ling-3.0-flash
  • Ollama, model hf.co/AtomicChat/Ling-3.0-flash-GGUF:Q4_K_S

Published results

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