Files
2026-07-13 12:28:55 +08:00

24 lines
422 B
TOML

name = "DeepSeek V3"
description = "DeepSeek chat model for instruction following, coding, and analysis"
family = "deepseek"
release_date = "2024-12-26"
last_updated = "2024-12-26"
attachment = false
reasoning = false
temperature = true
knowledge = "2024-07"
tool_call = true
open_weights = true
[cost]
input = 0.28
output = 1.10
[limit]
context = 131_072
output = 8_192
[modalities]
input = ["text"]
output = ["text"]