25 lines
439 B
TOML
25 lines
439 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
|
|
tool_call = true
|
|
knowledge = "2024-12"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.56
|
|
output = 1.68
|
|
cache_read = 0.07
|
|
|
|
[limit]
|
|
context = 128000
|
|
output = 8192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|