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 "SpaceTimee/Suri-Qwen-3.1-30B-Uncensored-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": "SpaceTimee/Suri-Qwen-3.1-30B-Uncensored-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 "SpaceTimee/Suri-Qwen-3.1-30B-Uncensored-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": "SpaceTimee/Suri-Qwen-3.1-30B-Uncensored-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

Suri ⬡ Qwen

Uncensor Is All You Need


自我介绍

Suri Qwen 3.1 30B Uncensored GGUF: 一只基于 Qwen3 30B A3B Instruct 2507 的无审查 (去对齐) GGUF 量化模型

推荐参数

  • Temperature: 0.5 ~ 0.6
  • Top_P: 0.9 ~ 0.95
  • Presence_Penalty: 0 ~ 2

开发者

Space Time

联系方式

  1. QQ 群: 902575634
  2. 邮箱: Zeus6_6@163.com

•ᴗ•

Downloads last month
182
GGUF
Model size
31B params
Architecture
qwen3moe
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for SpaceTimee/Suri-Qwen-3.1-30B-Uncensored-GGUF

Datasets used to train SpaceTimee/Suri-Qwen-3.1-30B-Uncensored-GGUF

Collection including SpaceTimee/Suri-Qwen-3.1-30B-Uncensored-GGUF