chatbox
chatbox copied to clipboard
[Feature] Additional API parameters for reasoning or tools (web search, etc.)
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.
+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.