anomalyco--models.dev
26 行
543 B
TOML
26 行
543 B
TOML
name = "DeepSeek V3.1"
|
|
description = "DeepSeek chat model for instruction following, coding, and analysis"
|
|
family = "deepseek"
|
|
release_date = "2025-08-21"
|
|
last_updated = "2025-08-21"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.56
|
|
output = 1.68
|
|
cache_read = 0.112
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|