anomalyco--models.dev
23 行
434 B
TOML
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"]
|