Skip to content

Commit a9232d7

Browse files
authored
Add support for 'gpt-5.4' model (#947)
1 parent d704b66 commit a9232d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Providers/OpenAI/Support/StructuredModeResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ protected static function supportsStructuredMode(string $model): bool
4242
'gpt-5-nano',
4343
'gpt-5.1',
4444
'gpt-5.2',
45+
'gpt-5.4',
4546
]);
4647
}
4748

0 commit comments

Comments
 (0)