Skip to content

Commit 3ac034b

Browse files
committed
Add new GPT-5.1 models
1 parent ea31f36 commit 3ac034b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Public/Chat/Request-ChatCompletion.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ function Request-ChatCompletion {
4343
'gpt-5-mini',
4444
'gpt-5-nano',
4545
'gpt-5-chat-latest',
46+
'gpt-5.1',
47+
'gpt-5.1-chat-latest',
4648
'gpt-audio',
4749
'gpt-audio-mini',
4850
'o1',

Public/Responses/Request-Response.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ function Request-Response {
3030
'gpt-5-pro',
3131
'gpt-5-chat-latest',
3232
'gpt-5-codex',
33+
'gpt-5.1',
34+
'gpt-5.1-chat-latest',
35+
'gpt-5.1-codex',
36+
'gpt-5.1-codex-mini',
3337
'o1',
3438
'o1-pro',
3539
'o3',

0 commit comments

Comments
 (0)