Skip to content

Responses API and reasoning efforts support #459

@ArtyomShalagin

Description

@ArtyomShalagin

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions