How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "kalle07/ministral_3-3b-instruct-2512-heretic_R3_KL0029-bf16-gguf" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "kalle07/ministral_3-3b-instruct-2512-heretic_R3_KL0029-bf16-gguf",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "kalle07/ministral_3-3b-instruct-2512-heretic_R3_KL0029-bf16-gguf" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "kalle07/ministral_3-3b-instruct-2512-heretic_R3_KL0029-bf16-gguf",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

This is a really uncensored version of mistralai/Ministral-3-3B-Instruct-2512-BF16 created with Heretic
https://github.com/p-e-w/heretic

initial Refusals 97/100
-> now 3 Refusals with KL=0.029

Note: This heretic model is highly uncensored; thus use it with extreme caution and care.
better than all other uncesored versions from others for this model (18.FEB 26)



Downloads last month
20
GGUF
Model size
3B params
Architecture
mistral3
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for kalle07/ministral_3-3b-instruct-2512-heretic_R3_KL0029-bf16-gguf

Collection including kalle07/ministral_3-3b-instruct-2512-heretic_R3_KL0029-bf16-gguf