Qwen3 8B Korean Coding Router - Combined Local + Router Runtime
ํ๊ตญ์ด ์ค๋ช
Qwen3-8B๋ฅผ Ollama์์ ๋ถ๋ฌ์ค๊ณ , ์ฐ๋ฆฌ๊ฐ ๋ง๋ Router API v4.1๊ณผ Open WebUI Docker stack์ ๊ฒฐํฉํ ํ๊ตญ์ด ์ฝ๋ฉ/์ด์ ๋ณด์กฐ ๋ฐํ์ ๋ฐฐํฌํ์ ๋๋ค.
English Summary
Qwen3-8B based Korean coding/ops runtime package for Ollama, Open WebUI, and Docker Router API v4.1. Includes local Ollama runtime and router stack; model weights are not included.
Stable Release
STABLE_LOCKED_VERSION=v4.1
ROUTER_API=Qwen3RouterAPI/4.1
ROUTING=priority_intent_router_v4_1
HF_REPO=koreallmdev/qwen3-8b-korean-coding-router
This repository combines two local runtime layers:
local_ollama_runtime/
Local Ollama package with Modelfile, terminal wrapper, smoke scripts, policies, and reports.docker_openwebui_router_stack/
Docker Open WebUI + Ollama + Router API stack with the v4.1 priority intent router.
This repository is not a full Hugging Face model checkpoint and does not include Qwen3 base weights.
Stable version:
v4.1 combined local + router runtime
snapshot=20260711_234506
Required base model
ollama pull qwen3:8b
Option A: Docker Open WebUI + Router API
cd docker_openwebui_router_stack
bash start_stack.sh
bash create_ollama_model.sh
bash smoke_stack.sh
Open WebUI:
http://127.0.0.1:3001
Recommended model in Open WebUI:
qwen3-8b-korean-coding-router
Router API:
http://127.0.0.1:8011/v1
Ollama API exposed to host:
http://127.0.0.1:11435
Internal Docker addresses:
Open WebUI -> Ollama = http://ollama:11434
Open WebUI -> Router API = http://router-api:8011/v1
Router API -> Ollama = http://ollama:11434
The local OpenAI-compatible API key used by the Docker stack is a non-secret placeholder:
local
Option B: Local Ollama terminal/runtime package
cd local_ollama_runtime
bash create_ollama_model.sh
bash run_ollama_router_chat.sh
Static Ollama model:
qwen3-8b-korean-coding-router:latest
Quick run from repo root
Docker stack:
bash run_docker_router_stack.sh
Local Ollama terminal runtime:
bash run_local_ollama_runtime.sh
v4.1 router behavior
priority_intent_router_v4_1
route/debug endpoint
port/PID safety guard
Docker/Open WebUI stack URL guard
longform-context misroute prevention
history trimming for long answers
For port/PID questions, the router enforces:
ํ์ธ ์ ์๋ killํ์ง ์์ต๋๋ค.
ss -lntp
ps
kill -9๋ ๋ง์ง๋ง ์๋จ์
๋๋ค.
For current Docker/Open WebUI stack questions, the router prioritizes:
http://ollama:11434
http://router-api:8011/v1
http://127.0.0.1:3001
and avoids old host bridge answers such as:
host.docker.internal:11434
172.17.0.1:11434
Important notice
Do not load this repository with:
AutoModelForCausalLM.from_pretrained("koreallmdev/qwen3-8b-korean-coding-router")
This repository is a runtime package, not a model checkpoint.