feat(together-ai): update model YAMLs [bot]#903
Conversation
|
/test-models |
Gateway test results
Skipped (1)
Skip reason: |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bde36a1. Configure here.
| - image | ||
| output: | ||
| - video | ||
| - audio |
There was a problem hiding this comment.
Incorrect audio output modality for video model
Medium Severity
The audio output modality was added to vidu/vidu-q3, but this is a video generation model (mode: video). No other video-mode model in the together-ai provider lists audio as an output — all sibling vidu models (vidu-q1, vidu-q3-turbo, vidu-2.0) and other video models (Seedance, Wan-AI) only output video. The only models with audio output are text-to-speech models. This will incorrectly advertise audio generation capabilities for this model.
Reviewed by Cursor Bugbot for commit bde36a1. Configure here.


Auto-generated by poc-agent for provider
together-ai.Note
Low Risk
Low risk because this only updates a provider model YAML (modalities/metadata) and does not change runtime logic; main risk is incorrect capability or pricing metadata affecting downstream routing/display.
Overview
Updates the Together AI
vidu/vidu-q3model YAML by adjusting thecostsentry (including clarifying comments that pricing is not in official docs).Expands declared modalities to accept
imageinput and produceaudiooutput, and addssourcesplusstatus: activemetadata.Reviewed by Cursor Bugbot for commit bde36a1. Bugbot is set up for automated code reviews on this repo. Configure here.