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:
buua436
2026-06-08 14:54:59 +08:00
committed by GitHub
parent c935f305e2
commit 6bf7056422
3 changed files with 163 additions and 2 deletions

View File

@@ -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",