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:

  1. local_ollama_runtime/
    Local Ollama package with Modelfile, terminal wrapper, smoke scripts, policies, and reports.

  2. 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.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for koreallmdev/qwen3-8b-korean-coding-router

Finetuned
Qwen/Qwen3-8B
Finetuned
(1875)
this model