How to use from
Pi
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "ToPo-ToPo/Qwythos-9B-Claude-Mythos-5-1M-mlx-8bit-noident"
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "mlx-lm": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "ToPo-ToPo/Qwythos-9B-Claude-Mythos-5-1M-mlx-8bit-noident"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Qwythos-9B-Claude-Mythos-5-1M MLX (8bit, noident)

A conversion of empero-ai/Qwythos-9B-Claude-Mythos-5-1M to Apple's MLX format, quantized to 8bit.

About the chat template

Modified variant: both the forced identity and the default system prompt have been completely removed from chat_template.jinja. A system block is emitted only when the caller provides one. The weights are unchanged and identical to the same-quantization base variant.

Usage (mlx-vlm)

uv add mlx-vlm
from mlx_vlm import load, generate
from mlx_vlm.prompt_utils import apply_chat_template

model, processor = load("ToPo-ToPo/Qwythos-9B-Claude-Mythos-5-1M-mlx-8bit-noident")
messages = [{"role": "user", "content": "Hello"}]
prompt = apply_chat_template(processor, model.config, messages)
print(generate(model, processor, prompt, max_tokens=256))

This repository is a derivative work distributed under Apache-2.0. The original attribution and license are inherited as noted above.

Downloads last month
318
Safetensors
Model size
3B params
Tensor type
BF16
·
U32
·
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

Model tree for ToPo-ToPo/Qwythos-9B-Claude-Mythos-5-1M-mlx-8bit-noident

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

Collection including ToPo-ToPo/Qwythos-9B-Claude-Mythos-5-1M-mlx-8bit-noident