feat(together-ai): update model YAMLs [bot]#1029
Conversation
|
/test-models |
Gateway test results
Failures (2)
Error:
Error: |
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 70e3d8b. Configure here.
| output_cost_per_token: 8.5e-7 | ||
| region: "*" | ||
| mode: unknown | ||
| features: |
There was a problem hiding this comment.
Token pricing inconsistent with audio_transcription mode models
Medium Severity
This model uses input_cost_per_token/output_cost_per_token with mode: audio_transcription, but every other audio_transcription model in the together-ai provider uses input_cost_per_second pricing. Downstream cost-calculation logic that expects input_cost_per_second for audio_transcription models would fail to find a cost entry or compute an incorrect value for this model.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 70e3d8b. Configure here.


Auto-generated by poc-agent for provider
together-ai.Note
Low Risk
Low risk config-only change to a single provider model YAML; main risk is mis-declaring capabilities (e.g., supported modes/features) which could affect routing or UI expectations.
Overview
Updates
providers/together-ai/mistralai/Voxtral-Mini-3B-2507.yamlto replace the previousunknownmode with audio transcription configuration and to declare additional model metadata.Adds declared
features(function_calling),limits(context_window: 32000), explicitmodalities(audio/text in, text out),provisioning: serverless,status: active, a modelsourcesURL, and expandssupportedModesto includechat.Reviewed by Cursor Bugbot for commit 70e3d8b. Bugbot is set up for automated code reviews on this repo. Configure here.