anomalyco--models.dev
23 行
436 B
TOML
23 行
436 B
TOML
name = "DeepSeek: DeepSeek V3.2 Exp"
|
|
description = "DeepSeek chat model for instruction following, coding, and analysis"
|
|
release_date = "2025-01-01"
|
|
last_updated = "2025-09-29"
|
|
attachment = false
|
|
reasoning_options = [{ type = "toggle" }]
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.27
|
|
output = 0.41
|
|
|
|
[limit]
|
|
context = 163840
|
|
output = 65536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|