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

24 lines
424 B
TOML

name = "DeepSeek V3.1"
description = "DeepSeek chat model for instruction following, coding, and analysis"
family = "deepseek"
release_date = "2025-01-20"
last_updated = "2025-01-20"
attachment = false
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
open_weights = true
[cost]
input = 0.55
output = 1.66
[limit]
context = 128_000
output = 8_192
[modalities]
input = ["text"]
output = ["text"]