File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ export const chatgptApiModelKeys = [
5353 'chatgptApi4o_128k' ,
5454 'chatgptApi4oLatest' ,
5555 'chatgptApi5Latest' ,
56+ 'chatgptApi5_1Latest' ,
5657 'chatgptApi4oMini' ,
5758 'chatgptApi4_8k' ,
5859 'chatgptApi4_8k_0613' ,
@@ -256,6 +257,7 @@ export const Models = {
256257 } ,
257258 chatgptApi4oLatest : { value : 'chatgpt-4o-latest' , desc : 'ChatGPT (ChatGPT-4o latest)' } ,
258259 chatgptApi5Latest : { value : 'gpt-5-chat-latest' , desc : 'ChatGPT (ChatGPT-5 latest)' } ,
260+ chatgptApi5_1Latest : { value : 'gpt-5.1-chat-latest' , desc : 'ChatGPT (ChatGPT-5.1 latest)' } ,
259261
260262 chatgptApi4_1 : { value : 'gpt-4.1' , desc : 'ChatGPT (GPT-4.1)' } ,
261263 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