[功能]: aihubmix 更新默认模型 (#7242)

Update models.ts

Co-authored-by: zhaochenxue <zhaochenxue@bixin.cn>
This commit is contained in:
chenxue 2025-06-16 23:44:59 +08:00 committed by GitHub
parent 1b5cba94d2
commit 050bfe1380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -520,41 +520,65 @@ export const SYSTEM_MODELS: Record<string, Model[]> = {
} }
], ],
aihubmix: [ aihubmix: [
{
id: 'o3',
provider: 'aihubmix',
name: 'o3',
group: 'gpt'
},
{
id: 'o4-mini',
provider: 'aihubmix',
name: 'o4-mini',
group: 'gpt'
},
{
id: 'gpt-4.1',
provider: 'aihubmix',
name: 'gpt-4.1',
group: 'gpt'
},
{ {
id: 'gpt-4o', id: 'gpt-4o',
provider: 'aihubmix', provider: 'aihubmix',
name: 'GPT-4o', name: 'gpt-4o',
group: 'GPT-4o' group: 'gpt'
}, },
{ {
id: 'claude-3-5-sonnet-latest', id: 'gpt-image-1',
provider: 'aihubmix', provider: 'aihubmix',
name: 'Claude 3.5 Sonnet', name: 'gpt-image-1',
group: 'Claude 3.5' group: 'gpt'
}, },
{ {
id: 'gemini-2.0-flash-exp-search', id: 'DeepSeek-V3',
provider: 'aihubmix', provider: 'aihubmix',
name: 'Gemini 2.0 Flash Exp Search', name: 'DeepSeek-V3',
group: 'Gemini 2.0' group: 'DeepSeek'
}, },
{ {
id: 'deepseek-chat', id: 'claude-sonnet-4-20250514',
provider: 'aihubmix', provider: 'aihubmix',
name: 'DeepSeek Chat', name: 'claude-sonnet-4-20250514',
group: 'DeepSeek Chat' group: 'claude'
}, },
{ {
id: 'aihubmix-Llama-3-3-70B-Instruct', id: 'gemini-2.5-pro-preview-05-06',
provider: 'aihubmix', provider: 'aihubmix',
name: 'Llama-3.3-70b', name: 'gemini-2.5-pro-preview-05-06',
group: 'Llama 3.3' group: 'gemini'
}, },
{ {
id: 'Qwen/QVQ-72B-Preview', id: 'gemini-2.5-flash-preview-05-20-nothink',
provider: 'aihubmix', provider: 'aihubmix',
name: 'Qwen/QVQ-72B', name: 'gemini-2.5-flash-preview-05-20-nothink',
group: 'Qwen' group: 'gemini'
},
{
id: 'gemini-2.5-flash',
provider: 'aihubmix',
name: 'gemini-2.5-flash',
group: 'gemini'
} }
], ],