docs: fix stale README examples and align model IDs with the SDKs#70
Conversation
Replaces the removed elevenlabs:1@1 music example with minimax:music@2.6, documents the previously-missing model upload command, aligns example model IDs with the SDK READMEs (runware:400@1, google:3@3, google:gemma@4-31b, alibaba voicedesign TTS) across the run examples and completion demo, adds the -F shorthand to --format, and expands --task-type to cover 3dInference and operations. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Free Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Note 🎁 Summarized by CodeRabbit FreeYour organization has reached its limit of developer seats under the Pro Plan. For new users, CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please add seats to your subscription by visiting https://app.coderabbit.ai/login.If you believe this is a mistake and have available seats, please assign one to the pull request author through the subscription management page using the link above. Comment |
google:3@3 (Veo) requires width and height. minimax:music@2.6 requires either settings.lyrics or settings.instrumental. Both examples were verified against the live API. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Accuracy and consistency pass on the README.
elevenlabs:1@1was deleted in the recent schemas cleanup. Swapped the music example tominimax:music@2.6.model uploadsection (it exists in the CLI but was absent from the README).runware:400@1(image),google:3@3(video),google:gemma@4-31b(text),alibaba:qwen@3-tts-1.7b-voicedesign(TTS). Applied to the run examples and the completion demo.-Fshorthand: documented on the--formatglobal flag.--task-type: expanded to list3dInferenceand operations likeremoveBackground.Every swapped AIR was verified to exist in the model catalog. Command names stay idiomatic (no API-style renames).