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
14 changes: 14 additions & 0 deletions providers/kenari/models/deepseek-v4-1-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Toggle: $.reasoning.enabled = true|false
# Effort: reasoning_effort = low|high|max
base_model = "deepseek/deepseek-v4.1-flash"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "effort"
values = ["low", "high", "max"]

[cost]
input = 0
output = 0
8 changes: 6 additions & 2 deletions providers/kenari/models/deepseek-v4-flash.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Toggle: $.reasoning.enabled = true|false
# Effort: reasoning_effort = low|high|max
base_model = "deepseek/deepseek-v4-flash"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "effort"
values = ["high", "xhigh"]
values = ["low", "high", "max"]

[cost]
input = 0
output = 0

10 changes: 0 additions & 10 deletions providers/kenari/models/deepseek-v4-flash:free.toml

This file was deleted.

8 changes: 6 additions & 2 deletions providers/kenari/models/deepseek-v4-pro.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Toggle: $.reasoning.enabled = true|false
# Effort: reasoning_effort = high|max
base_model = "deepseek/deepseek-v4-pro"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "effort"
values = ["high", "xhigh"]
values = ["high", "max"]

[cost]
input = 0
output = 0

9 changes: 0 additions & 9 deletions providers/kenari/models/gemini-3-5-flash.toml

This file was deleted.

9 changes: 9 additions & 0 deletions providers/kenari/models/gemini-3-8-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
base_model = "google/gemini-3.8-flash"

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

[cost]
input = 0
output = 0
6 changes: 0 additions & 6 deletions providers/kenari/models/glm-5-1.toml

This file was deleted.

9 changes: 9 additions & 0 deletions providers/kenari/models/gpt-5-4.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
base_model = "openai/gpt-5.4"

[[reasoning_options]]
type = "effort"
values = ["none", "low", "medium", "high", "xhigh"]

[cost]
input = 0
output = 0
9 changes: 9 additions & 0 deletions providers/kenari/models/gpt-6-astra.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
base_model = "openai/gpt-6-astra"

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high", "xhigh", "max"]

[cost]
input = 0
output = 0
18 changes: 1 addition & 17 deletions providers/kenari/models/gpt-oss-20b.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
name = "GPT OSS 20B"
description = "Open-weight GPT reasoning model for self-hosted agents and controllable deployments"
family = "gpt-oss"
attachment = false
reasoning = true
tool_call = true
release_date = "2025-08-05"
last_updated = "2025-08-05"
open_weights = true
base_model = "openai/gpt-oss-20b"

[[reasoning_options]]
type = "effort"
Expand All @@ -15,11 +7,3 @@ values = ["low", "medium", "high"]
[cost]
input = 0
output = 0

[limit]
context = 131_072
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
6 changes: 0 additions & 6 deletions providers/kenari/models/grok-build-0-1.toml

This file was deleted.

9 changes: 9 additions & 0 deletions providers/kenari/models/hy4-preview.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
base_model = "tencent/hy4-preview"

[[reasoning_options]]
type = "effort"
values = ["none", "low", "high"]

[cost]
input = 0
output = 0
7 changes: 0 additions & 7 deletions providers/kenari/models/kimi-k2-6:free.toml

This file was deleted.

7 changes: 0 additions & 7 deletions providers/kenari/models/kimi-k2-7-code:free.toml

This file was deleted.

10 changes: 10 additions & 0 deletions providers/kenari/models/laguna-s-2-1:free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Toggle: $.reasoning.enabled = true|false
base_model = "poolside/laguna-s-2.1"
name = "Laguna S 2.1 (Free)"

[[reasoning_options]]
type = "toggle"

[cost]
input = 0
output = 0
10 changes: 10 additions & 0 deletions providers/kenari/models/laguna-xs-2-1:free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Toggle: $.reasoning.enabled = true|false
base_model = "poolside/laguna-xs-2.1"
name = "Laguna XS 2.1 (Free)"

[[reasoning_options]]
type = "toggle"

[cost]
input = 0
output = 0
6 changes: 0 additions & 6 deletions providers/kenari/models/mistral-large:free.toml

This file was deleted.

10 changes: 10 additions & 0 deletions providers/kenari/models/muse-spark-1-2-contributor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
base_model = "meta/muse-spark-1.2"
name = "Muse Spark 1.2 Contributor"

[[reasoning_options]]
type = "effort"
values = ["minimal", "low", "medium", "high", "xhigh"]

[cost]
input = 0
output = 0
10 changes: 10 additions & 0 deletions providers/kenari/models/muse-spark-1-2-contributor:free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
base_model = "meta/muse-spark-1.2"
name = "Muse Spark 1.2 Contributor (Free)"

[[reasoning_options]]
type = "effort"
values = ["minimal", "low", "medium", "high", "xhigh"]

[cost]
input = 0
output = 0
9 changes: 9 additions & 0 deletions providers/kenari/models/muse-spark-1-2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
base_model = "meta/muse-spark-1.2"

[[reasoning_options]]
type = "effort"
values = ["minimal", "low", "medium", "high", "xhigh"]

[cost]
input = 0
output = 0
10 changes: 10 additions & 0 deletions providers/kenari/models/muse-spark-1-3-contributor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
base_model = "meta/muse-spark-1.3"
name = "Muse Spark 1.3 Contributor"

[[reasoning_options]]
type = "effort"
values = ["minimal", "low", "medium", "high", "xhigh"]

[cost]
input = 0
output = 0
10 changes: 10 additions & 0 deletions providers/kenari/models/muse-spark-1-3-contributor:free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
base_model = "meta/muse-spark-1.3"
name = "Muse Spark 1.3 Contributor (Free)"

[[reasoning_options]]
type = "effort"
values = ["minimal", "low", "medium", "high", "xhigh"]

[cost]
input = 0
output = 0
9 changes: 9 additions & 0 deletions providers/kenari/models/muse-spark-1-3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
base_model = "meta/muse-spark-1.3"

[[reasoning_options]]
type = "effort"
values = ["minimal", "low", "medium", "high", "xhigh", "max"]

[cost]
input = 0
output = 0
6 changes: 0 additions & 6 deletions providers/kenari/models/nemotron-3-nano-30b-a3b.toml

This file was deleted.

5 changes: 5 additions & 0 deletions providers/kenari/models/nemotron-3-super-120b-a12b.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Toggle: $.reasoning.enabled = true|false
# Effort: reasoning_effort = low|medium
base_model = "nvidia/nemotron-3-super-120b-a12b"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "effort"
values = ["low", "medium"]
Expand Down
5 changes: 5 additions & 0 deletions providers/kenari/models/nemotron-3-super-120b-a12b:free.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Toggle: $.reasoning.enabled = true|false
# Effort: reasoning_effort = low|medium
base_model = "nvidia/nemotron-3-super-120b-a12b"
name = "Nemotron 3 Super 120B A12B (Free)"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "effort"
values = ["low", "medium"]
Expand Down
5 changes: 5 additions & 0 deletions providers/kenari/models/nemotron-3-ultra-550b-a55b.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Toggle: $.reasoning.enabled = true|false
# Effort: reasoning_effort = medium|high
base_model = "nvidia/nemotron-3-ultra-550b-a55b"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "effort"
values = ["medium", "high"]
Expand Down
15 changes: 15 additions & 0 deletions providers/kenari/models/nemotron-3-ultra-550b-a55b:free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Toggle: $.reasoning.enabled = true|false
# Effort: reasoning_effort = medium|high
base_model = "nvidia/nemotron-3-ultra-550b-a55b"
name = "Nemotron 3 Ultra 550B A55B (Free)"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "effort"
values = ["medium", "high"]

[cost]
input = 0
output = 0
10 changes: 10 additions & 0 deletions providers/kenari/models/north-mini-code:free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
base_model = "cohere/north-mini-code-1-0"
name = "North Mini Code (Free)"

[[reasoning_options]]
type = "effort"
values = ["none", "high"]

[cost]
input = 0
output = 0
14 changes: 14 additions & 0 deletions providers/kenari/models/qwen3-8-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Toggle: $.reasoning.enabled = true|false
# Effort: reasoning_effort = low|medium|xhigh
base_model = "alibaba/qwen3.8-flash"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "xhigh"]

[cost]
input = 0
output = 0
Loading