项目文件夹

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

23 行
402 B
TOML

name = "DeepSeek V3"
description = "DeepSeek chat model for instruction following, coding, and analysis"
family = "deepseek"
release_date = "2024-12-01"
last_updated = "2024-12-01"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = false
[cost]
input = 0.287
output = 1.147
[limit]
context = 65_536
output = 8_192
[modalities]
input = ["text"]
output = ["text"]