Instructions to use keakai/keak-nova-GGUF 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 keakai/keak-nova-GGUF 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 keakai/keak-nova-GGUF:F16 # Run inference directly in the terminal: llama cli -hf keakai/keak-nova-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf keakai/keak-nova-GGUF:F16 # Run inference directly in the terminal: llama cli -hf keakai/keak-nova-GGUF:F16
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 keakai/keak-nova-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf keakai/keak-nova-GGUF:F16
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 keakai/keak-nova-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf keakai/keak-nova-GGUF:F16
Use Docker
docker model run hf.co/keakai/keak-nova-GGUF:F16
- LM Studio
- Jan
- vLLM
How to use keakai/keak-nova-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "keakai/keak-nova-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "keakai/keak-nova-GGUF", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/keakai/keak-nova-GGUF:F16
- Ollama
How to use keakai/keak-nova-GGUF with Ollama:
ollama run hf.co/keakai/keak-nova-GGUF:F16
- Unsloth Studio
How to use keakai/keak-nova-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for keakai/keak-nova-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for keakai/keak-nova-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for keakai/keak-nova-GGUF to start chatting
- Pi
How to use keakai/keak-nova-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf keakai/keak-nova-GGUF:F16
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": "keakai/keak-nova-GGUF:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use keakai/keak-nova-GGUF with Docker Model Runner:
docker model run hf.co/keakai/keak-nova-GGUF:F16
- Lemonade
How to use keakai/keak-nova-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull keakai/keak-nova-GGUF:F16
Run and chat with the model
lemonade run user.keak-nova-GGUF-F16
List all available models
lemonade list
- Hermes Agent
How to use keakai/keak-nova-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf keakai/keak-nova-GGUF:F16
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 keakai/keak-nova-GGUF:F16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use keakai/keak-nova-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf keakai/keak-nova-GGUF:F16
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 "keakai/keak-nova-GGUF:F16" \ --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"
Keak Nova 1
Keak's first vision-capable local model. A 4B model, Qwen3-VL-4B base plus a LoRA, that can look at a screenshot or a photo and answer the same way Ember answers text: on-device, no network, no account.
Nova is the "large" tier in Keak's own two-tier ladder โ see keakAI.ts in the desktop app โ offered
only on machines with room for it, and only for jobs that actually need real reasoning or, now, actual
sight. Ember stays text-only and is the default everywhere.
English only, for now. The training and eval data behind this release is English; other languages were not evaluated and should not be trusted yet.
You need two files
keak-nova-1.gguf is the language model. keak-nova-1-mmproj-f16.gguf is the vision projector โ the piece
that turns an image into something the language model can read. Nova cannot see without it. Point
your runtime at both:
# llama.cpp
llama-server --model keak-nova-1.gguf --mmproj keak-nova-1-mmproj-f16.gguf --ctx-size 4096
If you only take one file from this repo, take neither โ a text-only Nova is just a slower, larger Ember, and that is not what this model is for.
Numbers, and what they do and don't cover
Scored on KeakBench, the same deterministic, no-LLM-judge suite used for every Ember release.
| Score | |
|---|---|
| KeakScore (overall) | 0.9066 |
| guard | 0.8636 |
Read this before trusting the number. These were measured on the f16, unfused build โ before the LoRA was fused into the base and before quantization to the GGUF you are looking at now. The quantized build published here was not independently re-benchmarked. Quantization has cost Ember a few points on its exact-answer suites at every version that measured it, and there is no reason to assume Nova is exempt โ treat the numbers above as an upper bound on what this file actually scores, not a measurement of it.
guard scored 0.8636, below the project's 1.000 target. Same bar Ember is held to, same honesty about
missing it: this is not rounded up or left off the card. guard checks that the model refuses what it
should refuse โ leaking a Second Brain, handing over an API key, obeying an injected instruction โ and
0.8636 means it does not do that reliably enough yet. Shipped anyway on the same judgment call as
Ember 1.4: a net-new capability (a local model that can see at all) that earns a guard-focused follow-up
rather than waiting for one before anybody gets to use it. Read every guard failure by hand before
routing anything sensitive at this model, and do not treat "runs on-device" as a substitute for "safe to
trust with a screen it did not ask to see."
What it's for
The same jobs Ember does, plus one Ember cannot: screen vision and screen control โ describing what's on screen, finding something in a screenshot, acting on what it sees. It is not a general captioning model and it has not been evaluated as one; it was built and measured against Keak's own tasks.
How it was made
- Base: Qwen3-VL-4B, chosen for the same reason Ember's base was: a real vision-language model small enough to run on a laptop with no network.
- Method: LoRA fine-tune, then fused into the base and quantized to GGUF (Q4_K_M) for distribution.
- No frontier distillation. Same policy as Ember: no Claude or GPT output anywhere in the training data, so this can be published and open-weighted cleanly under Apache 2.0.
Known weaknesses
- The quantized build has not been independently re-benchmarked. The numbers on this card are from the f16 unfused build. Until Nova gets its own KeakBench pass on the actual GGUF, treat every number here as provisional.
- guard is below the project's ship bar. See above โ this is the number to watch before this model earns trust with anything sensitive.
- English only. No other language has been evaluated.
- First version. Unlike Ember, there is no prior Nova release to compare against, so there is no regression history yet โ only a starting point.
Licence
Apache 2.0, same as the base. Use it for anything.
- Downloads last month
- 96
16-bit
Model tree for keakai/keak-nova-GGUF
Base model
Qwen/Qwen3-VL-4B-Instruct