Skip to content

[ENHANCEMENT] Add "OFF" option to the reasoning effort dropdown #8624

@6rz6

Description

@6rz6

Problem (one or two sentences)

plz add an "OFF" option to the reasoning effort dropdown or a checkbox/radio button to disable reasoning for models which support it like Deepseek v3.1 on open router.

https://openrouter.ai/docs/use-cases/reasoning-tokens#enable-reasoning-with-default-config

{
"model": "your-model",
"messages": [],
"reasoning": {
// One of the following (not both):
"effort": "high", // Can be "high", "medium", or "low" (OpenAI-style)
"max_tokens": 2000, // Specific token limit (Anthropic-style)

// Optional: Default is false. All models support this.
"exclude": false, // Set to true to exclude reasoning tokens from response

// Or enable reasoning with the default parameters:
**"enabled": true // Default: inferred from `effort` or `max_tokens`     <<<=======================**

}
}

Context (who is affected and when)

Model with reasoning (thinking models)

Desired behavior (conceptual, not technical)

allow to disable reasoning ontop of controlling the reasoning effort.

Constraints / preferences (optional)

No response

Request checklist

  • I've searched existing Issues and Discussions for duplicates
  • This describes a specific problem with clear context and impact

Roo Code Task Links (optional)

No response

Acceptance criteria (optional)

No response

Proposed approach (optional)

No response

Trade-offs / risks (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions