26 lines
495 B
TOML
26 lines
495 B
TOML
name = "DeepSeek V3.2"
|
|
description = "DeepSeek chat model for instruction following, coding, and analysis"
|
|
family = "deepseek"
|
|
release_date = "2025-09-29"
|
|
last_updated = "2025-09-29"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }]
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.26
|
|
output = 0.38
|
|
cache_read = 0.13
|
|
|
|
[limit]
|
|
context = 163_840
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|