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

mlx-community/Ornith-1.0-9B-4bit

This model was converted to MLX format from deepreinforce-ai/Ornith-1.0-9B using mlx-vlm version 0.6.3. Refer to the original model card for more details on the model.

Use with mlx

pip install -U mlx-vlm
python -m mlx_vlm.generate --model mlx-community/Ornith-1.0-9B-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
Downloads last month
44
Safetensors
Model size
2B params
Tensor type
BF16
·
U32
·
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

Model tree for RigCodeAI/qwen-3.5-9b

Quantized
(96)
this model