Image-Text-to-Text
MLX
Safetensors
Transformers
English
qwen3_5
text-generation-inference
unsloth
conversational
8-bit precision
How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "shamsghi/Qwen3.5-2b-Kimi-and-Opus-Distillation-MLX-8bit",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
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
177
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