项目文件夹

文件
2026-07-13 12:28:55 +08:00

25 行
466 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 = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
knowledge = "2024-07"
open_weights = false
[cost]
input = 0.6
output = 1.7
[limit]
context = 128_000
output = 128_000
[modalities]
input = ["text"]
output = ["text"]