Instructions to use Parakon/Parakon-27B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Parakon/Parakon-27B with 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 Parakon/Parakon-27B # Run inference directly in the terminal: llama cli -hf Parakon/Parakon-27B
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Parakon/Parakon-27B # Run inference directly in the terminal: llama cli -hf Parakon/Parakon-27B
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 Parakon/Parakon-27B # Run inference directly in the terminal: ./llama-cli -hf Parakon/Parakon-27B
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 Parakon/Parakon-27B # Run inference directly in the terminal: ./build/bin/llama-cli -hf Parakon/Parakon-27B
Use Docker
docker model run hf.co/Parakon/Parakon-27B
- LM Studio
- Jan
- vLLM
How to use Parakon/Parakon-27B with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Parakon/Parakon-27B" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Parakon/Parakon-27B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Parakon/Parakon-27B
- Ollama
How to use Parakon/Parakon-27B with Ollama:
ollama run hf.co/Parakon/Parakon-27B
- Unsloth Desktop
- Pi
How to use Parakon/Parakon-27B with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Parakon/Parakon-27B
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Parakon/Parakon-27B" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use Parakon/Parakon-27B with Docker Model Runner:
docker model run hf.co/Parakon/Parakon-27B
- Lemonade
How to use Parakon/Parakon-27B with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Parakon/Parakon-27B
Run and chat with the model
lemonade run user.Parakon-27B-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use Parakon/Parakon-27B with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Parakon/Parakon-27B
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Parakon/Parakon-27B
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Parakon/Parakon-27B with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Parakon/Parakon-27B
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 "Parakon/Parakon-27B" \ --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"
Parakon-27B
A compact, high-fidelity GGUF build for local inference, derived from Qwen/Qwen3.8-27B. It loads in any current llama.cpp build and the tools on top of it (LM Studio, Ollama, etc.) — no custom kernels.
File
| File | Size | Quality vs Q8 (median KLD) | Perplexity |
|---|---|---|---|
Parakon-27B.gguf |
13.0 GB | 0.014 | −2.2% |
Measured against a full-precision Q8_0 reference: very low drift at a fraction of the
footprint. A median KLD under ~0.05 indicates minimal quality loss; above ~0.08 is real
degradation. These are relative-to-Q8 figures, not absolute task-benchmark scores.
Usage
llama-cli -m Parakon-27B.gguf -p "Your prompt here"
License
Derived from Qwen/Qwen3.8-27B and redistributed under its Apache-2.0 terms.
- Downloads last month
- 6
We're not able to determine the quantization variants.
Model tree for Parakon/Parakon-27B
Base model
Qwen/Qwen3.8-27B