chatbox icon indicating copy to clipboard operation
chatbox copied to clipboard

[Feature] Additional API parameters for reasoning or tools (web search, etc.)

Open martin-mito opened this issue 2 months ago • 1 comments

Groq, Openrouter and other inference provider support reasoning and tool parameter. For example, Groq supports for GPTOSS 120b these tools:

"tools": [
           {
             "type": "browser_search"
           },
           {
             "type": "code_interpreter"
           }
         ]

Please make them available in the settings.

martin-mito avatar Oct 06 '25 17:10 martin-mito

+1 to this. In fact, please add a simple "API parameters" key-value pair field where users can pass arbitrary paraamters to the API such as verbosity for GPT, structured generation and so on.

gkaissis avatar Oct 09 '25 04:10 gkaissis