4f094fa653
Per operator directive (overrideable defaults => sane optimal general-use sampling on every served model, for quality not just repetition): - qwen3.5-122-a10b: thinking-split canonicals (non-thinking temp 0.7/top_p 0.8; thinking temp 0.6/top_p 0.95; top_k 20 both), keep presence_penalty 1.0. Fixes the non-thinking routes previously running thinking-mode sampling. - qwen-image-bench / image-judge: deterministic judge profile temp 0 / top_k 1 / top_p 1.0 / repetition_penalty 1.05. - selene-1-mini-8b / chat-judge: temp 0.6 / top_p 0.9 (gen_config). vLLM-only params (top_k, repetition_penalty) in extra_body to survive drop_params. Values dvalin-researched + KB-corroborated (docs/pfi/ recommended-model-settings.md). granite + GLM pending dvalin deeper search.