How to use from
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 unsloth/Jan-nano-GGUF:
# Run inference directly in the terminal:
llama cli -hf unsloth/Jan-nano-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf unsloth/Jan-nano-GGUF:
# Run inference directly in the terminal:
llama cli -hf unsloth/Jan-nano-GGUF:
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 unsloth/Jan-nano-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf unsloth/Jan-nano-GGUF:
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 unsloth/Jan-nano-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf unsloth/Jan-nano-GGUF:
Use Docker
docker model run hf.co/unsloth/Jan-nano-GGUF:
Quick Links

Unsloth Dynamic 2.0 achieves superior accuracy & outperforms other leading quants.

Jan-Nano: A 4B MCP-Optimized DeepResearch Model

GitHub

Jan-Nano

Overview

Jan-Nano is a compact 4-billion parameter language model specifically designed and trained for deep research tasks. This model has been optimized to work seamlessly with Model Context Protocol (MCP) servers, enabling efficient integration with various research tools and data sources.

Evaluation

Jan-Nano has been evaluated on the SimpleQA benchmark using our MCP-based benchmark methodology, demonstrating strong performance for its model size:

image/png

The evaluation was conducted using our MCP-based benchmark approach, which assesses the model's performance on SimpleQA tasks while leveraging its native MCP server integration capabilities. This methodology better reflects Jan-Nano's real-world performance as a tool-augmented research model, validating both its factual accuracy and its effectiveness in MCP-enabled environments.

How to Run Locally

Jan-Nano Demo

Jan-Nano is supported by Jan, an open-source ChatGPT alternative that runs entirely on your computer. Jan provides a user-friendly interface for running local AI models with full privacy and control.

Downloads last month
968
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for unsloth/Jan-nano-GGUF

Finetuned
Qwen/Qwen3-4B
Finetuned
Menlo/Jan-nano
Quantized
(23)
this model