How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf prithivMLmods/Vortex-9B-CodeCore-Merge-GGUF:
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "prithivMLmods/Vortex-9B-CodeCore-Merge-GGUF:" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

Vortex-9B-CodeCore-Merge-GGUF

Vortex-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 NeoHorse-1-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
Vortex-9B-CodeCore-Merge.BF16.gguf BF16 17.9 GB Download
Vortex-9B-CodeCore-Merge.Q3_K_L.gguf Q3_K_L 4.93 GB Download
Vortex-9B-CodeCore-Merge.Q3_K_M.gguf Q3_K_M 4.62 GB Download
Vortex-9B-CodeCore-Merge.Q4_K_M.gguf Q4_K_M 5.63 GB Download
Vortex-9B-CodeCore-Merge.Q4_K_S.gguf Q4_K_S 5.35 GB Download
Vortex-9B-CodeCore-Merge.Q5_K_M.gguf Q5_K_M 6.47 GB Download
Vortex-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
440
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/Vortex-9B-CodeCore-Merge-GGUF

Quantized
(3)
this model

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