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

MacWispr Qwen3.5-0.8B Polish (MLX 4-bit)

On-device post-dictation polish for MacWispr.

  • Base SFT: Qwen3.5-0.8B polish enum (lists, cleanup, course-correction)
  • Format: MLX 4-bit affine quant (~424 MB on disk)
  • Prompt: bare ### Input: / ### Output:
  • Does not answer questions you only meant to type

Not shipped inside the MacWispr app. Downloaded once when the user enables Local LLM polish in Settings (off by default). Saved under Application Support.

Smoke

### Input:
so uh get milk eggs and bread please

### Output:
- Milk
- Eggs
- Bread
Downloads last month
36
Safetensors
Model size
0.1B params
Tensor type
BF16
U32
F32
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