28 lines
553 B
TOML
28 lines
553 B
TOML
name = "DeepSeek V3.2"
|
|
description = "DeepSeek chat model for instruction following, coding, and analysis"
|
|
family = "deepseek"
|
|
release_date = "2025-12-02"
|
|
last_updated = "2026-04-30"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-12"
|
|
open_weights = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.50
|
|
output = 1.60
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 64_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|