hermes - 💡(How to fix) Fix [Bug] Xiaomi MiMo provider does not pass `thinking` parameter — defaults to thinking-enabled, wasting tokens [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fixed

Code Example

model:
  provider: xiaomi
  default: mimo-v2.5-pro
  api_key: tp-xxx

agent:
  reasoning_effort: none

display:
  sections:
    thinking: hidden
RAW_BUFFERClick to expand / collapse

Problem

When using Xiaomi MiMo models (e.g., mimo-v2.5-pro) via the xiaomi provider, Hermes does not pass the thinking parameter in the API request.

According to MiMo official documentation, thinking mode is enabled by default, which significantly increases token consumption. Even when the user configures thinking: hidden or reasoning_effort: none in config.yaml, these settings are not forwarded to the MiMo API endpoint.

Expected Behavior

Hermes should respect the user's thinking / reasoning_effort configuration and pass the appropriate parameter (e.g., thinking: { type: "disabled" } or equivalent) to the MiMo API when the user explicitly disables thinking.

Current Behavior

  • The thinking parameter is not included in API requests to MiMo
  • MiMo defaults to thinking=enabled, consuming extra tokens
  • Config settings like thinking: hidden and reasoning_effort: none have no effect on the actual API call

Config Example

model:
  provider: xiaomi
  default: mimo-v2.5-pro
  api_key: tp-xxx

agent:
  reasoning_effort: none

display:
  sections:
    thinking: hidden

Impact

Unnecessary token consumption on every request when using MiMo models, especially costly for users on limited token plans.

Environment

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Bug] Xiaomi MiMo provider does not pass `thinking` parameter — defaults to thinking-enabled, wasting tokens [1 pull requests]