Skip to content

fix: replace deprecated ElevenLabs model in run examples - #80

Open
felixsanz wants to merge 1 commit into
mainfrom
fix/replace-deprecated-elevenlabs-example
Open

fix: replace deprecated ElevenLabs model in run examples#80
felixsanz wants to merge 1 commit into
mainfrom
fix/replace-deprecated-elevenlabs-example

Conversation

@felixsanz

@felixsanz felixsanz commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

The audio inference example used `elevenlabs:1@1`, which the API now rejects with `invalidModel` since the ElevenLabs models were deactivated on June 18, 2026. Copying the example gave users a hard error.

Replaced it with `runware:ace-step@v1.5-turbo`, verified against the API with a dry-run request.

`steps=8` is included because ace-step accepts steps 1-20 but reports a default of 100, so omitting it fails with `invalidSteps`. That default looks like a backend bug and is worth a separate ticket.

Both the cobra example in `internal/cmd/run/run.go` and the generated `docs/runware_run.md` are updated

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. To trigger a review, include coderabbit-review in the PR description. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: bff0c355-2985-4c11-a799-192778e0e2e0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

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