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 "Wwayu/L3.3-The-Omega-Directive-70B-Unslop-v2.1-mlx-4Bit"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "Wwayu/L3.3-The-Omega-Directive-70B-Unslop-v2.1-mlx-4Bit"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "Wwayu/L3.3-The-Omega-Directive-70B-Unslop-v2.1-mlx-4Bit",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

Not-For-All-Audiences

This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.

View model card