feat(together-ai): update model YAMLs [bot] - #2271
Conversation
|
/test-models |
|
/test-models |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort 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 e362e08. Configure here.
| @@ -1,6 +1,5 @@ | |||
| costs: | |||
| - input_cost_per_token: 0.0 # not found in official docs (i2v variant not listed on Together AI pricing/serverless pages) | |||
| output_cost_per_token: 0.0 # not found in official docs | |||
There was a problem hiding this comment.
HappyHorse costs use wrong unit
High Severity
New HappyHorse prices are stored as input_cost_per_request (0.24 for 1.0, 0.14 for 1.1), treating per-second video rates as a flat per-generation charge. Together lists HappyHorse 1.1 T2V at $0.14 per second, and this repo already records 1.0 T2V as output_cost_per_second_1080p: 0.24. Cost estimates would undercount a multi-second clip by roughly the clip length. The same unit error is in happyhorse-1.1-r2v.yaml.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit e362e08. Configure here.


Auto-generated by poc-agent for provider
together-ai.Note
Cursor Bugbot is generating a summary for commit 76c3c37. Configure here.