fix(providers): 修复火山 Plan 模型请求与 ASR 服务接入 - #1068
Closed
MikuHello wants to merge 1 commit into
Closed
Conversation
2 tasks
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.
Problem and behavior
Fixes #1062 and #1063. Ark's default
f32temperature was expanded to0.30000001192092896in request JSON, causing verified Plan GLM models to reject otherwise valid requests. Text requests now preserve the configured decimal representation while retaining existing optional-temperature and protocol omission rules.Model catalog 404s now explain that the current endpoint cannot provide a list, preserve manual model entry, and remain independent of inference validation. Coding Plan's existing catalog path is unchanged. Ark's form explains that text generation models are required; no static catalog is presented as a live response and no standard-billing fallback is introduced.
Volcengine ASR has an explicit Standard / Agent Plan service selection. Existing configurations keep the standard endpoint and auth mode; Agent Plan uses the dedicated
/plan/sauc/bigmodel_asyncendpoint and API-key authentication. Service selection is persisted per channel through Core, Tauri and Linux adapters. Unknown service values fail instead of falling back. A small external connection boundary allows deterministic tests of real WebSocket handshakes throughopen_session.Validation
glm-5.3-flashandark-code-latestvalidation, nonstreaming polish and streaming polish passed.ark-code-latestandglm-5-3-flash-260828validation/nonstreaming/streaming polish passed.明天下午3点开会,请准时参加。from synthetic 16 kHz mono speech.INSTALL=0 ./scripts/build-mac.shpassed; launched the resulting 2.0.0-Beta.1 app and checked its signature/resources.Linux/Windows/Android device smoke tests and ordinary-service live ASR with a separate ordinary account have not been performed. Existing unrelated rustfmt failures in the baseline's OrcaRouter tests and TLS identity tests were left unchanged. No dependency versions, CI, hooks or release processes were changed.