feat: add OpenAI o1 and GPT-4o mini models#2003
Open
KushalLukhi wants to merge 1 commit intomckaywrigley:mainfrom
Open
feat: add OpenAI o1 and GPT-4o mini models#2003KushalLukhi wants to merge 1 commit intomckaywrigley:mainfrom
KushalLukhi wants to merge 1 commit intomckaywrigley:mainfrom
Conversation
Adds support for OpenAI's newest model releases: - o1-preview: Advanced reasoning model (5/0 per 1M) - o1-mini: Fast, cost-effective reasoning (/2 per 1M) - GPT-4o mini: GPT-4o optimized for efficiency (/bin/bash.15//bin/bash.60 per 1M) Models added: - o1-preview - high-quality reasoning - o1-mini - faster, cheaper reasoning - GPT-4o mini - better than GPT-3.5 at 60% lower cost Note: o1 models do not support image input currently.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds support for OpenAI's latest model releases: o1-preview, o1-mini, and GPT-4o mini.
New Models
o1-preview
o1-mini
GPT-4o mini
Changes
Testing
Future Work
Consider making o1 models visually distinct in UI (they use different system prompt handling).
Closes feature gap with OpenAI's latest API capabilities.