25 lines
445 B
TOML
25 lines
445 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 = false
|
|
temperature = true
|
|
tool_call = false
|
|
knowledge = "2024-07"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.28
|
|
output = 0.42
|
|
cache_read = 0.028
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 8_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|