How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "mondk/claude-sonnet5-qwen-thinking"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "mondk/claude-sonnet5-qwen-thinking",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/mondk/claude-sonnet5-qwen-thinking:
Quick Links

base_model:

  • unsloth/Qwen3-4B-Thinking-2507-unsloth-bnb-4bit
  • unsloth/Qwen3.5-4B

Yeah, it's just like Claude.

I'm too lazy to write 😭😭😭 sorry bruh

Downloads last month
795
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

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

Model tree for mondk/claude-sonnet5-qwen-thinking

Dataset used to train mondk/claude-sonnet5-qwen-thinking