Files
ragflow/conf/models/deepseek.json
Haruko386 c575164695 Go: add tools for a lot of providers (#17341)
### Summary

As title

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-07-24 19:33:38 +08:00

44 lines
774 B
JSON

{
"name": "DeepSeek",
"rank": 996,
"url": {
"default": "https://api.deepseek.com"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"balance": "user/balance"
},
"class": "deepseek",
"models": [
{
"name": "deepseek-v4-flash",
"max_tokens": 1048576,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
},
{
"name": "deepseek-v4-pro",
"max_tokens": 1048576,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
}
]
}