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 "abenzerps/Nex-N2.5-mini-MLX-4bit"
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "mlx-lm": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "abenzerps/Nex-N2.5-mini-MLX-4bit"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Nex-N2.5-mini MLX — 4-bit

MLX 4-bit conversion of Nex-N2.5-mini, a sparse MoE language model for local inference, coding, reasoning, and long-context work. The source checkpoint supports a native context length of 262,144 tokens (256K).

Benchmarks

Nex-N2.5 benchmark results

Benchmark results reported by Nex AI for the original Nex-N2.5 checkpoint and its upstream evaluation setup.

Release

Format Quantization Size
MLX safetensors Affine 4-bit, group size 64 19.53 GB

This release contains the text-generation weights and tokenizer. It does not include MTP weights or a vision projector.

Usage

pip install -U mlx-lm
mlx_lm.generate \
  --model . \
  --prompt "Explain why reproducible builds matter." \
  --max-tokens 512

Source

Downloads last month
787
Safetensors
Model size
35B params
Tensor type
U32
·
BF16
·
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 abenzerps/Nex-N2.5-mini-MLX-4bit

Quantized
(33)
this model

Collection including abenzerps/Nex-N2.5-mini-MLX-4bit