Jan-v1-edge is a lightweight agentic model built for fast, reliable on-device execution. As the second release in the
Jan Family, it is distilled from the larger
Jan-v1 model, preserving strong reasoning and problem-solving ability in a smaller footprint suitable for resource-constrained environments.
Jan-v1-edge was developed through a two-phase post-training process. The first phase, Supervised Fine-Tuning (SFT), transferred core capabilities from the Jan-v1 teacher model to the smaller student. The second phase, Reinforcement Learning with Verifiable Rewards (RLVR) —the same method used in Jan-v1 and Lucy—further optimized reasoning efficiency, tool use, and correctness. This staged approach delivers reliable results on complex, interactive workloads.
Versus Qwen 3 1.7B Thinking, Jan-v1-edge shows a slight degradation on instruction-following and CreativeWriting, while remaining comparable or better on EQBench and recency QA.
Jan-v1-edge is optimized for direct integration with the
Jan App. Simply select the model from the Jan App interface for immediate access to its full capabilities.
1vllm serve janhq/Jan-v1-edge \
2 --host 0.0.0.0 \
3 --port 1234 \
4 --enable-auto-tool-choice \
5 --tool-call-parser hermes
6
1llama-server --model Jan-v1-edge-Q8_0.gguf \
2 --host 0.0.0.0 \
3 --port 1234 \
4 --jinja \
5 --no-context-shift
1temperature: 0.6
2top_p: 0.95
3top_k: 20
4min_p: 0.0
5max_tokens: 2048