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: [
|
openrouter: [
|
||||||
{
|
{
|
||||||
id: 'google/gemma-2-9b-it:free',
|
id: 'google/gemini-2.5-flash-preview',
|
||||||
provider: 'openrouter',
|
provider: 'openrouter',
|
||||||
name: 'Google: Gemma 2 9B',
|
name: 'Google: Gemini 2.5 Flash Preview',
|
||||||
group: 'Gemma'
|
group: 'google'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'microsoft/phi-3-mini-128k-instruct:free',
|
id: 'qwen/qwen-2.5-7b-instruct:free',
|
||||||
provider: 'openrouter',
|
provider: 'openrouter',
|
||||||
name: 'Phi-3 Mini 128K Instruct',
|
name: 'Qwen: Qwen-2.5-7B Instruct',
|
||||||
group: 'Phi'
|
group: 'qwen'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'microsoft/phi-3-medium-128k-instruct:free',
|
id: 'deepseek/deepseek-chat',
|
||||||
provider: 'openrouter',
|
provider: 'openrouter',
|
||||||
name: 'Phi-3 Medium 128K Instruct',
|
name: 'DeepSeek: V3',
|
||||||
group: 'Phi'
|
group: 'deepseek'
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'meta-llama/llama-3-8b-instruct:free',
|
|
||||||
provider: 'openrouter',
|
|
||||||
name: 'Meta: Llama 3 8B Instruct',
|
|
||||||
group: 'Llama3'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'mistralai/mistral-7b-instruct:free',
|
id: 'mistralai/mistral-7b-instruct:free',
|
||||||
provider: 'openrouter',
|
provider: 'openrouter',
|
||||||
name: 'Mistral: Mistral 7B Instruct',
|
name: 'Mistral: Mistral 7B Instruct',
|
||||||
group: 'Mistral'
|
group: 'mistralai'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
groq: [
|
groq: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user