fix(models): 更新OpenRouter模型ID和名称,简化模型组分类 (#5172)
This commit is contained in:
parent
55a9447a7b
commit
fd09edc2b9
@ -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: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user