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

Jan Nano

Note: Jan-Nano is a non-thinking model.

Authors: Alan Dao, Bach Vu Dinh

image/png

Overview

Jan Nano is a fine-tuned language model built on top of the Qwen3 architecture. Developed as part of the Jan ecosystem, it balances compact size and extended context length, making it ideal for efficient, high-quality text generation in local or embedded environments.

Features

  • Tool Use: Excellent function calling and tool integration
  • Research: Enhanced research and information processing capabilities
  • Small Model: VRAM efficient for local deployment

Use it with Jan (UI)

  1. Install Jan using Quickstart

Original weight: https://huggingface.co/Menlo/Jan-nano

Recommended Sampling Parameters

  • Temperature: 0.7
  • Top-p: 0.8
  • Top-k: 20
  • Min-p: 0

📄 Citation

@misc{dao2025jannanotechnicalreport,
      title={Jan-nano Technical Report}, 
      author={Alan Dao and Dinh Bach Vu},
      year={2025},
      eprint={2506.22760},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2506.22760}, 
}

Documentation

Setup, Usage & FAQ

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

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for Menlo/Jan-nano-gguf

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

Collection including Menlo/Jan-nano-gguf

Paper for Menlo/Jan-nano-gguf