fix(models): 更新OpenRouter模型ID和名称,简化模型组分类 (#5172)

This commit is contained in:
Roland 2025-04-22 12:44:35 +08:00 committed by kangfenmao
parent 55a9447a7b
commit fd09edc2b9

View File

@ -1661,34 +1661,28 @@ export const SYSTEM_MODELS: Record<string, Model[]> = {
],
openrouter: [
{
id: 'google/gemma-2-9b-it:free',
id: 'google/gemini-2.5-flash-preview',
provider: 'openrouter',
name: 'Google: Gemma 2 9B',
group: 'Gemma'
name: 'Google: Gemini 2.5 Flash Preview',
group: 'google'
},
{
id: 'microsoft/phi-3-mini-128k-instruct:free',
id: 'qwen/qwen-2.5-7b-instruct:free',
provider: 'openrouter',
name: 'Phi-3 Mini 128K Instruct',
group: 'Phi'
name: 'Qwen: Qwen-2.5-7B Instruct',
group: 'qwen'
},
{
id: 'microsoft/phi-3-medium-128k-instruct:free',
id: 'deepseek/deepseek-chat',
provider: 'openrouter',
name: 'Phi-3 Medium 128K Instruct',
group: 'Phi'
},
{
id: 'meta-llama/llama-3-8b-instruct:free',
provider: 'openrouter',
name: 'Meta: Llama 3 8B Instruct',
group: 'Llama3'
name: 'DeepSeek: V3',
group: 'deepseek'
},
{
id: 'mistralai/mistral-7b-instruct:free',
provider: 'openrouter',
name: 'Mistral: Mistral 7B Instruct',
group: 'Mistral'
group: 'mistralai'
}
],
groq: [