Files
2026-07-13 12:28:55 +08:00

24 lines
451 B
TOML

name = "DeepSeek: DeepSeek V3.2"
description = "DeepSeek chat model for instruction following, coding, and analysis"
release_date = "2025-12-01"
last_updated = "2026-03-15"
attachment = false
reasoning_options = [{ type = "toggle" }]
reasoning = true
temperature = true
tool_call = true
open_weights = true
[cost]
input = 0.26
output = 0.38
cache_read = 0.125
[limit]
context = 163840
output = 65536
[modalities]
input = ["text"]
output = ["text"]