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-32b",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

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

This model has been replaced by prism-coder-27b.

The 27B achieves 100% BFCL (same as 32B) with:

  • 16% smaller (16 GB vs 19 GB)
  • Faster inference (28.5 tok/s vs ~22)
  • O(n) DeltaNet long context
  • Newer Qwen3.5 base (vs Qwen3)
# Use this instead:
ollama pull dcostenco/prism-coder:27b
Downloads last month
5,162
GGUF
Model size
33B 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