Skip to content

Commit fdaa2f0

Browse files
committed
feat(openai): update model list
1 parent 5901a96 commit fdaa2f0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/lib/models/providers/openai.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,22 @@ const defaultChatModels: Model[] = [
6060
name: 'GPT 5 Mini',
6161
key: 'gpt-5-mini',
6262
},
63+
{
64+
name: 'GPT 5 Pro',
65+
key: 'gpt-5-pro',
66+
},
67+
{
68+
name: 'GPT 5.1',
69+
key: 'gpt-5.1',
70+
},
71+
{
72+
name: 'GPT 5.2',
73+
key: 'gpt-5.2',
74+
},
75+
{
76+
name: 'GPT 5.2 Pro',
77+
key: 'gpt-5.2-pro',
78+
},
6379
{
6480
name: 'o1',
6581
key: 'o1',

0 commit comments

Comments
 (0)