33 lines
742 B
TOML
33 lines
742 B
TOML
name = "DeepSeek Reasoner"
|
|
description = "DeepSeek reasoning model for multi-step analysis, math, coding, and tools"
|
|
# Legacy reasoning-only request schema documents no toggle, effort, or token
|
|
# budget; reasoning is returned as `reasoning_content`.
|
|
# https://api-docs.deepseek.com/guides/reasoning_model (accessed 2026-06-25)
|
|
family = "deepseek-thinking"
|
|
release_date = "2025-12-01"
|
|
last_updated = "2026-02-28"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = true
|
|
knowledge = "2025-09"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
reasoning_options = []
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.14
|
|
output = 0.28
|
|
cache_read = 0.0028
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 384_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|