26 lines
485 B
TOML
26 lines
485 B
TOML
name = "DeepSeek V3.2"
|
|
description = "DeepSeek chat model for instruction following, coding, and analysis"
|
|
family = "deepseek"
|
|
release_date = "2025-12-03"
|
|
last_updated = "2025-12-05"
|
|
attachment = false
|
|
reasoning = true
|
|
structured_output = true
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-01"
|
|
open_weights = true
|
|
reasoning_options = [{ type = "toggle" }]
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
|
|
[limit]
|
|
context = 131_072
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|