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

24 lines
427 B
TOML

name = "Deepseek-Chat"
description = "DeepSeek chat model for instruction following, coding, and analysis"
family = "deepseek"
release_date = "2024-11-29"
last_updated = "2024-11-29"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = false
knowledge = "2024-07"
[cost]
input = 0.290
output = 0.430
[limit]
context = 128_000
output = 8_192
[modalities]
input = ["text"]
output = ["text"]