How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF:
# Run inference directly in the terminal:
llama cli -hf prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF:
# Run inference directly in the terminal:
llama cli -hf prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF:
Use Docker
docker model run hf.co/prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF:
Quick Links

Zenith-9B-CodeCore-Merge-GGUF

Zenith-9B-CodeCore-Merge is a merged 9B-parameter coding and reasoning model designed for long-horizon coding tasks, agentic coding, and agentic reasoning. It is built by merging Qwen3.5-9B as the base model with OxCoder-9B, Qwopus3.5-9B-Coder, and Ornith-1.5-9B, combining their capabilities for code generation, multi-step problem solving, instruction following, and autonomous coding workflows. The model is intended for complex software-engineering tasks that require sustained reasoning across multiple steps, code understanding, modification, debugging, and tool-oriented agentic workflows. This model is experimental and may generate artifacts.

Model Files

File Name Quant Type File Size File Link
Zenith-9B-CodeCore-Merge.BF16.gguf BF16 17.9 GB Download
Zenith-9B-CodeCore-Merge.Q3_K_L.gguf Q3_K_L 4.93 GB Download
Zenith-9B-CodeCore-Merge.Q3_K_M.gguf Q3_K_M 4.62 GB Download
Zenith-9B-CodeCore-Merge.Q4_K_M.gguf Q4_K_M 5.63 GB Download
Zenith-9B-CodeCore-Merge.Q4_K_S.gguf Q4_K_S 5.35 GB Download
Zenith-9B-CodeCore-Merge.Q5_K_M.gguf Q5_K_M 6.47 GB Download
Zenith-9B-CodeCore-Merge.Q5_K_S.gguf Q5_K_S 6.31 GB Download

llama.cpp

LLM inference in C/C++ — https://github.com/ggml-org/llama.cpp

Downloads last month
582
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

16-bit

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

Model tree for prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF

Quantized
(3)
this model

Collections including prithivMLmods/Zenith-9B-CodeCore-Merge-GGUF