mirror of
https://github.com/ILoveBingLu/CipherTalk.git
synced 2026-05-16 01:06:43 +08:00
更新 OpenAI 模型列表
补全 GPT 5.5 与 GPT 5.4 系列模型展示名称和真实模型 ID 映射。
This commit is contained in:
@@ -9,6 +9,12 @@ export const OpenAIMetadata = {
|
||||
displayName: 'OpenAI',
|
||||
description: '全球领先的AI服务提供商',
|
||||
models: [
|
||||
'GPT 5.5 Pro',
|
||||
'GPT 5.5',
|
||||
'GPT 5.4 Pro',
|
||||
'GPT 5.4',
|
||||
'GPT 5.4 Mini',
|
||||
'GPT 5.4 Nano',
|
||||
'GPT 5.2',
|
||||
'GPT 5.2 Pro',
|
||||
'GPT 5 Mini',
|
||||
@@ -28,6 +34,12 @@ export const OpenAIMetadata = {
|
||||
}
|
||||
|
||||
const MODEL_MAPPING: Record<string, string> = {
|
||||
'GPT 5.5 Pro': 'gpt-5.5-pro-2026-04-23',
|
||||
'GPT 5.5': 'gpt-5.5-2026-04-23',
|
||||
'GPT 5.4 Pro': 'gpt-5.4-pro-2026-03-05',
|
||||
'GPT 5.4': 'gpt-5.4-2026-03-05',
|
||||
'GPT 5.4 Mini': 'gpt-5.4-mini-2026-03-17',
|
||||
'GPT 5.4 Nano': 'gpt-5.4-nano-2026-03-17',
|
||||
'GPT 5.2': 'gpt-5.2-2025-12-11',
|
||||
'GPT 5.2 Pro': 'gpt-5.2-pro-2025-12-11',
|
||||
'GPT 5 Mini': 'gpt-5-mini-2025-08-07',
|
||||
|
||||
Reference in New Issue
Block a user