Skip to content

Commit 1e5f07e

Browse files
PeterDaveHellojosStorer
authored andcommitted
Add OpenAI's gpt-5-chat-latest non-reasoning model
Reference: - https://platform.openai.com/docs/models/gpt-5-chat-latest
1 parent 5cedb4a commit 1e5f07e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/index.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export const chatgptApiModelKeys = [
5252
'chatgptApi35_0125',
5353
'chatgptApi4o_128k',
5454
'chatgptApi4oLatest',
55+
'chatgptApi5Latest',
5556
'chatgptApi4oMini',
5657
'chatgptApi4_8k',
5758
'chatgptApi4_8k_0613',
@@ -249,6 +250,7 @@ export const Models = {
249250
desc: 'ChatGPT (GPT-4-Turbo 128k 0125 Preview)',
250251
},
251252
chatgptApi4oLatest: { value: 'chatgpt-4o-latest', desc: 'ChatGPT (ChatGPT-4o latest)' },
253+
chatgptApi5Latest: { value: 'gpt-5-chat-latest', desc: 'ChatGPT (ChatGPT-5 latest)' },
252254

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

0 commit comments

Comments
 (0)