anomalyco--models.dev
23 行
405 B
TOML
23 行
405 B
TOML
name = "DeepSeek: R1"
|
|
description = "DeepSeek reasoning model for multi-step analysis, math, coding, and tools"
|
|
release_date = "2025-01-20"
|
|
last_updated = "2025-01-20"
|
|
attachment = false
|
|
reasoning_options = []
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.7
|
|
output = 2.5
|
|
|
|
[limit]
|
|
context = 64000
|
|
output = 16000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|