Image-Text-to-Text
MLX
Safetensors
Transformers
English
qwen3_5
text-generation-inference
unsloth
conversational
8-bit precision
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 "shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit"
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 "shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit" \
  --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

Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit

This is an MLX 8-bit conversion of ertghiu256/Qwen3.5-2b-Kimi-and-Opus-Distillation for Apple Silicon.

Model Details

  • Base model: ertghiu256/Qwen3.5-2b-Kimi-and-Opus-Distillation
  • Format: MLX safetensors
  • Runtime: mlx-vlm
  • Quantization: 8-bit
  • License: Apache-2.0

Release Notes

v1.0.0 - 2026-04-15

  • Initial MLX 8-bit release.
  • Converted from the original Hugging Face checkpoint to MLX format.
  • Includes tokenizer and processor config files.
  • Verified locally after conversion.

Usage

mlx_vlm.generate \
  --model shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit \
  --prompt "Write a short hello world in Python." \
  --max-tokens 100
Downloads last month
187
Safetensors
Model size
2B params
Tensor type
U32
·
F16
·
F32
·
MLX
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit

Finetuned
Qwen/Qwen3.5-2B
Quantized
(4)
this model

Datasets used to train shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit