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

This is an mlx-OptiQ conversion of Altworld/Astrea-R8-Chat-9B.

This is a RP/Writer model. Highly recommend consulting the original model card for the details.

Downloads last month
23
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 jaithree/Astrea-R8-Chat-9B-OptiQ-4bit

Finetuned
Qwen/Qwen3.5-9B
Quantized
(6)
this model