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

Qwen3 4B Thinking 2507 x GPT-5-Codex

This model was finetuned on 1000 examples from OpenAI's GPT-5-Codex


  • Developed by: TeichAI
  • License: apache-2.0
  • Finetuned from model : unsloth/Qwen3-4B-Thinking-2507

This qwen3 model was trained 2x faster with Unsloth and Huggingface's TRL library.

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

8-bit

16-bit

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

Model tree for TeichAI/Qwen3-4B-Thinking-2507-GPT-5-Codex-Distill-GGUF

Dataset used to train TeichAI/Qwen3-4B-Thinking-2507-GPT-5-Codex-Distill-GGUF

Collection including TeichAI/Qwen3-4B-Thinking-2507-GPT-5-Codex-Distill-GGUF