24 lines
437 B
TOML
24 lines
437 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-01-20"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 3.00
|
|
output = 7.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|