How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "fableforge-ai/FableForge"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "fableforge-ai/FableForge",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/fableforge-ai/FableForge
Quick Links

FableForge

FableForge generalist β€” all NEXUS domains distilled into one model.

Downloads Demos

Part of the FableForge ecosystem.


⚑ Run it now β€” Ollama

ollama run hf.co/fableforge-ai/FableForge:Q4_K_M

πŸ“¦ GGUF quants: fableforge-ai/FableForge

🧠 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:


⭐ Like & share β€” it helps people find the source instead of a mirror.

Downloads last month
935
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support