$ piapi run flux-dev prompt="a corgi" aspect_ratio=16:9Buat gambar
94 model AI multimodal dari terminal Anda
Buat gambar, video, audio, aset 3D, dan chat dengan LLM — semuanya dengan satu perintah. Sempurna untuk developer, AI agent, dan alur kerja otomatisasi.
Jalankan piapi model list untuk menelusuri semua model
$ piapi run flux-dev prompt="a corgi astronaut"$ piapi run flux-dev prompt="a corgi" aspect_ratio=16:9Buat gambar
$ piapi run gpt-4o prompt="hello" --streamChat dengan streaming
$ piapi run sora2-pro prompt="waves" --asyncBuat video (async)
$ piapi run remove-bg image=@./photo.png --downloadUnggah & unduh

Install PiAPI CLI, authenticate your API key, and run your first image or video generation command from the terminal.

Use PiAPI CLI as a command line AI tool to generate images from terminal prompts, save outputs locally, and automate repeatable image workflows.
PiAPI CLI is a command line interface for running PiAPI models from your terminal. It works as an AI CLI tool for image, video, audio, 3D, and chat generation workflows.
Jalankan piapi auth login --api-key sk-xxxxx dengan API key PiAPI Anda. Anda bisa mendapatkan API key dari workspace PiAPI.
Yes. Use piapi run flux-dev prompt="a corgi astronaut" or another image model to generate AI images from terminal commands. Add --download to save generated files locally.
Tambahkan awalan @ pada input apa pun untuk mengunggah file lokal. Contoh: piapi run remove-bg image=@./photo.png.
Ya! PiAPI CLI dirancang untuk integrasi AI agent. Tambahkan sebagai skill: npx skills add PiAPI-1/piapi-cli.
CLI gratis dan open source (lisensi MIT). Anda memerlukan akun PiAPI untuk menggunakan model — akun baru mendapat kredit gratis untuk mencoba.
Instal secara global dengan npm: npm install -g piapi-cli. Anda juga bisa menggunakan pnpm, yarn, atau bun. Atau jalankan tanpa instalasi: npx piapi-cli@latest. Membutuhkan Node.js 18+.
PiAPI CLI mendukung 94 model AI multimodal: 34 model gambar, 40 model video, 10 model audio, 2 model 3D, dan 8 model LLM. Jalankan piapi model list untuk melihat semua.
Yes. Use video models such as Sora, Kling, Veo, Seedance, Hailuo, and Luma to generate AI videos from terminal workflows. Video jobs usually use --async so you can check task status later.
Tambahkan --download ke perintah apa pun untuk menyimpan file yang dihasilkan secara otomatis. Gunakan --out-dir ./output untuk menentukan direktori output.
Model LLM dan gpt-image-2 berjalan secara sinkron. Model video dan 3D memerlukan flag --async dan mengembalikan task ID untuk polling.