ai-media-generator
v0.1.2
Published
Thin npm wrapper for the ai-media Rust CLI
Maintainers
Readme
ai-media-generator npm wrapper
This package does not implement a second CLI.
Its only job is to install and invoke the same ai-media Rust binary for npm, pnpm, and bun users.
Source repository: https://github.com/214140846/ai-media-generator
Full CLI documentation:
The default hosted platform is:
- ricebowl.ai
Install
npm install -g ai-media-generator
pnpm add -g ai-media-generator
bun add -g ai-media-generatorRun Without Global Install
npx ai-media-generator --help
pnpm dlx ai-media-generator --help
bunx ai-media-generator --helpUsage
After installation, the actual command name is:
ai-mediaExample:
ai-media config set-key gm_xxx
ai-media models list --jsonOnboarding
Recommended first-run flow:
- Open ricebowl.ai/pricing and buy credits or a subscription.
- Create an API key from your account area.
- Copy the plaintext
gm_xxxkey immediately. - Save it locally with
ai-media config set-key ....
For complete command details, parameters, and onboarding notes, see:
Wrapper Notes
- package name:
ai-media-generator - executable name:
ai-media - the wrapper downloads the release binary for your platform
Development
If you want to test locally inside this repository, point the wrapper at an existing binary:
AI_MEDIA_BINARY_PATH=../../cli/genmedia/target/debug/ai-media node bin/ai-media.js --help