diff --git a/providers/kiro/models/claude-opus-4.6.toml b/providers/kiro/models/claude-opus-4.6.toml index d49eec36151..57f62bdcdee 100644 --- a/providers/kiro/models/claude-opus-4.6.toml +++ b/providers/kiro/models/claude-opus-4.6.toml @@ -3,11 +3,15 @@ family = "claude-opus" release_date = "2026-03-23" last_updated = "2026-03-23" attachment = true -reasoning = false +reasoning = true temperature = true tool_call = true open_weights = false +[[reasoning_options]] +type = "effort" +values = ["low", "medium", "high", "max"] + [cost] input = 0 output = 0 diff --git a/providers/kiro/models/claude-opus-4.7.toml b/providers/kiro/models/claude-opus-4.7.toml index 09e147d8404..93740a225a9 100644 --- a/providers/kiro/models/claude-opus-4.7.toml +++ b/providers/kiro/models/claude-opus-4.7.toml @@ -3,11 +3,15 @@ family = "claude-opus" release_date = "2026-04-15" last_updated = "2026-04-15" attachment = true -reasoning = false +reasoning = true temperature = false tool_call = true open_weights = false +[[reasoning_options]] +type = "effort" +values = ["low", "medium", "high", "xhigh", "max"] + [cost] input = 0 output = 0 diff --git a/providers/kiro/models/claude-opus-4.8.toml b/providers/kiro/models/claude-opus-4.8.toml index e98601aa9b8..a37099a1fd2 100644 --- a/providers/kiro/models/claude-opus-4.8.toml +++ b/providers/kiro/models/claude-opus-4.8.toml @@ -3,11 +3,15 @@ family = "claude-opus" release_date = "2026-05-28" last_updated = "2026-05-28" attachment = true -reasoning = false +reasoning = true temperature = false tool_call = true open_weights = false +[[reasoning_options]] +type = "effort" +values = ["low", "medium", "high", "xhigh", "max"] + [cost] input = 0 output = 0 diff --git a/providers/kiro/models/claude-sonnet-4.6.toml b/providers/kiro/models/claude-sonnet-4.6.toml index 54126d0de94..6522c28fd5f 100644 --- a/providers/kiro/models/claude-sonnet-4.6.toml +++ b/providers/kiro/models/claude-sonnet-4.6.toml @@ -3,11 +3,15 @@ family = "claude-sonnet" release_date = "2026-03-23" last_updated = "2026-03-23" attachment = true -reasoning = false +reasoning = true temperature = true tool_call = true open_weights = false +[[reasoning_options]] +type = "effort" +values = ["low", "medium", "high", "max"] + [cost] input = 0 output = 0 diff --git a/providers/kiro/models/minimax-m2.1.toml b/providers/kiro/models/minimax-m2.1.toml index aba5734f79d..6a1ef50ba97 100644 --- a/providers/kiro/models/minimax-m2.1.toml +++ b/providers/kiro/models/minimax-m2.1.toml @@ -3,7 +3,7 @@ family = "minimax" release_date = "2026-03-23" last_updated = "2026-03-23" attachment = false -reasoning = false +reasoning = true temperature = true tool_call = true open_weights = true diff --git a/providers/kiro/models/minimax-m2.5.toml b/providers/kiro/models/minimax-m2.5.toml index bbcffc180b1..fd4f7f4fb01 100644 --- a/providers/kiro/models/minimax-m2.5.toml +++ b/providers/kiro/models/minimax-m2.5.toml @@ -3,7 +3,7 @@ family = "minimax" release_date = "2026-03-23" last_updated = "2026-03-23" attachment = false -reasoning = false +reasoning = true temperature = true tool_call = true open_weights = true