Skip to content

Launch Speechify Simba models - #404

Open
coval-cale wants to merge 1 commit into
mainfrom
cale/bench-549-launch-speechify-simba-models
Open

Launch Speechify Simba models#404
coval-cale wants to merge 1 commit into
mainfrom
cale/bench-549-launch-speechify-simba-models

Conversation

@coval-cale

Copy link
Copy Markdown
Contributor

Promote simba-3.2 and simba-3.0 from early access to active now that the provider key is fixed.

Promote simba-3.2 and simba-3.0 from early access to active now that the provider key is fixed.
@coval-cale
coval-cale requested a review from a team as a code owner July 28, 2026 19:48
@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
benchmarks Ready Ready Preview, Comment Jul 28, 2026 7:48pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

Updated the Speechify TTS simba-3.2 registry entry to use active status and include the _MULTI tag. Updated the simba-3.0 registry entry to use active status instead of early access, with the list order adjusted.

Suggested reviewers: borgesius

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly reflects the main change: promoting Speechify Simba models to active.
Description check ✅ Passed The description matches the change and correctly mentions both models moving to active.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@runner/src/coval_bench/registries/models.py`:
- Around line 745-748: Add the existing _MULTI tag to the tags tuple for the
simba-3.2 model registry entry, preserving all current tags and status.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 162881b0-a4e3-4f58-8826-1368f2200d65

📥 Commits

Reviewing files that changed from the base of the PR and between f5d3c7e and 419e8b3.

📒 Files selected for processing (1)
  • runner/src/coval_bench/registries/models.py

Comment on lines 745 to +748
model="simba-3.2",
voice="geffen_32",
tags=(_STREAMING, _CLONE, _EMOTION),
status=_EARLY_ACCESS,
status=_ACTIVE,

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Add the _MULTI tag to simba-3.2.

The PR objective requires Simba 3.2 to be marked multilingual, but its registry tags currently omit _MULTI. Because these tags are exposed as provider API facets, clients will not see or be able to filter this model as multilingual.

Proposed fix
        voice="geffen_32",
-        tags=(_STREAMING, _CLONE, _EMOTION),
+        tags=(_STREAMING, _MULTI, _CLONE, _EMOTION),
        status=_ACTIVE,
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
model="simba-3.2",
voice="geffen_32",
tags=(_STREAMING, _CLONE, _EMOTION),
status=_EARLY_ACCESS,
status=_ACTIVE,
model="simba-3.2",
voice="geffen_32",
tags=(_STREAMING, _MULTI, _CLONE, _EMOTION),
status=_ACTIVE,
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@runner/src/coval_bench/registries/models.py` around lines 745 - 748, Add the
existing _MULTI tag to the tags tuple for the simba-3.2 model registry entry,
preserving all current tags and status.

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.

2 participants