Skip to content

Commit 2a81de9

Browse files
Add OpenAI's gpt-5.1-chat-latest model (#905)
1 parent 7b99ec5 commit 2a81de9

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
@@ -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)' },

0 commit comments

Comments
 (0)