anomalyco--models.dev
29 行
514 B
TOML
29 行
514 B
TOML
name = "DeepSeek V3.2"
|
|
description = "DeepSeek chat model for instruction following, coding, and analysis"
|
|
family = "deepseek"
|
|
release_date = "2025-12-01"
|
|
last_updated = "2025-12-01"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2024-07"
|
|
open_weights = true
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[cost]
|
|
input = 0.2145
|
|
output = 0.32175
|
|
cache_read = 0.02145
|
|
|
|
[limit]
|
|
context = 131_072
|
|
output = 64_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|