Views
No views yet

Note: Jan-v3-4B-base-instruct inherits its core architecture from Qwen/Qwen3-4B-Instruct-2507.

1vllm serve janhq/Jan-v3-4B-base-instruct \
2 --host 0.0.0.0 \
3 --port 1234 \
4 --enable-auto-tool-choice \
5 --tool-call-parser hermes
6 1llama-server --model Jan-v3-4B-base-instruct-Q8_0.gguf \
2 --host 0.0.0.0 \
3 --port 1234 \
4 --jinja \
5 --no-context-shift1temperature: 0.7
2top_p: 0.8
3top_k: 20Updated Soon