feat: rename Instant to None and add XHigh reasoning effort level#99
Open
razorback16 wants to merge 2 commits into
Open
feat: rename Instant to None and add XHigh reasoning effort level#99razorback16 wants to merge 2 commits into
razorback16 wants to merge 2 commits into
Conversation
Add ReasoningEffort::Instant variant for near-realtime responses. Map to None for OpenAI, "instant" for Chat Completions, and disabled thinking for Anthropic. Fix Low reasoning effort to map to "low" instead of "minimal" for OpenAI.
razorback16
force-pushed
the
feat/instant-reasoning-effort
branch
from
March 1, 2026 18:13
e875bee to
912d5a2
Compare
rijkvanzanten
approved these changes
Mar 2, 2026
miridih-bgyu
approved these changes
Mar 9, 2026
miridih-bgyu
approved these changes
Mar 9, 2026
Contributor
Author
|
Hi @miridih-bgyu @rijkvanzanten any update on merging this pull request? |
Contributor
|
@razorback16 I'm not directly involved in the project nor have maintainer rights here, so I'm afraid I can't help you with that.. |
gaki2
approved these changes
May 5, 2026
Contributor
|
Hi @ishaksebsib Can you review this PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ReasoningEffort::InstanttoReasoningEffort::Noneto align with OpenAI's API namingReasoningEffort::XHighvariant for extra-high reasoning effortXHigh(xhighnotx_high)Provider mappings
none"none"low"low"medium"medium"high"high"xhigh"xhigh"Test plan
Noneagainst OpenAI gpt-5.4 APIXHighagainst OpenAI gpt-5.4 API