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 "loleg/Apertus-8B-Instruct-2509-mlx"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "loleg/Apertus-8B-Instruct-2509-mlx"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "loleg/Apertus-8B-Instruct-2509-mlx",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

This model was converted to MLX format from swiss-ai/Apertus-8B-Instruct-2509 using mlx-lm version 0.29.1.

Usage instructions can be found at log.alets.ch/119

Please visit the swiss-ai organisation for more details on the Apertus model.

Downloads last month
22
Safetensors
Model size
8B params
Tensor type
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for loleg/Apertus-8B-Instruct-2509-mlx

Finetuned
(18)
this model