We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b99ec5 commit 2a81de9Copy full SHA for 2a81de9
1 file changed
src/config/index.mjs
@@ -53,6 +53,7 @@ export const chatgptApiModelKeys = [
53
'chatgptApi4o_128k',
54
'chatgptApi4oLatest',
55
'chatgptApi5Latest',
56
+ 'chatgptApi5_1Latest',
57
'chatgptApi4oMini',
58
'chatgptApi4_8k',
59
'chatgptApi4_8k_0613',
@@ -256,6 +257,7 @@ export const Models = {
256
257
},
258
chatgptApi4oLatest: { value: 'chatgpt-4o-latest', desc: 'ChatGPT (ChatGPT-4o latest)' },
259
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)' },
261
262
chatgptApi4_1: { value: 'gpt-4.1', desc: 'ChatGPT (GPT-4.1)' },
263
chatgptApi4_1_mini: { value: 'gpt-4.1-mini', desc: 'ChatGPT (GPT-4.1 mini)' },
0 commit comments