Baltor Get started

Models

Qwen3 235B A22B Instruct 2507

By Qwen. 235.1 billion parameters, a context window of 262,144 tokens and the licence apache-2.0.

Facts

Released
2025-07-21 the day the repository was first published on Hugging Face Hugging Face, read
Licence
apache-2.0 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
235.1 billion counted from the safetensors weight files Hugging Face, read
Active parameters
22.2 billion estimate estimated from the expert counts and sizes in the configuration model configuration, read
Knowledge cutoff
2025-06-30 the knowledge cutoff OpenRouter lists OpenRouter, read
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
  • 235,929 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
ModelScope direct0 USD0 USD262,144 older than 30 days; check the providermodels.dev, read
GMICloud through OpenRouter0.087 USD0.350 USD262,144OpenRouter endpoints, read
Deep Infra direct0.090 USD0.550 USD262,144 older than 30 days; check the providermodels.dev, read
DeepInfra through OpenRouter0.090 USD0.550 USD262,144OpenRouter endpoints, read
Novita through OpenRouter0.090 USD0.580 USD131,072OpenRouter endpoints, read
NovitaAI direct0.090 USD0.580 USD131,072 older than 30 days; check the providermodels.dev, read
Meganova direct0.090 USD0.600 USD262,000 older than 30 days; check the providermodels.dev, read
Merge Gateway direct0.100 USD0.600 USD131,072 older than 30 days; check the providermodels.dev, read
NanoGPT direct0.130 USD0.500 USD262,144 older than 30 days; check the providermodels.dev, read
Abacus direct0.130 USD0.600 USD262,144 older than 30 days; check the providermodels.dev, read
Parasail through OpenRouter0.140 USD0.800 USD131,072OpenRouter endpoints, read
Alibaba through OpenRouter0.149 USD0.598 USD131,072OpenRouter endpoints, read
Venice through OpenRouter0.150 USD0.750 USD128,000OpenRouter endpoints, read
Jiekou.AI direct0.150 USD0.800 USD131,072models.dev, read
submodel direct0.200 USD0.300 USD262,144 older than 30 days; check the providermodels.dev, read
Nebius through OpenRouter0.200 USD0.600 USD262,144OpenRouter endpoints, read
Nebius Token Factory direct0.200 USD0.600 USD262,144 older than 30 days; check the providermodels.dev, read
StreamLake through OpenRouter0.210 USD0.840 USD128,000OpenRouter endpoints, read
Crusoe direct0.220 USD0.800 USD262,144 older than 30 days; check the providermodels.dev, read
Google through OpenRouter0.220 USD0.880 USD262,144OpenRouter endpoints, read
Eden AI direct0.230 USD0.920 USD131,072 older than 30 days; check the providermodels.dev, read
Google through OpenRouter0.250 USD1.00 USD262,144OpenRouter endpoints, read
Hugging Face direct0.855 USD2.56 USD262,144 older than 30 days; check the providermodels.dev, read
Pioneer direct1.20 USD1.20 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
Q2_K79.8 GiB85.8 GiB90.2 GiB
Q2_K_L79.9 GiB85.9 GiB90.3 GiB
UD-Q2_K_XL82.7 GiB88.8 GiB93.2 GiB
Q3_K_S94.5 GiB101 GiB106 GiB
UD-Q3_K_XL97.0 GiB104 GiB108 GiB
Q3_K_M105 GiB112 GiB116 GiB
IQ4_XS117 GiB125 GiB129 GiB
Q4_0124 GiB132 GiB137 GiB
Q4_K_S125 GiB133 GiB137 GiB
UD-Q4_K_XL125 GiB133 GiB138 GiB
Q4_K_M132 GiB141 GiB145 GiB
Q4_1137 GiB146 GiB150 GiB
Q5_K_S151 GiB160 GiB165 GiB
Q5_K_M155 GiB165 GiB170 GiB
UD-Q5_K_XL157 GiB167 GiB172 GiB
Q6_K180 GiB191 GiB195 GiB
UD-Q6_K_XL188 GiB199 GiB204 GiB
Q8_0233 GiB246 GiB251 GiB
UD-Q8_K_XL255 GiB270 GiB275 GiB
BF16438 GiB462 GiB466 GiB

Start it with a local runtime

  • Ollama
    ollama run hf.co/unsloth/Qwen3-235B-A22B-Instruct-2507-GGUF:Q4_0
  • LM Studio
    lms get unsloth/Qwen3-235B-A22B-Instruct-2507-GGUF
    lms server start
  • llama.cpp server
    llama-server -hf unsloth/Qwen3-235B-A22B-Instruct-2507-GGUF:Q4_0 --jinja
  • vLLM
    vllm serve Qwen/Qwen3-235B-A22B-Instruct-2507
  • SGLang
    sglang serve --model-path Qwen/Qwen3-235B-A22B-Instruct-2507 --port 30000

Use it from your harness

Set up for Abacus with the model Qwen/Qwen3-235B-A22B-Instruct-2507. 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": {
    "abacus": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Abacus",
      "options": {
        "baseURL": "https://routellm.abacus.ai/v1",
        "apiKey": "{env:ABACUS_API_KEY}"
      },
      "models": {
        "Qwen/Qwen3-235B-A22B-Instruct-2507": {
          "name": "Qwen3 235B A22B Instruct 2507",
          "limit": {
            "context": 262144,
            "output": 235929
          }
        }
      }
    }
  }
}
  • 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": {
    "abacus": {
      "baseUrl": "https://routellm.abacus.ai/v1",
      "api": "openai-completions",
      "apiKey": "$ABACUS_API_KEY",
      "models": [
        {
          "id": "Qwen/Qwen3-235B-A22B-Instruct-2507"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and Abacus 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 Abacus 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 Qwen/Qwen3-235B-A22B-Instruct-2507
  • DeepInfra, model Qwen/Qwen3-235B-A22B-Instruct-2507
  • Eden AI, model qwen/qwen3-235b-a22b-instruct-2507
  • Hugging Face, model Qwen/Qwen3-235B-A22B-Instruct-2507
  • Jiekou.AI, model qwen/qwen3-235b-a22b-instruct-2507
  • Meganova, model Qwen/Qwen3-235B-A22B-Instruct-2507
  • ModelScope, model Qwen/Qwen3-235B-A22B-Instruct-2507
  • NanoGPT, model qwen/qwen3-235b-a22b-instruct-2507
  • Nebius Token Factory, model Qwen/Qwen3-235B-A22B-Instruct-2507
  • NovitaAI, model qwen/qwen3-235b-a22b-instruct-2507
  • Pioneer, model Qwen/Qwen3-235B-A22B-Instruct-2507

Published results

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