feat(together-ai): add new models [bot]#940
Conversation
|
/test-models |
Gateway test results
Skipped (2)
Skip reason:
Skip reason: |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 50501e0. Configure here.
| model: xai/grok-imagine-image-pro | ||
| provisioning: serverless | ||
| supportedModes: | ||
| - image |
There was a problem hiding this comment.
Missing status field in model definition
Medium Severity
The grok-imagine-image-pro.yaml model definition is missing the status field. Every other active model in the together-ai provider includes status: active. The sibling file pixverse-v6.yaml added in the same commit correctly includes it. This omission could cause the model to be filtered out or behave unexpectedly in systems that rely on the status field to determine model availability.
Reviewed by Cursor Bugbot for commit 50501e0. Configure here.
| - image | ||
| output: | ||
| - video | ||
| - audio |
There was a problem hiding this comment.
Suspicious audio output modality for video model
Low Severity
The pixverse-v6.yaml lists audio as an output modality alongside video. No other video generation model in the together-ai provider (including pixverse-v5 and pixverse-v5.6) lists audio as an output. Only dedicated text-to-speech models (e.g., cartesia/sonic-2) have audio as output. This is likely an error in the auto-generated model definition.
Reviewed by Cursor Bugbot for commit 50501e0. Configure here.


Auto-generated by model-addition-agent for provider
together-ai.Note
Low Risk
Low risk: only adds new Together AI model definition YAMLs with metadata and placeholder (0.0) token costs; no runtime logic changes.
Overview
Adds two new Together AI model definition YAMLs:
pixverse/pixverse-v6(text+image to video/audio,mode: video,status: active) andxai/grok-imagine-image-pro(text to image,mode: image). Both are markedserverlessand include region-wide cost stubs (0.0) for token pricing.Reviewed by Cursor Bugbot for commit 50501e0. Bugbot is set up for automated code reviews on this repo. Configure here.