How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf XChava/cyber-ken-v3-GGUF:
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "XChava/cyber-ken-v3-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

cyber-ken-v3 GGUF

Cybersecurity + tool-calling specialist. Fine-tuned from Qwopus3.5-9B on 153K examples.

Quick Start (Ollama)

ollama run hf.co/XChava/cyber-ken-v3-GGUF:Q4_K_M
ollama run hf.co/XChava/cyber-ken-v3-GGUF:Q5_K_M
ollama run hf.co/XChava/cyber-ken-v3-GGUF:Q8_0

Quant Sizes

Quant Size Min VRAM Quality
Q4_K_M ~5.4 GB 6 GB Good
Q5_K_M ~6.5 GB 8 GB Better
Q8_0 ~9.5 GB 11 GB Best

Tool Call Format

<tool_call>
{"name": "subfinder", "arguments": {"domain": "example.com"}}
</tool_call>
Downloads last month
42
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for XChava/cyber-ken-v3-GGUF