20 lines
389 B
TOML
20 lines
389 B
TOML
name = "DeepSeek V3"
|
|
description = "DeepSeek chat model for instruction following, coding, and analysis"
|
|
family = "deepseek"
|
|
release_date = "2024-12-26"
|
|
last_updated = "2025-03-24"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-07"
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 163_840
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|