How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="huskyauto/Qwen3-14B-Claude-4.5-Opus-High-Reasoning-Distill-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("huskyauto/Qwen3-14B-Claude-4.5-Opus-High-Reasoning-Distill-GGUF")
model = AutoModelForCausalLM.from_pretrained("huskyauto/Qwen3-14B-Claude-4.5-Opus-High-Reasoning-Distill-GGUF", device_map="auto")
Quick Links

Qwen3 14B Thinking 2507 x Claude 4.5 Opus (High Reasoning) Distill

This model was trained on a Claude Opus 4.5 (reasoning) dataset with a high reasoning effort.

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

3-bit

4-bit

8-bit

16-bit

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

Model tree for huskyauto/Qwen3-14B-Claude-4.5-Opus-High-Reasoning-Distill-GGUF

Dataset used to train huskyauto/Qwen3-14B-Claude-4.5-Opus-High-Reasoning-Distill-GGUF