23 lines
422 B
TOML
23 lines
422 B
TOML
name = "DeepSeek V3.2"
|
|
description = "DeepSeek chat model for instruction following, coding, and analysis"
|
|
family = "deepseek"
|
|
release_date = "2025-07-22"
|
|
last_updated = "2025-07-22"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.18
|
|
output = 0.35
|
|
cache_read = 0.04
|
|
|
|
[limit]
|
|
context = 163_840
|
|
output = 163_840
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"] |