Baltor Get started

Models

Ling 3.0 Flash VL

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

Facts

Released
2026-09-04 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
124.8 billion counted from the safetensors weight files Hugging Face, read
Active parameters
5.9 billion estimate estimated from the expert counts and sizes in the configuration model configuration, read
Knowledge cutoff
Unknown
Context window
  • 131,072 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 structured outputs among the supported parameters OpenRouter, read
Reasoning controls
  • Yes OpenRouter lists reasoning controls OpenRouter, read
Inputs and outputs
text, image in, text out Hugging Face, read
Good for
  • Vision: Hugging Face files it under image-text-to-text Hugging Face, read
  • 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.062 USD262,144OpenRouter endpoints, read
DeepInfra through OpenRouter0.060 USD0.180 USD131,072OpenRouter endpoints, read
NanoGPT direct0.060 USD0.180 USD262,144models.dev, read
OpenRouter direct0.060 USD0.180 USD262,144models.dev, read
Kilo Gateway direct0.075 USD0.220 USD131,072models.dev, read
Vercel AI Gateway direct0.075 USD0.220 USD256,000models.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
IQ2_XS34.0 GiB36.6 GiB37.7 GiB
IQ2_M37.8 GiB40.6 GiB41.7 GiB
UD-Q2_K_XL39.0 GiB41.8 GiB43.0 GiB
Q3_K_M55.2 GiB58.9 GiB60.0 GiB
UD-Q3_K_XL56.5 GiB60.2 GiB61.3 GiB
MXFP4_MOE63.5 GiB67.5 GiB68.6 GiB
Q4_K_S65.8 GiB70.0 GiB71.1 GiB
Q4_K_M70.7 GiB75.1 GiB76.2 GiB
UD-Q4_K_XL76.3 GiB81.0 GiB82.1 GiB
Q5_K_M82.3 GiB87.3 GiB88.4 GiB
UD-Q5_K_XL86.0 GiB91.1 GiB92.2 GiB
Q6_K96.0 GiB102 GiB103 GiB
UD-Q6_K_XL96.0 GiB102 GiB103 GiB
UD-Q6_K105 GiB111 GiB112 GiB
Q8_0123 GiB130 GiB131 GiB
BF16234 GiB246 GiB247 GiB

Start it with a local runtime

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

Use it from your harness

Set up for Kilo Gateway with the model inclusionai/ling-3.0-flash-vl. 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-vl": {
          "name": "Ling 3.0 Flash VL",
          "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-vl"
        }
      ]
    }
  }
}
  • 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-vl
  • OpenRouter, model inclusionai/ling-3.0-flash-vl
  • Ollama, model hf.co/bloomer010/Ling-3.0-flash-VL-GGUF:Q4_K_S

Published results

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