feat(elevenlabs): update model YAMLs [bot] - #2550
Merged
Merged
Conversation
Contributor
|
/test-models |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort 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 68968cb. Configure here.
…dels 'status: null' fails CUE validation - #Status is "active"|"deprecated"|"preview"|"retired" with no null member. CI reported 'Results: 3909 passed, 2 failed' on exactly these two files, and 'status: null' appears nowhere else in providers/. ElevenLabs lists eleven_turbo_v2 and eleven_turbo_v2_5 as deprecated (replaced by eleven_flash_v2 / eleven_flash_v2_5) with no published shutdown date, so 'deprecated' is correct and retirementDate stays unset. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
/test-models |
Archit-Kumar-16
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Auto-generated by poc-agent for provider
elevenlabs.Note
Low Risk
Catalog-only YAML updates for pricing and model metadata; no application or auth logic changes.
Overview
Auto-generated ElevenLabs provider model definitions are expanded so billing and routing metadata is explicit across the catalog.
TTS models (
eleven_flash_v2,eleven_flash_v2_5,eleven_multilingual_v2,eleven_v3,eleven_v3_conversational, and others) gain per-character costs, text → audio modalities,provisioning: serverless, andstatus: active.eleven_turbo_v2andeleven_turbo_v2_5are markeddeprecatedviaisDeprecatedandstatus.Speech-to-speech entries add per-second pricing and audio → audio modalities;
eleven_english_sts_v2is reclassified fromunknowntoaudio_translationwith documentation sources.scribe_v2adds transcription cost per second, audio/video inputs, and text output.eleven_monolingual_v1only gets modalities and provisioning, with a comment that official pricing/docs were not found.eleven_multilingual_sts_v2keepsmode: unknownwhile gaining costs and related fields.Reviewed by Cursor Bugbot for commit 2a048f7. Bugbot is set up for automated code reviews on this repo. Configure here.