HarleyWang/Qwen3.5-27B-Claude-Opus-4.6-High-Reasoning-MLX-4bit
130
Qwen3.5-27B-Claude-Opus-4.6-High-Reasoning-MLX-4bit
A distilled version of Qwen3.5-27B, enhanced with Claude Opus 4.6 reasoning patterns through knowledge distillation.
Model Details
- Original Model: Qwen/Qwen3.5-27B
- Quantization: 4-bit (~4.501 bits per weight)
- Group Size: 64
- Format: MLX SafeTensors
- Framework: mlx-lm
Evaluation Results
- Evaluator: Qwen3-Coder-Next
- Test Samples: 260 (based on personal dataset, for reference only)
- Date: 2026-03-29
Overall Performance
Score Breakdown (10-point scale)
Performance by Category
Quick Start with oMLX
Installation
brew tap jundot/omlx https://github.com/jundot/omlx
brew install omlxAlternatively, you can download the DMG version here:
https://github.com/jundot/omlx/releases/tag/v0.3.0In another terminal, use the API
curl http://localhost:8000/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "default",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "What is the capital of France?"}
],
"temperature": 0.7,
"max_tokens": 256
}'License
This model is licensed under Apache-2.0.
This model was distilled to capture Claude Opus 4.6's reasoning capabilities while maintaining Qwen3.5-27B's efficiency and multilingual support. Recommended for inference with vLLM for optimal performance.
