Skip to content

Commit 1e0eeb2

Browse files
committed
feat: add deepseek-reasoner model with alias ds-r1
- Add a new model `deepseek-reasoner` with alias `ds-r1` and a max input character limit of 384,000. Signed-off-by: codiing-hui <wecoding@yeah.net>
1 parent 19886d6 commit 1e0eeb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/options/config_template.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ apis:
296296
api-key:
297297
api-key-env: DEEPSEEK_API_KEY
298298
models: # https://platform.deepseek.com/api-docs/api/list-models/
299+
deepseek-reasoner:
300+
aliases: ["ds-r1"]
301+
max-input-chars: 384000
299302
deepseek-chat:
300303
aliases: ["ds-chat"]
301304
max-input-chars: 384000

0 commit comments

Comments
 (0)