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
4 changes: 2 additions & 2 deletions providers/azure/models/deepseek-v3.2-speciale.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ tool_call = false
open_weights = true

[cost]
input = 0.28
output = 0.42
input = 0.58
output = 1.68

[limit]
context = 128_000
Expand Down
5 changes: 2 additions & 3 deletions providers/azure/models/deepseek-v3.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ tool_call = true
open_weights = true

[cost]
input = 0.28
output = 0.42
cache_read = 0.028
input = 0.58
output = 1.68

[limit]
context = 128_000
Expand Down