Skip to content
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

feature: support openai's reasoning_effort parameter #1252

Open
Madoshakalaka opened this issue Feb 12, 2025 · 2 comments
Open

feature: support openai's reasoning_effort parameter #1252

Madoshakalaka opened this issue Feb 12, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@Madoshakalaka
Copy link

Feature request

Please support the reasoning_effort parameter for openai reasoning models like o3-mini.

as discussed here: https://community.openai.com

by default the reasoning effort is medium

Motivation

reasoning_effort high really seems to improve the coding ability as shown in benchmarks

Image

Other

I want to contribute but I'm not sure how to design the user interface. I don't think we have a UI for model parameters?

@Madoshakalaka Madoshakalaka added the enhancement New feature or request label Feb 12, 2025
@esezen
Copy link
Contributor

esezen commented Feb 16, 2025

@yetone to confirm but my understanding is this is already supported. I tried it locally and logged the parameters and it appears like you can set it at the provider level. I opened this PR to document it. Let me know if this works

@Madoshakalaka
Copy link
Author

thanks!

More context on the use case: I toggle between reasoning providers (o3-mini) and non-reasoning ones (claude) depending on the task. Passing reasoning_effort high makes a lot of sense!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants