feat(together-ai): add new models [bot]#989
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 5d7d18b. Configure here.
| output: | ||
| - image | ||
| mode: image | ||
| model: ByteDance/Seedream-5.0-lite |
There was a problem hiding this comment.
Wrong model namespace creates duplicate with incorrect ID
High Severity
The model field is set to ByteDance/Seedream-5.0-lite, but Together AI's actual endpoint for this model is ByteDance-Seed/Seedream-5.0-lite. A correct entry already exists at providers/together-ai/ByteDance-Seed/Seedream-5.0-lite.yaml. The ByteDance/ namespace is used exclusively for Seedance (video) models, while all Seedream (image) models belong under ByteDance-Seed/. This file is a duplicate with an invalid model identifier that would not resolve to a real API endpoint.
Reviewed by Cursor Bugbot for commit 5d7d18b. Configure here.


Auto-generated by model-addition-agent for provider
together-ai.Note
Low Risk
Low risk: adds a new Together AI model definition file only, with no code-path or behavioral changes beyond making the model selectable/visible to consumers of the model registry.
Overview
Registers the Together AI image model
ByteDance/Seedream-5.0-liteby adding a new provider YAML entry with its modalities (text+image → image), serverless provisioning, and per-image input cost metadata.Includes updated source links pointing to the Together model page and pricing.
Reviewed by Cursor Bugbot for commit 5d7d18b. Bugbot is set up for automated code reviews on this repo. Configure here.