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

8-bit

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