How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "abenzerps/Nex-N2.5-mini-MLX-8bit"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "abenzerps/Nex-N2.5-mini-MLX-8bit"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "abenzerps/Nex-N2.5-mini-MLX-8bit",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

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

MLX 8-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 8-bit, group size 64 36.85 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
386
Safetensors
Model size
35B params
Tensor type
U32
·
BF16
·
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 abenzerps/Nex-N2.5-mini-MLX-8bit

Quantized
(34)
this model

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