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 "Open4bits/Seed-OSS-36B-Instruct-mlx-2Bit"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "Open4bits/Seed-OSS-36B-Instruct-mlx-2Bit"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "Open4bits/Seed-OSS-36B-Instruct-mlx-2Bit",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links
README.md exists but content is empty.
Downloads last month
149
Safetensors
Model size
36B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

2-bit

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

Model tree for Open4bits/Seed-OSS-36B-Instruct-mlx-2Bit

Quantized
(39)
this model

Collection including Open4bits/Seed-OSS-36B-Instruct-mlx-2Bit