-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New Models - Add openai gpt-4.1 model family #9988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ishaan-jaff added already via - #9990 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it LGTM!
@@ -89,6 +89,156 @@ | |||
"search_context_size_high": 0.050 | |||
} | |||
}, | |||
"gpt-4.1": { | |||
"max_tokens": 1047576, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this one be the same as max_output_tokens
?
closing my PR in favor of: bbb7541 |
New Models - Add openai gpt-4.1 model family
Adds the following models
gpt-4.1
gpt-4.1-mini
gpt-4.1-nano
Relevant issues
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/litellm/
directory, Adding at least 1 test is a hard requirement - see detailsmake test-unit
)[https://docs.litellm.ai/docs/extras/contributing_code]Type
🆕 New Feature
✅ Test
Changes