Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
base_model = "deepseek/deepseek-r1"
name = "Deepseek R1 Distill Qwen 32B"
reasoning_options = []
tool_call = false
structured_output = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
base_model = "google/gemma-4-26b-a4b-it"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
interleaved = true

[cost]
input = 0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "moonshotai/kimi-k2.6"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]

[interleaved]
field = "reasoning_content"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
base_model = "nvidia/nemotron-3-super-120b-a12b"
name = "Nemotron 3 Super 120B"
structured_output = true

[interleaved]
field = "reasoning_content"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
interleaved = true

[cost]
input = 0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-08-05"
last_updated = "2025-08-05"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
structured_output = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-08-05"
last_updated = "2025-08-05"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
structured_output = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-04-30"
last_updated = "2025-04-30"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
structured_output = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-03-05"
last_updated = "2025-03-05"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
tool_call = false
structured_output = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ release_date = "2026-01-19"
last_updated = "2026-01-19"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
structured_output = true
knowledge = "2025-04"
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.0605
output = 0.4
Expand Down
Loading