Yollomi LogoYollomi

CLI

業界初

Yollomi はネイティブ CLI をサポートする初の総合 AI メディアプラットフォームです。ブラウザ不要、API を書かずにターミナルから直接画像・動画を生成。

インストール
グローバルインストールでどこからでも yollomi を使用

npm(推奨)

npm install -g yollomi-cli

# If using Bytedance internal registry, use public npm:
npm install -g yollomi-cli --registry https://registry.npmjs.org/

インストール不要で実行

npx yollomi-cli image "a cute cat"
Setup
export YOLLOMI_API_KEY=your_api_key

# Optional: override API host (default: https://yollomi.com)
export YOLLOMI_BASE_URL=https://yollomi.com
コマンド
全画像・動画モデルを1つの CLI で

モデル一覧(API Key 不要)

yollomi models
yollomi models --type image
yollomi models --type video

画像生成

yollomi image "a magical forest with glowing mushrooms"
yollomi image "sunset over mountains" --model flux-2-pro --aspect 16:9
yollomi image "make it oil painting style" --model flux-kontext-pro --image https://example.com/photo.jpg

動画生成

yollomi video "a cat walking in the rain"
yollomi video "ocean waves at sunset" --model google-veo-3-fast
yollomi video "animate this scene" --model wan-2-5-i2v --image https://example.com/frame.jpg

オプション

OptionDescription
-m, --modelModel ID (default: flux-schnell / google-veo-3-fast)
-a, --aspectAspect ratio (1:1, 16:9, 9:16)
-i, --imageReference image URL (img2img, i2v, remove-bg)
-n, --numNumber of images (1-4)
-d, --durationVideo duration in seconds
出力
URL は stdout に出力、パイプやスクリプトに利用可能
$ yollomi image "a cat"
Generating…
https://r2.yollomi.com/v1/flux-schnell/...
Remaining credits: 98