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
3 changes: 3 additions & 0 deletions providers/commandcode/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions providers/commandcode/models/MiniMaxAI/MiniMax-M2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://commandcode.ai/models/minimax-m2-5
base_model = "minimax/MiniMax-M2.5"
reasoning_options = []

[cost]
input = 0.5
output = 2
8 changes: 8 additions & 0 deletions providers/commandcode/models/MiniMaxAI/MiniMax-M2.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://commandcode.ai/models/minimax-m2-7
base_model = "minimax/MiniMax-M2.7"
reasoning_options = []

[cost]
cache_read = 0.06
input = 0.3
output = 1.2
11 changes: 11 additions & 0 deletions providers/commandcode/models/MiniMaxAI/MiniMax-M3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://commandcode.ai/models/minimax-m3
# Toggle: chat_template_kwargs.thinking_mode = enabled|disabled
base_model = "minimax/MiniMax-M3"

[[reasoning_options]]
type = "toggle"

[cost]
cache_read = 0.06
input = 0.3
output = 1.2
16 changes: 16 additions & 0 deletions providers/commandcode/models/Qwen/Qwen3.6-Max-Preview.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://commandcode.ai/models/qwen3-6-max-preview
# Toggle: enable_thinking true|false
# Budget: thinking_budget
base_model = "alibaba/qwen3.6-max-preview"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "budget_tokens"

[cost]
cache_read = 0.26
cache_write = 1.63
input = 1.3
output = 7.8
15 changes: 15 additions & 0 deletions providers/commandcode/models/Qwen/Qwen3.6-Plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://commandcode.ai/models/qwen3-6-plus
# Toggle: enable_thinking true|false
# Budget: thinking_budget
base_model = "alibaba/qwen3.6-plus"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "budget_tokens"

[cost]
cache_read = 0.1
input = 0.5
output = 3
16 changes: 16 additions & 0 deletions providers/commandcode/models/Qwen/Qwen3.7-Flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://commandcode.ai/models/qwen3-7-flash
# Toggle: enable_thinking true|false
# Budget: thinking_budget
base_model = "alibaba/qwen3.7-flash"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "budget_tokens"

[cost]
cache_read = 0.006
cache_write = 0.038
input = 0.03
output = 0.13
16 changes: 16 additions & 0 deletions providers/commandcode/models/Qwen/Qwen3.7-Max.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://commandcode.ai/models/qwen3-7-max
# Toggle: enable_thinking true|false
# Budget: thinking_budget
base_model = "alibaba/qwen3.7-max"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "budget_tokens"

[cost]
cache_read = 0.5
cache_write = 3.13
input = 2.5
output = 7.5
16 changes: 16 additions & 0 deletions providers/commandcode/models/Qwen/Qwen3.7-Plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://commandcode.ai/models/qwen3-7-plus
# Toggle: enable_thinking true|false
# Budget: thinking_budget
base_model = "alibaba/qwen3.7-plus"

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "budget_tokens"

[cost]
cache_read = 0.08
cache_write = 0.5
input = 0.4
output = 1.6
25 changes: 25 additions & 0 deletions providers/commandcode/models/Qwen/Qwen3.8-27B.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# https://commandcode.ai/models/qwen3-8-27b
# Toggle: enable_thinking true|false
# Effort: reasoning_effort = low|medium|xhigh
# Budget: thinking_budget (0..262144)
base_model = "alibaba/qwen3.8-27b"

[[reasoning_options]]
type = "toggle"

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

[[reasoning_options]]
max = 262144
min = 0
type = "budget_tokens"

[cost]
cache_read = 0.04
input = 0.4
output = 3

[interleaved]
field = "reasoning_content"
25 changes: 25 additions & 0 deletions providers/commandcode/models/Qwen/Qwen3.8-Flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# https://commandcode.ai/models/qwen3-8-flash
# Toggle: enable_thinking true|false
# Effort: reasoning_effort = low|medium|xhigh
# Budget: thinking_budget (0..262144)
base_model = "alibaba/qwen3.8-flash"

[[reasoning_options]]
type = "toggle"

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

[[reasoning_options]]
max = 262144
min = 0
type = "budget_tokens"

[cost]
cache_read = 0.016
input = 0.16
output = 0.47

[interleaved]
field = "reasoning_content"
25 changes: 25 additions & 0 deletions providers/commandcode/models/Qwen/Qwen3.8-Max-0902.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# https://commandcode.ai/models/qwen3-8-max-0902
# Toggle: enable_thinking true|false
# Effort: reasoning_effort = low|medium|xhigh
# Budget: thinking_budget (0..262144)
base_model = "alibaba/qwen3.8-max-0902"

[[reasoning_options]]
type = "toggle"

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

[[reasoning_options]]
max = 262144
min = 0
type = "budget_tokens"

[interleaved]
field = "reasoning_content"

[cost]
cache_read = 0.25
input = 2
output = 6
26 changes: 26 additions & 0 deletions providers/commandcode/models/Qwen/Qwen3.8-Max.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# https://commandcode.ai/models/qwen3-8-max
# Toggle: enable_thinking true|false
# Effort: reasoning_effort = low|medium|xhigh
# Budget: thinking_budget (0..262144)
base_model = "alibaba/qwen3.8-max"

[[reasoning_options]]
type = "toggle"

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

[[reasoning_options]]
max = 262144
min = 0
type = "budget_tokens"

[interleaved]
field = "reasoning_content"

[cost]
cache_read = 0.25
cache_write = 2.5
input = 2
output = 6
12 changes: 12 additions & 0 deletions providers/commandcode/models/claude-fable-5-1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://commandcode.ai/models/claude-fable-5-1
base_model = "anthropic/claude-fable-5-1"

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

[cost]
cache_read = 0.25
cache_write = 12.50
input = 10.00
output = 50.00
12 changes: 12 additions & 0 deletions providers/commandcode/models/claude-fable-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://commandcode.ai/models/claude-fable-5
base_model = "anthropic/claude-fable-5"

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

[cost]
cache_read = 1.00
cache_write = 12.50
input = 10.00
output = 50.00
12 changes: 12 additions & 0 deletions providers/commandcode/models/claude-haiku-4-5-20251001.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://commandcode.ai/models/claude-haiku-4-5-20251001
# Toggle: thinking.type = enabled|disabled
base_model = "anthropic/claude-haiku-4-5-20251001"

[[reasoning_options]]
type = "toggle"

[cost]
cache_read = 0.1
cache_write = 1.25
input = 1
output = 5
12 changes: 12 additions & 0 deletions providers/commandcode/models/claude-opus-4-7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://commandcode.ai/models/claude-opus-4-7
base_model = "anthropic/claude-opus-4-7"

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

[cost]
cache_read = 0.5
cache_write = 6.25
input = 5
output = 25
12 changes: 12 additions & 0 deletions providers/commandcode/models/claude-opus-4-8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://commandcode.ai/models/claude-opus-4-8
base_model = "anthropic/claude-opus-4-8"

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

[cost]
cache_read = 0.5
cache_write = 6.25
input = 5
output = 25
12 changes: 12 additions & 0 deletions providers/commandcode/models/claude-opus-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://commandcode.ai/models/claude-opus-5
base_model = "anthropic/claude-opus-5"

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

[cost]
cache_read = 0.5
cache_write = 6.25
input = 5
output = 25
17 changes: 17 additions & 0 deletions providers/commandcode/models/claude-sonnet-4-6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://commandcode.ai/models/claude-sonnet-4-6
# Toggle: thinking.type = enabled|disabled
# Effort: reasoning_effort = low|medium|high|max
base_model = "anthropic/claude-sonnet-4-6"

[[reasoning_options]]
type = "toggle"

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

[cost]
cache_read = 0.3
cache_write = 3.75
input = 3
output = 15
17 changes: 17 additions & 0 deletions providers/commandcode/models/claude-sonnet-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://commandcode.ai/models/claude-sonnet-5
# Toggle: thinking.type = enabled|disabled
# Effort: reasoning_effort = low|medium|high|xhigh|max
base_model = "anthropic/claude-sonnet-5"

[[reasoning_options]]
type = "toggle"

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

[cost]
cache_read = 0.2
cache_write = 2.5
input = 2
output = 10
22 changes: 22 additions & 0 deletions providers/commandcode/models/deepseek/deepseek-v4-flash-fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# https://commandcode.ai/models/deepseek-v4-flash-fast
# Low-latency deployment tier of DeepSeek V4 Flash, not a distinct model:
# https://commandcode.ai/models/deepseek-v4-flash-fast
# Toggle: thinking.type = enabled|disabled
# Effort: reasoning_effort = low|high|max
base_model = "deepseek/deepseek-v4-flash-0731"
name = "DeepSeek V4 Flash Fast"

[[reasoning_options]]
type = "toggle"

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

[interleaved]
field = "reasoning_content"

[cost]
cache_read = 0.07
input = 0.28
output = 0.56
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# https://commandcode.ai/models/deepseek-v4-flash-vision-exp
# Time-of-day pricing since 2026-08-16, peak UTC 01:00-04:00 and 06:00-10:00:
# peak input 0.44 / output 1.32 / cache_read 0.014; [cost] below is the off-peak rate.
# Toggle: thinking.type = enabled|disabled
# Effort: reasoning_effort = low|high|max
base_model = "deepseek/deepseek-v4-flash-vision-exp"

[[reasoning_options]]
type = "toggle"

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

[interleaved]
field = "reasoning_content"

[cost]
cache_read = 0.007
input = 0.22
output = 0.66
Loading
Loading