How to use from
OpenClaw
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "abenzerps/Apodex-1.1-mini-MLX"
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "abenzerps/Apodex-1.1-mini-MLX" \
  --custom-provider-id mlx-lm \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

Apodex-1.1-mini MLX

MLX conversion of apodex/Apodex-1.1-mini, a 35.95B-parameter Qwen3.5 MoE model for research, data, files, code, and tool-driven work.

This text-only release is optimized for Apple silicon with mlx-lm.

Upstream benchmarks

Apodex-1.1 benchmark results

Results reported by Apodex AI from evaluations of the original Apodex-1.1 model using FrontierAgent, its agent harness and evaluation suite.

Apodex-1.1-mini benchmark results

Results reported by Apodex AI from evaluations of the original Apodex-1.1-mini checkpoint using FrontierAgent. With the Agent Team workflow, it scored 27.7 on APEX-Agent, 50.2 on FrontierFinance, and 51.7 on FrontierScience-Research.

Release

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

The MoE router and shared-expert gate weights remain at 8-bit; other eligible weights use affine 4-bit quantization. Image input and native MTP are not included in this MLX release.

Usage

pip install -U mlx-lm

mlx_lm.generate \
  --model abenzerps/Apodex-1.1-mini-MLX \
  --prompt "Explain why reproducible builds matter." \
  --max-tokens 512 --temp 0.7

The 19.5 GB weights require additional unified memory for the runtime and KV cache, particularly at long context lengths. To disable thinking, pass --chat-template-config '{"enable_thinking": false}'.

Source

Downloads last month
1,007
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/Apodex-1.1-mini-MLX

Quantized
(19)
this model

Collection including abenzerps/Apodex-1.1-mini-MLX