Files
2026-07-13 12:28:55 +08:00

30 lines
764 B
TOML

# Reasoning HTTP format (accessed 2026-06-25):
# POST https://api.together.ai/v1/chat/completions (dedicated endpoint model).
# Reasoning is returned in content within <think> tags; no control is documented.
# Sources: https://docs.together.ai/docs/inference/chat/reasoning#think-tags-in-content
name = "DeepSeek-R1"
description = "Legacy model retained for compatibility with older integrations"
family = "deepseek-thinking"
release_date = "2025-01-20"
last_updated = "2025-03-24"
attachment = false
reasoning = true
reasoning_options = []
status = "deprecated"
temperature = true
knowledge = "2024-07"
tool_call = false
open_weights = true
[cost]
input = 3
output = 7
[limit]
context = 163_839
output = 163_839
[modalities]
input = ["text"]
output = ["text"]