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

FlatFootInternational/Qwythos-9B-Claude-Mythos-5-1M-mlx-bf16

This model was converted to MLX format from empero-ai/Qwythos-9B-Claude-Mythos-5-1M using mlx-vlm version 0.6.3. Refer to the original model card for more details on the model.

Works with LMStudio.

Use with mlx

pip install -U mlx-vlm
python -m mlx_vlm.generate --model FlatFootInternational/Qwythos-9B-Claude-Mythos-5-1M-mlx-bf16 --max-tokens 16384 --temperature 0.6 --prompt "Describe this image." --image <path_to_image>
Downloads last month
112
Safetensors
Model size
9B params
Tensor type
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

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

Model tree for FlatFootInternational/Qwythos-9B-Claude-Mythos-5-1M-mlx-bf16

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