Skip to content

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

Open
harshiv-26 wants to merge 2 commits intomainfrom
bot/add-together-ai-20260505-000614
Open

feat(together-ai): add new models [bot]#940
harshiv-26 wants to merge 2 commits intomainfrom
bot/add-together-ai-20260505-000614

Conversation

@harshiv-26
Copy link
Copy Markdown
Collaborator

@harshiv-26 harshiv-26 commented May 5, 2026

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) and xai/grok-imagine-image-pro (text to image, mode: image). Both are marked serverless and 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.

Comment thread providers/together-ai/pixverse/pixverse-v6.yaml Outdated
Comment thread providers/together-ai/xai/grok-imagine-image-pro.yaml Outdated
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

/test-models

@harshiv-26
Copy link
Copy Markdown
Collaborator Author

Gateway test results

  • Total: 2
  • Passed: 0
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 2
  • Success rate: 0.0%
Provider Model Scenarios
together-ai pixverse/pixverse-v6 skipped: skip-check
together-ai xai/grok-imagine-image-pro skipped: skip-check
Skipped (2)

together-ai/pixverse/pixverse-v6 — skip-check (skipped)

Skip reason:

unsupported mode 'video'

together-ai/xai/grok-imagine-image-pro — skip-check (skipped)

Skip reason:

unsupported mode 'image'

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 2 potential issues.

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 50501e0. Configure here.

model: xai/grok-imagine-image-pro
provisioning: serverless
supportedModes:
- image
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 50501e0. Configure here.

- image
output:
- video
- audio
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 50501e0. 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.

1 participant