test(fireworks-ai): lock reasoning controls#2132
Open
rekram1-node wants to merge 3 commits into
Open
Conversation
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
Verified controls
high/maxeffortslow/medium/highlow/medium/highlow/medium/high, and integer reasoning budget withmin = 1and no documented maximumFor Qwen, Fireworks integer
reasoning_effortaccepts a positive integer and applies it as a hard cap on generated thinking tokens. This maps to{ type = "budget_tokens", min = 1 }. The separate Anthropic-compatiblethinking.budget_tokensrequest shape has a 1024 minimum, but that does not narrow Fireworks integerreasoning_effort.Unresolved provider gaps
The following endpoints remain
reasoning = truebut intentionally omitreasoning_options. Fireworks documents reasoning behavior or availability, but its public endpoint-specific contract does not establish accepted disable semantics for these exact endpoints:accounts/fireworks/models/glm-5p1accounts/fireworks/models/kimi-k2p5accounts/fireworks/models/kimi-k2p6accounts/fireworks/routers/glm-5p1-fastaccounts/fireworks/routers/kimi-k2p6-fastaccounts/fireworks/routers/kimi-k2p6-turboNo
reasoning_options = []orreasoning = falsefallback was encoded because neither has positive evidence. No live tests were run becauseFIREWORKS_API_KEYis unavailable.Validation
bun validatebun test packages/core/test/fireworks-ai-catalog.test.ts(1 pass, 20 assertions)git diff --check