Skip to content

Commit e1d898a

Browse files
committed
Add the gpt-5.1-chat
1 parent eb49a54 commit e1d898a

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

common/core/src/constants.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,26 @@ export const models = [
5151
},
5252
{
5353
id: 'gpt-5-mini',
54-
name: 'GPT-5-mini',
54+
name: 'gpt-5-mini',
5555
modelId: 'gpt-5-mini',
5656
selected: false,
5757
platform: 'azure',
5858
temperatureSupport: false,
5959
},
6060
{
6161
id: 'gpt-5-nano',
62-
name: 'GPT-5-nano',
62+
name: 'gpt-5-nano',
6363
modelId: 'gpt-5-nano',
6464
selected: false,
6565
platform: 'azure',
6666
temperatureSupport: false,
6767
},
68+
{
69+
id: 'gpt-5.1-chat',
70+
name: 'gpt-5.1-chat',
71+
modelId: 'gpt-5.1-chat',
72+
selected: false,
73+
platform: 'azure',
74+
temperatureSupport: false,
75+
},
6876
];

0 commit comments

Comments
 (0)