Skip to content

Commit e9bea3c

Browse files
authored
Merge pull request #2562 from anomalyco/consolidate/302ai-small-labs-reasoning-options
[302ai/multiple labs] Add reasoning options
2 parents 61c9292 + 97e4f41 commit e9bea3c

7 files changed

Lines changed: 7 additions & 0 deletions

providers/302ai/models/claude-sonnet-4-6-thinking.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2026-02-18"
33
last_updated = "2026-03-13"
44
attachment = true
55
reasoning = true
6+
reasoning_options = []
67
temperature = true
78
tool_call = true
89
open_weights = false

providers/302ai/models/claude-sonnet-4-6.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ release_date = "2026-02-18"
44
last_updated = "2026-03-13"
55
attachment = true
66
reasoning = true
7+
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 1024, max = 63999 }]
78
temperature = true
89
tool_call = true
910
open_weights = false

providers/302ai/models/deepseek-reasoner.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ release_date = "2025-01-20"
44
last_updated = "2025-01-20"
55
attachment = false
66
reasoning = true
7+
reasoning_options = []
78
temperature = true
89
tool_call = true
910
open_weights = false

providers/302ai/models/deepseek-v3.2-thinking.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-12-01"
33
last_updated = "2025-12-01"
44
attachment = false
55
reasoning = true
6+
reasoning_options = []
67
temperature = true
78
tool_call = true
89
open_weights = false

providers/302ai/models/doubao-seed-1-6-thinking-250715.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-07-15"
33
last_updated = "2025-07-15"
44
attachment = true
55
reasoning = true
6+
reasoning_options = []
67
temperature = true
78
tool_call = true
89
open_weights = false

providers/302ai/models/kimi-k2-thinking-turbo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-09-05"
33
last_updated = "2025-09-05"
44
attachment = false
55
reasoning = true
6+
reasoning_options = []
67
temperature = true
78
tool_call = true
89
open_weights = false

providers/302ai/models/kimi-k2-thinking.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-09-05"
33
last_updated = "2025-09-05"
44
attachment = false
55
reasoning = true
6+
reasoning_options = []
67
temperature = true
78
tool_call = true
89
open_weights = false

0 commit comments

Comments
 (0)