Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions providers/together-ai/vidu/vidu-q3.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
costs:
- input_cost_per_token: 0
output_cost_per_token: 0
- input_cost_per_token: 0 # not found in official docs (Together AI lists vidu/vidu-q3 as serverless but per-video pricing not yet published on the Together AI pricing page)
output_cost_per_token: 0 # not found in official docs
region: "*"
modalities:
input:
- text
- image
output:
- video
- audio
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit bde36a1. Configure here.

mode: video
model: vidu/vidu-q3
provisioning: serverless
sources:
- https://www.vidu.com/vidu-q3
status: active
supportedModes:
- video
Loading