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 4040 'gpt-5.2' : 400000 , # 400K, but may be limited by config.max_model_tokens
4141 'gpt-5.2-2025-12-11' : 400000 , # 400K, but may be limited by config.max_model_tokens
4242 'gpt-5.2-chat-latest' : 128000 , # 128K, but may be limited by config.max_model_tokens
43+ 'gpt-5.2-codex' : 400000 , # 400K, but may be limited by config.max_model_tokens
4344 'o1-mini' : 128000 , # 128K, but may be limited by config.max_model_tokens
4445 'o1-mini-2024-09-12' : 128000 , # 128K, but may be limited by config.max_model_tokens
4546 'o1-preview' : 128000 , # 128K, but may be limited by config.max_model_tokens
223224 "o4-mini-2025-04-16" ,
224225 "gpt-5.1-codex" ,
225226 "gpt-5.1-codex-mini" ,
227+ "gpt-5.2-codex" ,
226228 "gpt-5-mini"
227229]
228230
You can’t perform that action at this time.
0 commit comments