File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)' } ,
You can’t perform that action at this time.
0 commit comments