Views
No views yet
Parameter count: 24,011,361,280 logical inference parameters (approximately 24.01B).4-bitnames the low precision tier; it is not a 4B model-size claim. The count includes the bundled BF16 vision tower.
5cc5ba993ad5220ec4cbac1ab7126cd80189094a with
mlx-optiq 0.4.2.fix_mistral_regex: true, following the runtime warning for correct token
splitting. No model training or benchmark results are claimed by AutomatosX.UPSTREAM_README.md; exact conversion
inputs, allocation, validation, and hashes are recorded in
ax_provenance.json, optiq_metadata.json, and optiq_sensitivity.json.UPSTREAM_MODEL_SAFETENSORS_INDEX.json and REBUILT_SOURCE_MODEL_SAFETENSORS_INDEX.json.max_position_embeddings: 393,216, while Mistral's official model card documents 262,144 tokens. This release preserves the source config value in text_config and keeps generation_config.max_length at 262,144. Treat 262,144 tokens as the documented operational context unless you have validated a longer window yourself.| Property | Value |
|---|---|
| Format | MLX Safetensors |
| Quantization | OptiQ mixed 4/8-bit, group size 64 |
| Measured allocation | 112 components at 4-bit; 169 at 8-bit |
| Allocation target / achieved BPW | 5.0 / 5.1053 |
| Sensitivity reference | BF16 |
| Calibration | 24 × 512-token, six-domain mix |
| Allocation guards | 2-component block floor; 3-block low-bit run limit |
| Vision tower | Bundled BF16 sidecar |
| Source companions | processor_config.json, params.json, tekken.json, CHAT_SYSTEM_PROMPT.txt, VIBE_SYSTEM_PROMPT.txt |
| Official documented context | 262,144 tokens |
Source config max_position_embeddings | 393,216 tokens |
| Logical parameters | 24,011,361,280 (24.01B) |
Original upstream index total_parameters | Not provided |
| Download size | Approximately 17.7 GB |
| Intended hardware | Apple Silicon |
language_model.model.embed_tokens at 8-bit) appear in config.json and can
make a naive config recount differ by one 8-bit entry.tekken.json when bundled), processor
config, and documentation. It therefore should not be estimated by multiplying
the logical parameter count by the achieved BPW.CHAT_SYSTEM_PROMPT.txt — general Le Chat-style assistantVIBE_SYSTEM_PROMPT.txt — Mistral Vibe coding-agent wrapper1pip install -U mlx-vlm
2
3python -m mlx_vlm.generate \
4 --model AutomatosX/AX-Devstral-Small-2-24B-Instruct-2512-MLX-OptiQ-4bit \
5 --max-tokens 100 \
6 --temperature 0 \
7 --prompt "Describe this image." \
8 --image <path_to_image>1hf download AutomatosX/AX-Devstral-Small-2-24B-Instruct-2512-MLX-OptiQ-4bit \
2 --local-dir ./AX-Devstral-Small-2-24B-Instruct-2512-MLX-OptiQ-4bit
3
4ax-engine doctor \
5 --mlx-model-artifacts-dir ./AX-Devstral-Small-2-24B-Instruct-2512-MLX-OptiQ-4bit
6
7ax-engine serve ./AX-Devstral-Small-2-24B-Instruct-2512-MLX-OptiQ-4bit --port 31418READYreadyLICENSE, the
mistralai/Devstral-Small-2-24B-Instruct-2512 model card,
and UPSTREAM_README.md for limitations and responsible-use guidance.