27 lines
491 B
TOML
27 lines
491 B
TOML
name = "DeepSeek R1"
|
|
description = "DeepSeek reasoning model for multi-step analysis, math, coding, and tools"
|
|
family = "deepseek-thinking"
|
|
release_date = "2025-01-20"
|
|
last_updated = "2025-05-28"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-07"
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 2.0
|
|
output = 8.75
|
|
cache_read = 1.0
|
|
cache_write = 4.0
|
|
|
|
[limit]
|
|
context = 128000
|
|
output = 4096
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|