24 lines
440 B
TOML
24 lines
440 B
TOML
name = "DeepSeek-V3.2-Thinking"
|
|
description = "DeepSeek chat model for instruction following, coding, and analysis"
|
|
release_date = "2025-12-01"
|
|
last_updated = "2025-12-01"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
knowledge = "2024-12"
|
|
|
|
[cost]
|
|
input = 0.290
|
|
output = 0.430
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|