Skip to content

Commit 7cfaa03

Browse files
authored
Merge pull request #1419 from nicopujia/add-openrouter-deepseek-r1
Add OpenRouter support for DeepSeek R1
2 parents 2b17d9e + 5649928 commit 7cfaa03

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "DeepSeek: R1"
2+
family = "deepseek-thinking"
3+
release_date = "2025-01-20"
4+
last_updated = "2025-01-20"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2024-07"
9+
tool_call = true
10+
structured_output = false
11+
open_weights = true
12+
13+
[cost]
14+
input = 0.70
15+
output = 2.50
16+
17+
[limit]
18+
context = 64_000
19+
output = 16_000
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]

0 commit comments

Comments
 (0)