Files
ragflow/conf/models/xunfei.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

27 lines
445 B
JSON

{
"name": "XunFei Spark",
"url": {
"default": "https://spark-api-open.xf-yun.com"
},
"url_suffix": {
"chat": "v2/chat/completions"
},
"class": "xunfei",
"models": [
{
"name": "spark-x",
"max_tokens": 134144,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
},
"tools": {
"support": true
}
}
]
}