$ piapi run flux-dev prompt="a corgi" aspect_ratio=16:9Genereer afbeelding
94 multimodale AI-modellen vanuit je terminal
Genereer afbeeldingen, video's, audio, 3D-assets en chat met LLMs — alles met één commando. Perfect voor ontwikkelaars, AI-agents en automatiseringsworkflows.
Voer piapi model list uit om alle modellen te bekijken
$ piapi run flux-dev prompt="a corgi astronaut"$ piapi run flux-dev prompt="a corgi" aspect_ratio=16:9Genereer afbeelding
$ piapi run gpt-4o prompt="hello" --streamChat met streaming
$ piapi run sora2-pro prompt="waves" --asyncGenereer video (async)
$ piapi run remove-bg image=@./photo.png --downloadUpload & download

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.
Voer piapi auth login --api-key sk-xxxxx uit met je PiAPI API key. Je kunt je API key verkrijgen vanuit de PiAPI workspace.
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.
Prefix elke invoer met @ om een lokaal bestand te uploaden. Voorbeeld: piapi run remove-bg image=@./photo.png.
Ja! PiAPI CLI is ontworpen voor AI-agent integratie. Voeg toe als skill: npx skills add PiAPI-1/piapi-cli.
De CLI is gratis en open source (MIT licentie). Je hebt een PiAPI account nodig om de modellen te gebruiken — nieuwe accounts krijgen gratis credits om te proberen.
Installeer globaal met npm: npm install -g piapi-cli. Je kunt ook pnpm, yarn of bun gebruiken. Of draai zonder installatie: npx piapi-cli@latest. Vereist Node.js 18+.
PiAPI CLI ondersteunt 94 multimodale AI-modellen: 34 afbeeldingsmodellen, 40 videomodellen, 10 audiomodellen, 2 3D-modellen en 8 LLM-modellen. Voer piapi model list uit om alles te zien.
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.
Voeg --download toe aan elk commando om gegenereerde bestanden automatisch op te slaan. Gebruik --out-dir ./output om een aangepaste uitvoermap te specificeren.
LLM en gpt-image-2 modellen draaien synchroon. Video en 3D modellen vereisen de --async vlag en retourneren een taak-ID voor polling.