mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
feat: add placeholder model metas (#15753)
### What problem does this PR solve? add placeholder model metas ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -3916,7 +3916,56 @@
|
||||
"logo": "",
|
||||
"tags": "LLM,TTS",
|
||||
"status": "1",
|
||||
"llm": []
|
||||
"llm": [
|
||||
{
|
||||
"llm_name": "Spark-Max",
|
||||
"tags": "LLM,CHAT,8K",
|
||||
"max_tokens": 8192,
|
||||
"model_type": "chat",
|
||||
"is_tools": true,
|
||||
"features": ["is_tools", "thinking"]
|
||||
},
|
||||
{
|
||||
"llm_name": "Spark-Max-32K",
|
||||
"tags": "LLM,CHAT,32K",
|
||||
"max_tokens": 32768,
|
||||
"model_type": "chat",
|
||||
"is_tools": true,
|
||||
"features": ["is_tools", "thinking"]
|
||||
},
|
||||
{
|
||||
"llm_name": "Spark-Lite",
|
||||
"tags": "LLM,CHAT,8K",
|
||||
"max_tokens": 8192,
|
||||
"model_type": "chat",
|
||||
"is_tools": true,
|
||||
"features": ["is_tools", "thinking"]
|
||||
},
|
||||
{
|
||||
"llm_name": "Spark-Pro",
|
||||
"tags": "LLM,CHAT,8K",
|
||||
"max_tokens": 8192,
|
||||
"model_type": "chat",
|
||||
"is_tools": true,
|
||||
"features": ["is_tools", "thinking"]
|
||||
},
|
||||
{
|
||||
"llm_name": "Spark-Pro-128K",
|
||||
"tags": "LLM,CHAT,128K",
|
||||
"max_tokens": 131072,
|
||||
"model_type": "chat",
|
||||
"is_tools": true,
|
||||
"features": ["is_tools", "thinking"]
|
||||
},
|
||||
{
|
||||
"llm_name": "Spark-4.0-Ultra",
|
||||
"tags": "LLM,CHAT,128K",
|
||||
"max_tokens": 131072,
|
||||
"model_type": "chat",
|
||||
"is_tools": true,
|
||||
"features": ["is_tools", "thinking"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "BaiduYiyan",
|
||||
|
||||
Reference in New Issue
Block a user