We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb49a54 commit e1d898aCopy full SHA for e1d898a
1 file changed
common/core/src/constants.ts
@@ -51,18 +51,26 @@ export const models = [
51
},
52
{
53
id: 'gpt-5-mini',
54
- name: 'GPT-5-mini',
+ name: 'gpt-5-mini',
55
modelId: 'gpt-5-mini',
56
selected: false,
57
platform: 'azure',
58
temperatureSupport: false,
59
60
61
id: 'gpt-5-nano',
62
- name: 'GPT-5-nano',
+ name: 'gpt-5-nano',
63
modelId: 'gpt-5-nano',
64
65
66
67
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
+ },
76
];
0 commit comments