25 lines
447 B
TOML
25 lines
447 B
TOML
name = "DeepSeek Chat"
|
|
description = "DeepSeek chat model for instruction following, coding, and analysis"
|
|
family = "deepseek"
|
|
release_date = "2025-12-01"
|
|
last_updated = "2026-02-28"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2025-09"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.14
|
|
output = 0.28
|
|
cache_read = 0.0028
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 384_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|