🤖 feat: o3-mini (#5581)

* 🤖 feat: `o3-mini`

* chore: re-order vision models list to prioritize gpt-4o as a vision model over o1
This commit is contained in:
Danny Avila 2025-01-31 16:49:01 -05:00 committed by GitHub
parent fdf0b41d08
commit 33f6093775
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 13 deletions

View file

@ -2,6 +2,7 @@ const z = require('zod');
const { EModelEndpoint } = require('librechat-data-provider');
const openAIModels = {
'o3-mini': 195000, // -5000 from max
o1: 195000, // -5000 from max
'o1-mini': 127500, // -500 from max
'o1-preview': 127500, // -500 from max