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 "beezu/Sophosympatheia_Evathene-v1.3-MLX-MXFP4"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "beezu/Sophosympatheia_Evathene-v1.3-MLX-MXFP4"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "beezu/Sophosympatheia_Evathene-v1.3-MLX-MXFP4",
     "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