Skip to content

Model Reference

h-avoyan edited this page Jun 19, 2026 · 3 revisions

Model Reference

The full Picsart AI Playground catalog: 176 models from 30 providers, across image, video, and audio. Every model is usable from both the gen-ai CLI and the MCP server with the same id.

By mode

Mode Models Browse
🖼️ Image 77 Image generation
🎬 Video 78 Video generation
🔊 Audio 21 Audio generation

Providers

All 30 providers have a dedicated reference page. Browse them as cards on the Providers → page, or pick a model directly from the Model Catalog →.

How to read a provider page

Each provider page lists its models with:

  • a models table (id, display name, mode, input type),
  • a CLI example and an MCP example for the flagship model,
  • a key parameters table sourced from the live catalog,
  • vendor-specific notes and constraints.

Discover live

The catalog evolves as new models ship. Query it directly:

gen-ai models --json | jq '.[] | {id, provider, mode}'
gen-ai models --provider kling
{ "name": "picsart_list_models", "arguments": { "provider": "kling" } }

Clone this wiki locally