MXFP4 GGUF quantization of empero-ai/Qwythos-9B-Claude-Mythos-5-1M -- a full-parameter reasoning model built on a deeply uncensored Qwen3.5-9B base, post-trained on 500M+ tokens of Claude Mythos and Claude Fable traces with chain-of-thought generated in-house by Empero AI's internal tool rethink.
What makes Qwythos special
1M token context -- YaRN rope-scaling enabled by default for a full 1,048,576-token context window. One of the longest context windows in any 9B open-weight model. Suitable for whole-codebase reasoning, multi-document research, and long agentic trajectories.
Massive benchmark gains over base -- +34 pts MMLU, +30 pts gsm8k-strict, +19 pts gsm8k-flex under matched evaluation.
Native function calling -- OpenAI/Qwen3.5-style tool use out of the box. Pass tools=[...] and the model emits valid <tool_call> blocks. Self-corrects with Python executor and web search (7/7 test prompts succeeded).
Uncensored by design -- Engages substantively with technically demanding questions across cybersecurity, red-teaming, biology, pharmacology, and clinical medicine where over-aligned models refuse or hedge.
Reasoning model -- Every answer opens with a <think> block before the final response. Use generous max_new_tokens (16,384 recommended).
Reasoning model -- Every answer opens with <think> block. Allow generous token budget.
Text-only fine-tune -- Vision tower was frozen; vision behavior is inherited from base and was not tuned.
Uncensored -- Add application-level safety layer for end-user deployments.
Verify specifics -- Like all 9B models, can over-commit to specific identifiers (CVEs, drug dosages). Pair with tools for accuracy-critical deployments.