How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="King3Djbl/mythos-9b-merged",
	filename="mythos-9b-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

mythos-9b-merged

Uncensored, agentic model — tool-use, shell & coding, zero refusals.

Downloads Demos

Base model: Qwen/Qwen3-8B · Part of the FableForge ecosystem.


⚡ Quickest start — Ollama (these pulls credit the source, not a mirror)

ollama run hf.co/King3Djbl/mythos-9b-merged:Q4_K_M

🦙 llama.cpp

llama-cli -hf King3Djbl/mythos-9b-merged:Q4_K_M -p "Hello!"

💠 LM Studio

Search King3Djbl/mythos-9b-merged and pick a quant below.


📦 Provided quants (download one file, not the whole repo)

File Quant Size Notes
mythos-9b-Q4_K_M.gguf Q4_K_M 5.03 GB Best size/quality balance — default pick for most users.

Not sure? Take Q4_K_M. Low RAM → IQ4_XS. Max quality → Q6_K.

🧠 Prompt format (ChatML)

<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

🌌 See it live — the FableForge demos

This family powers a galaxy of free, interactive HF Spaces:


🔗 Related models


⭐ Like & share — it helps people find the source instead of a mirror.

Downloads last month
1,988
GGUF
Model size
8B params
Architecture
qwen3
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 King3Djbl/mythos-9b-merged

Finetuned
Qwen/Qwen3-8B
Finetuned
(1964)
this model
Merges
1 model
Quantizations
3 models

Collection including King3Djbl/mythos-9b-merged