diff --git a/providers/kiro/models/deepseek-3.2.toml b/providers/kiro/models/deepseek-3.2.toml index a269911ecde..c108e1eb8b7 100644 --- a/providers/kiro/models/deepseek-3.2.toml +++ b/providers/kiro/models/deepseek-3.2.toml @@ -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 @@ -17,7 +12,3 @@ output = 0 [limit] context = 164_000 output = 64_000 - -[modalities] -input = ["text"] -output = ["text"]