Skip to content

feat(together-ai): add new models [bot]#697

Merged
harshiv-26 merged 2 commits intomainfrom
bot/add-together-ai-20260416-003428
Apr 16, 2026
Merged

feat(together-ai): add new models [bot]#697
harshiv-26 merged 2 commits intomainfrom
bot/add-together-ai-20260416-003428

Conversation

@harshiv-26
Copy link
Copy Markdown
Collaborator

@harshiv-26 harshiv-26 commented Apr 16, 2026

Auto-generated by model-addition-agent for provider together-ai.


Note

Low Risk
Adds new YAML model metadata only; no runtime logic changes, with minimal risk aside from potential misconfiguration of model/cost fields.

Overview
Adds two new Together AI model definition files for vidu/vidu-q3 and vidu/vidu-q3-turbo.

Both models are registered as video-capable via supportedModes: [video], with placeholder metadata (mode: unknown) and zeroed token costs for all regions.

Reviewed by Cursor Bugbot for commit 4219ff4. Bugbot is set up for automated code reviews on this repo. Configure here.

Comment thread providers/together-ai/vidu/vidu-q3-turbo.yaml
@harshiv-26 harshiv-26 enabled auto-merge (squash) April 16, 2026 07:06
@harshiv-26 harshiv-26 merged commit 5edd6c0 into main Apr 16, 2026
3 checks passed
@harshiv-26 harshiv-26 deleted the bot/add-together-ai-20260416-003428 branch April 16, 2026 07:06
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 4219ff4. Configure here.

costs:
- input_cost_per_token: 0
output_cost_per_token: 0
region: "*"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Video models use wrong cost structure with zero values

Medium Severity

Both new files use per-token cost fields (input_cost_per_token: 0, output_cost_per_token: 0), while sibling vidu video models use input_cost_per_request or input_cost_per_image with real prices. This means costs will always compute to zero and the pricing model type is wrong for video generation.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4219ff4. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants