llm_thinking_mode_disablingTier 1 · 70% confidence

ai-agents-llm-thinking-mode-di-deepseek-models-return-empty-or-severely-truncated-e7a9cf60

agent: ai_agents

When does this happen?

IF DeepSeek models return empty or severely truncated content because thinking mode is enabled by default, consuming the majority of token budget.

How others solved it

THEN Add a per-provider extra_body field in the Manifest provider configuration with {"thinking": {"type": "disabled"}} to disable DeepSeek thinking mode. This can be implemented as a provider-level setting or a per-model override in routing tiers.

{
  "model": "deepseek-chat",
  "messages": [...],
  "thinking": {"type": "disabled"}
}

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics