25 lines
462 B
TOML
25 lines
462 B
TOML
name = "DeepSeek Reasoner"
|
|
description = "DeepSeek reasoning model for multi-step analysis, math, coding, and tools"
|
|
family = "deepseek-thinking"
|
|
release_date = "2025-01-20"
|
|
last_updated = "2025-01-20"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
knowledge = "2025-01"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.56
|
|
output = 1.68
|
|
cache_read = 0.07
|
|
|
|
[limit]
|
|
context = 128000
|
|
output = 64000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|