Skip to content
Merged
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
11 changes: 1 addition & 10 deletions providers/kiro/models/deepseek-3.2.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
base_model = "deepseek/deepseek-chat"
name = "Deepseek v3.2"
description = "DeepSeek V3.2 open-weight model for agentic workflows and code generation, strong at long tool-calling chains and multi-step reasoning."
family = "deepseek"
release_date = "2025-12-01"
last_updated = "2025-12-01"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0
Expand All @@ -17,7 +12,3 @@ output = 0
[limit]
context = 164_000
output = 64_000

[modalities]
input = ["text"]
output = ["text"]