The model URL is the base, without /v1, and the brain is any API model - #329
Merged
Conversation
…any API model Running the stack showed the backend appending its own /v1: a URL given with the suffix became /v1/v1/models and the model never connected. The input is now the base URL and says so. The description follows what the architecture actually allows: only the speech services need a GPU, and the model that does the talking is a configuration value, so a Studio with an API model behind it (studio-voice/<gateway-model-id>) or the gateway on its own are both valid targets.
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.
Running the stack on a two-GPU node showed the Unmute backend appending its own
/v1: a URL given with the suffix became…/v1/v1/modelsand the model never connected (llm_up: falsewith STT and TTS healthy). The workflow input is now Model base URL and says the suffix is added.The description also now matches what the architecture allows: only the speech services need a GPU (about 5.3 GB synthesis, 2.5 GB recognition, splittable across cards), and the conversational model is a configuration value. Point it at a Studio for the corpus, tools and workflows with an API model behind the voice (
studio-voice/<gateway-model-id>), or at the platform gateway for a plain conversation with that model. Settings text updated to match. Workflow and copy only.