Skip to content

0.68.0

Choose a tag to compare

@takahirom takahirom released this 10 Dec 09:06
· 298 commits to main since this release
337fc79

extraBody for custom API request body parameters

For instance, ChatGPT offers numerous adjustable parameters, and other AI platforms provide similar options. These settings vary among providers:

OpenAI: "reasoning_effort": "high"
OpenRouter: "reasoning": { "effort": "high" }
Gemini: "thinking_level": "high" (Gemini3) "thinking_budget": 24576(Gemini 2.5)

Handling these configurations in our tool was becoming unmanageable.

To address this, we've introduced the extraBody API feature.
Users can now specify { "reasoning_effort": "high" } within both project and scenario settings.
image

What's Changed

  • Add extraBody for custom API request body parameters by @takahirom in #360

Full Changelog: 0.67.0...0.68.0