Files
YG_FT_Platform/models/models.json

122 lines
2.9 KiB
JSON
Raw Normal View History

[
{
"id": "model-1",
"name": "GPT-4 Turbo",
"type": "gpt",
"provider": "openai",
"version": "gpt-4-turbo",
"apiUrl": "https://api.openai.com/v1",
"apiKey": "sk-test123456789",
"timeout": 30,
"maxRetries": 3,
"temperature": 0.7,
"topP": 1.0,
"topK": 50,
"maxTokens": 2048,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": false,
"logRequests": true,
"status": "连接失败"
},
{
"id": "model-2",
"name": "Claude-3 Sonnet",
"type": "claude",
"provider": "anthropic",
"version": "claude-3-sonnet-20240229",
"apiUrl": "https://api.anthropic.com/v1",
"apiKey": "",
"timeout": 30,
"maxRetries": 3,
"temperature": 0.5,
"topP": 0.9,
"topK": 40,
"maxTokens": 4096,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": true,
"logRequests": true,
"status": "未测试"
},
{
"id": "model-3",
"name": "LLaMA-2 7B",
"type": "llama",
"provider": "local",
"version": "llama-2-7b-chat",
"apiUrl": "http://localhost:8080/v1",
"apiKey": "",
"timeout": 60,
"maxRetries": 3,
"temperature": 0.8,
"topP": 0.95,
"topK": 60,
"maxTokens": 2048,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": false,
"logRequests": false,
"status": "已测试"
},
{
"id": "0c13f76a-6a40-48d2-86d3-2638fd2be652",
"name": "Test Model",
"type": "gpt",
"provider": "openai",
"version": "gpt-3.5-turbo",
"apiUrl": "",
"apiKey": "",
"timeout": 30,
"maxRetries": 3,
"temperature": 0.7,
"topP": 1.0,
"topK": 50,
"maxTokens": 2048,
"systemPrompt": "你是一个有用的AI助手。",
"streaming": true,
"functions": false,
"logRequests": true,
"status": "未测试"
},
{
"id": "9674adec-124c-4641-898b-7f7557e9e412",
"name": "nova",
"type": "gpt",
"provider": "openai",
"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": "已测试"
},
{
"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": "已测试"
}
]