项目文件夹

文件
2026-07-13 12:28:55 +08:00

23 行
434 B
TOML

name = "DeepSeek V3/Deepseek Chat"
description = "Chat-tuned GPT model for conversational assistance, writing, and tool workflows"
release_date = "2025-02-27"
last_updated = "2025-02-27"
attachment = true
reasoning = false
tool_call = true
structured_output = true
open_weights = false
[cost]
input = 0.25
output = 0.7
[limit]
context = 128_000
input = 128_000
output = 8_192
[modalities]
input = ["text", "pdf"]
output = ["text"]