-
Notifications
You must be signed in to change notification settings - Fork 156
Description
Describe the issue
Hi!
My understanding is that mini-swe-agent currently always uses completions api. For agentic tasks OpenAI's reasoning models work much better with responses api. Also as far as I can see there is no support for reasoning efforts settings
I think both can be implemented with liteLLM's responses api: it can bridge to completions if provider doesn't support responses, and it can drop parameters (like reasoning efforts) if provider doesn't support a specific parameter. liteLLM's responses endpoint is in beta though, I'm not sure how stable it is
Are there any plans to support this? In my experience GPT-5 with responses api and high reasoning is very noticeably better than GPT-5 with completions api and medium reasoning so I'm very curious about benchmark results :)