mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-11 06:05:45 +08:00
24 lines
395 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|