diff --git a/internal/registry/model_definitions.go b/internal/registry/model_definitions.go index 9f3914f0..414ed56c 100644 --- a/internal/registry/model_definitions.go +++ b/internal/registry/model_definitions.go @@ -580,7 +580,7 @@ func GetOpenAIModels() []*ModelInfo { ContextLength: 400000, MaxCompletionTokens: 128000, SupportedParameters: []string{"tools"}, - Thinking: &ThinkingSupport{Levels: []string{"low", "medium", "high", "xhigh"}}, + Thinking: &ThinkingSupport{Levels: []string{"none", "low", "medium", "high", "xhigh"}}, }, } }