Files
ragflow/conf/models/xunfei.json
2026-07-09 10:19:10 +08:00

24 lines
395 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
}
}
]
}