Files
YG_FT_Platform/models/models.json

42 lines
1.0 KiB
JSON

[
{
"id": "e81c21e1-a4ce-4237-ba22-0922b741b9be",
"name": "qwen3-flash",
"type": "custom",
"provider": "openai",
"version": "qwen-flash",
"apiUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"apiKey": "sk-5706307e3e3a4eb09452dbf0bb87fe31",
"timeout": 60,
"maxRetries": 3,
"temperature": 0.7,
"topP": 1,
"topK": 50,
"maxTokens": 2048,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": false,
"logRequests": true,
"status": 1
},
{
"id": "3e61f8de-831b-4439-9f0a-8b8ad753c5ca",
"name": "Nova",
"type": "custom",
"provider": "custom",
"version": "nova",
"apiUrl": "http://10.10.10.122:1234/v1",
"apiKey": "123",
"timeout": 30,
"maxRetries": 3,
"temperature": 0.7,
"topP": 1,
"topK": 50,
"maxTokens": 2048,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": false,
"logRequests": true,
"status": 1
}
]