Skip to content

Commit fffd48a

Browse files
1 parent 7b5de64 commit fffd48a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/config/index.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export const chatgptApiModelKeys = [
5252
'chatgptApi4o_128k',
5353
'chatgptApi5Latest',
5454
'chatgptApi5_1Latest',
55+
'chatgptApi5_2Latest',
56+
'chatgptApi5_3Latest',
5557
'chatgptApi4oMini',
5658
'chatgptApi4_8k',
5759
'chatgptApi4_8k_0613',
@@ -245,6 +247,8 @@ export const Models = {
245247
},
246248
chatgptApi5Latest: { value: 'gpt-5-chat-latest', desc: 'ChatGPT (ChatGPT-5 latest)' },
247249
chatgptApi5_1Latest: { value: 'gpt-5.1-chat-latest', desc: 'ChatGPT (ChatGPT-5.1 latest)' },
250+
chatgptApi5_2Latest: { value: 'gpt-5.2-chat-latest', desc: 'ChatGPT (ChatGPT-5.2 latest)' },
251+
chatgptApi5_3Latest: { value: 'gpt-5.3-chat-latest', desc: 'ChatGPT (ChatGPT-5.3 latest)' },
248252

249253
chatgptApi4_1: { value: 'gpt-4.1', desc: 'ChatGPT (GPT-4.1)' },
250254
chatgptApi4_1_mini: { value: 'gpt-4.1-mini', desc: 'ChatGPT (GPT-4.1 mini)' },

0 commit comments

Comments
 (0)