How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="dcostenco/prism-coder-14b",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

⚠️ DEPRECATED — Use prism-coder:9b instead

This model has been replaced by prism-coder-9b (Qwen3.5-9B).

Metric 14B (this, Qwen 3) 9B (replacement, Qwen 3.5)
BFCL Overall 90.3% 100.0%
Model Size 9.0 GB 5.8 GB (36% smaller)
Hallucinations 0 0
# Use this instead:
ollama pull dcostenco/prism-coder:9b

Current Fleet

Model Ollama tag Size BFCL Role
Qwen3.5-2B Q3_K_M dcostenco/prism-coder:2b 2.3 GB 99.1% iPhone / mobile
Qwen3.5-4B Q4_K_M dcostenco/prism-coder:4b 3.4 GB 100% Verifier / 8 GB+
Qwen3.5-9B Q4_K_M dcostenco/prism-coder:9b 5.8 GB 100% Default router
prism-coder:32b dcostenco/prism-coder:32b 19 GB 100% Complex tasks
Downloads last month
2,876
GGUF
Model size
15B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Model tree for dcostenco/prism-coder-14b

Finetuned
Qwen/Qwen3-14B
Quantized
(183)
this model
Quantizations
2 models