Skip to content

[FEATURE REQ] ChatReasoningEffortLevel is missing Minimal option #673

@kurnakovv

Description

@kurnakovv

Describe the feature or improvement you are requesting

According to the official OpenAI API documentation, the reasoning_effort parameter currently supports four values:

  • minimal
  • low
  • medium
  • high

However, in the generated SDK (ChatReasoningEffortLevel class), only three values are available:

  • Low
  • Medium
  • High

The Minimal option is missing, which causes inconsistencies between the documentation and SDK.

Additional context

No response

Metadata

Metadata

Assignees

Labels

area: chatThis item is related to Chat Completions.blocked: specThis issue is blocked on a needed REST API spec update.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions