How to use from
Pi
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "StargazerLabs/Qwen3.8-23B-Mini-Me-4bit"
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "mlx-lm": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "StargazerLabs/Qwen3.8-23B-Mini-Me-4bit"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Qwen3.8-23B-Mini-Me (4bit)

This model has been through a battery of personal probes rather than standard benchmarks; there are no standard benchmark metrics to report yet.

During internal use, it has held for coding and agentic work — long multi-turn conversations, tool calling, instruction retention past its nominal context — while landing slightly short of the parent across most things.

Expect it to be smaller, faster, and just a little bit less smart than Qwen3.8-27B, not a different model.

Architecture: Same as the original Qwen3.8-27B minus 12 layers: 52 layers, vision tower intact and untouched

Layers 12–15, 24–27, and 36–39 were all removed based on lesion probing across different combinations of depth prunes; these were the most favorable combination of layers to remove based on internal tests

Downloads last month
313
Safetensors
Model size
4B 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 StargazerLabs/Qwen3.8-23B-Mini-Me-4bit

Base model

Qwen/Qwen3.8-27B
Quantized
(4)
this model

Collection including StargazerLabs/Qwen3.8-23B-Mini-Me-4bit