Skip to content
Merged
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
6 changes: 3 additions & 3 deletions providers/cortecs/models/codestral-2508.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ knowledge = "2025-03"
open_weights = true

[cost]
input = 0.334
output = 1.003
cache_read = 0.033
input = 0.368
output = 1.103
cache_read = 0.037

[limit]
context = 256_000
Expand Down
13 changes: 13 additions & 0 deletions providers/cortecs/models/deepseek-v4.1-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Effort: reasoning_effort = low|medium|high
# https://docs.cortecs.ai/routing/reasoning
base_model = "deepseek/deepseek-v4.1-flash"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]

[cost]
input = 0.5
output = 1.499
cache_read = 0.13

[limit]
context = 1_048_576
output = 64_000
4 changes: 2 additions & 2 deletions providers/cortecs/models/ministral-14b-2512.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ structured_output = true
open_weights = false

[cost]
input = 0.223
output = 0.223
input = 0.24
output = 0.24
cache_read = 0.022

[limit]
Expand Down
6 changes: 3 additions & 3 deletions providers/cortecs/models/ministral-3b-2512.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ structured_output = true
open_weights = false

[cost]
input = 0.111
output = 0.111
cache_read = 0.011
input = 0.123
output = 0.123
cache_read = 0.012

[limit]
context = 256_000
Expand Down
4 changes: 2 additions & 2 deletions providers/cortecs/models/ministral-8b-2512.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ structured_output = true
open_weights = false

[cost]
input = 0.167
output = 0.167
input = 0.179
output = 0.179
cache_read = 0.017

[limit]
Expand Down
6 changes: 3 additions & 3 deletions providers/cortecs/models/mistral-large-2512.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ base_model = "mistral/mistral-large-2512"
structured_output = true

[cost]
input = 0.557
output = 1.671
cache_read = 0.056
input = 0.613
output = 1.838
cache_read = 0.061

[limit]
context = 256_000
Expand Down
6 changes: 3 additions & 3 deletions providers/cortecs/models/mistral-medium-3.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ open_weights = false
reasoning_options = []

[cost]
input = 1.393
output = 7.13
cache_read = 0.139
input = 1.532
output = 7.843
cache_read = 0.154

[limit]
context = 256_000
Expand Down
6 changes: 3 additions & 3 deletions providers/cortecs/models/mistral-small-2603.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ structured_output = true
reasoning_options = []

[cost]
input = 0.143
output = 0.568
cache_read = 0.014
input = 0.156
output = 0.625
cache_read = 0.016

[limit]
context = 262_144
6 changes: 3 additions & 3 deletions providers/cortecs/models/voxtral-small-2507.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ structured_output = true
open_weights = false

[cost]
input = 0.111
output = 0.334
cache_read = 0.011
input = 0.123
output = 0.368
cache_read = 0.012

[limit]
context = 32_000
Expand Down
Loading