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 ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M
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": "ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

๐Ÿง  Medhavi-14B-Systems-Reasoning (GGUF)

Medhavi-14B is a high-density reasoning model fine-tuned for low-level systems mastery, architectural analysis, and production-grade code generation. Unlike standard chat models, Medhavi is trained to act as a Lead Systems Architect, performing an exhaustive "Deep Think" phase to analyze time/space complexity, edge cases, and low-level implementation details before outputting a finalized solution.

โšก Inference Structure (Reasoning Chain)

The model follows a strict execution pipeline:

  1. System Prompt: You are Medhavi, an expert reasoning and coding AI. For every instruction, you must perform a deep architectural and logical analysis inside tags before providing the final output. Always end your response with [DONE].
  2. Context 32K is supported but for best results use 20480

๐Ÿ’พ Available Quantizations

  • Q4_K_M (Standard): Ideal for local systems with 16GB RAM.
  • Q6_K (High Precision): Recommended for complex coding tasks where 99% logic retention is required.

๐Ÿš€ How to Run (LM Studio / Local)

This model requires a specific prompt format to trigger the reasoning circuits correctly.

Downloads last month
7
GGUF
Model size
15B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

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

Model tree for ajeetcoolkarni/Medhavi-14B-Expert-GGUF