24 lines
421 B
TOML
24 lines
421 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-10"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.0
|
|
output = 0.0
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 32_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|