feat: update Wafer provider models#1912
Merged
rekram1-node merged 1 commit intoMay 30, 2026
Merged
Conversation
c22bb57 to
202dbf9
Compare
202dbf9 to
f30e44f
Compare
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.
What changed
Updates the Wafer provider from the current
https://pass.wafer.ai/v1/modelsresponse and follow-up live API checks.deepseek-v4-flash,deepseek-v4-pro, andqwen3.7-maxlast_updatedvalues/v1/chat/completionsbehavior for fields where/v1/modelsdisagreed with runtime behaviorHow I checked it
I fetched
/v1/modelswith a Wafer Serverless API key, then tested the affected models through/v1/chat/completions.The runtime checks covered text completion, tool calling, reasoning output, image input, video input, and large text prompts.
Findings that changed the model files:
reasoning_contenteven when/v1/modelsreportedreasoning: false.reasoning_contentwhen the request includedreasoning_effort. Streaming responses exposed it asdelta.reasoning_content.Qwen3.6-35B-A3Breports256000context in/v1/models. A full-context streaming probe withenable_thinking=falsereturned190464prompt tokens,65536completion tokens, and256000total tokens withfinish_reason: "length".Qwen3.6-35B-A3Brejected withRange of input length should be [1, 229376], so the model file keepscontext = 256_000, addsinput = 229_376, and keepsoutput = 65_536.Validation
bun validate