How to use from
OpenClaw
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "mlx-community/KAT-Coder-V2.5-Dev-OptiQ-4bit"
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "mlx-community/KAT-Coder-V2.5-Dev-OptiQ-4bit" \
  --custom-provider-id mlx-lm \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

KAT-Coder-V2.5-Dev-OptiQ-4bit

Built with mlx-optiq, the MLX-native toolkit to quantize, fine-tune, and serve LLMs locally on Apple Silicon (no PyTorch, no cloud). Try the Lab · All OptiQ quants · Docs

An OptiQ mixed-precision MLX quant of KAT-Coder-V2.5-Dev, a qwen3_5_moe coding model (256-routed-expert sparse MoE with hybrid linear + full attention).

  • Mixed 4/8-bit static build — per-layer bit-widths assigned to a 4.5 target bits-per-weight: 400 projections at 4-bit, 111 at 8-bit.
  • ~4.51 bits per weight, 20 GB on disk.

Requirements

pip install -U optiq

qwen3_5_moe loads under stock mlx-lm too, but optiq serve adds mixed- precision loading, KV-cache quantization, and the OptiQ Lab.

Running it

optiq serve --model mlx-community/KAT-Coder-V2.5-Dev-OptiQ-4bit

Then use the OpenAI-compatible endpoint at http://localhost:8000/v1, the OptiQ Lab, or point optiq code at it. This is a reasoning coder — it thinks before it answers.

Downloads last month
1,535
Safetensors
Model size
35B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for mlx-community/KAT-Coder-V2.5-Dev-OptiQ-4bit

Quantized
(34)
this model