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="GetBeholder/Beholder-GGUF",
	filename="Beholder-Q8_0.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Beholder β€” GGUF (native / local)

GGUF build of the Beholder state-extractor for native local runtimes β€” llama.cpp, LM Studio, KoboldCpp, Ollama, and any OpenAI-compatible local server.

Beholder reads roleplay / narrative prose and emits structured character state β€” clothing, colors, materials, held items, and wounds β€” per body slot.

Files

  • Beholder-Q8_0.gguf β€” 8-bit quant (recommended; best quality/size for a model this small)

Running in the browser instead? Use the WebGPU build β†’ GetBeholder/Beholder-q4f16.

License

PolyForm Noncommercial 1.0.0. Commercial use by permission.

Downloads last month
50
GGUF
Model size
0.8B params
Architecture
qwen35
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