44 9 hours ago

Qwen3.8 delivers substantial gains across coding, professional work, research, and long-horizon agentic tasks.

vision tools thinking 27b
ollama run bvassie/qwen3.8:27b

Applications

Claude Code
Claude Code ollama launch claude --model bvassie/qwen3.8:27b
OpenCode
OpenCode ollama launch opencode --model bvassie/qwen3.8:27b
Hermes Agent
Hermes Agent ollama launch hermes --model bvassie/qwen3.8:27b
OpenClaw
OpenClaw ollama launch openclaw --model bvassie/qwen3.8:27b

Models

View all →

2 models

qwen3.8:27b

20GB · 256K context window · Text, Image · 9 hours ago

Readme

Created using:

Modelfile: qwen3.8:27b

FROM ./Qwen3.8-27B-Q4_K_M.gguf
FROM ./mmproj-Qwen3.8-27B-Q8_0.gguf
TEMPLATE {{ .Prompt }}
RENDERER qwen3.8
PARSER qwen3.5
PARAMETER min_p 0
PARAMETER presence_penalty 0
PARAMETER repeat_penalty 1
PARAMETER temperature 1
PARAMETER top_k 20
PARAMETER top_p 0.95

Modelfile: qwen3.8:27b-mtp

FROM ./Qwen3.8-27B-Q4_K_M.gguf
FROM ./mmproj-Qwen3.8-27B-Q8_0.gguf
DRAFT ./mtp-Qwen3.8-27B-Q4_0.gguf
TEMPLATE {{ .Prompt }}
RENDERER qwen3.8
PARSER qwen3.5
PARAMETER min_p 0
PARAMETER presence_penalty 0
PARAMETER repeat_penalty 1
PARAMETER temperature 1
PARAMETER top_k 20
PARAMETER top_p 0.95
PARAMETER draft_num_predict 4