We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cedb4a commit 1e5f07eCopy full SHA for 1e5f07e
src/config/index.mjs
@@ -52,6 +52,7 @@ export const chatgptApiModelKeys = [
52
'chatgptApi35_0125',
53
'chatgptApi4o_128k',
54
'chatgptApi4oLatest',
55
+ 'chatgptApi5Latest',
56
'chatgptApi4oMini',
57
'chatgptApi4_8k',
58
'chatgptApi4_8k_0613',
@@ -249,6 +250,7 @@ export const Models = {
249
250
desc: 'ChatGPT (GPT-4-Turbo 128k 0125 Preview)',
251
},
252
chatgptApi4oLatest: { value: 'chatgpt-4o-latest', desc: 'ChatGPT (ChatGPT-4o latest)' },
253
+ chatgptApi5Latest: { value: 'gpt-5-chat-latest', desc: 'ChatGPT (ChatGPT-5 latest)' },
254
255
chatgptApi4_1: { value: 'gpt-4.1', desc: 'ChatGPT (GPT-4.1)' },
256
chatgptApi4_1_mini: { value: 'gpt-4.1-mini', desc: 'ChatGPT (GPT-4.1 mini)' },
0 commit comments