From 77177429a8d2cca1281db5bb8ef28bc0ac4f5574 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Mon, 13 Jul 2026 23:07:13 -0300 Subject: [PATCH] docs(changelog): add fragment for #7098 mimo thinking-model fix --- changelog.d/fixes/7098-mimo-thinking-model-reasoning-content.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/fixes/7098-mimo-thinking-model-reasoning-content.md diff --git a/changelog.d/fixes/7098-mimo-thinking-model-reasoning-content.md b/changelog.d/fixes/7098-mimo-thinking-model-reasoning-content.md new file mode 100644 index 0000000000..ddd454f252 --- /dev/null +++ b/changelog.d/fixes/7098-mimo-thinking-model-reasoning-content.md @@ -0,0 +1 @@ +- **fix(sse):** xiaomi-tokenplan `mimo` models (e.g. `mimo-v2.5-pro`) are now recognized as thinking-mode upstreams that require `reasoning_content` echoed back on every assistant turn, fixing a persistent `400 reasoning_content must be passed back` error on multi-turn conversations ([#7098](https://github.com/diegosouzapw/OmniRoute/pull/7098)) — thanks @xxue-z