Picsart API Platform

Picsart API Platform

Every generative model, one API

Build with 190+ image, video, audio & text models from 31 providers — through the type-safe @picsart/ai-sdk, the REST API, the gen-ai CLI, or any MCP agent.

190+ models·31 providers·4 modalities·pay per generation
📦

Type-safe SDK

One generate() call with full TypeScript types for every model and parameter.

🔌

REST API

Call the same workflows over HTTP from any language or runtime.

⌨️

gen-ai CLI

Generate, script, and automate from your terminal — with cost quotes.

🤖

MCP & Skills

Generate from Claude Code, Cursor, and any MCP-compatible agent.

One catalog, four interfaces

Every model runs through the same call — swap models by changing a single id. Reach the catalog however you build.

  • Consistent parameters across the SDK, REST API, and CLI
  • A cost quote before you spend a credit
  • Sync for fast models, async polling for long-running jobs
Read the quickstart →
ts
import { createClient } from '@picsart/ai-sdk';

const ai = createClient({
  apiKey: process.env.PICSART_API_KEY,
  apiUrl: 'https://api.picsart.com',
});

const result = await ai.generate('gpt-image-2.5-flare', {
  prompt: 'A serene mountain lake at golden hour',
});

console.log(result.url);

Generate across every modality

Image, video, audio, and text — from one account.

🖼️

66

Image

Generate and edit images.

🎬

84

Video

Generate video from text, images, or video.

🎵

24

Audio

Speech, music, and sound effects.

💬

16

Text

LLM text generation and understanding.

Fresh from the catalog

The latest models, ready to call today.

All 190 models →

MiniMax H3 Max Camera Controls

MiniMax · Video

FLUX Video Edit

Flux · Video

GPT Image 2.5 Flare

OpenAI · Image

GPT Image 2.5 Sunburst

OpenAI · Image

Lyria 3.5

Google · Audio

Claude Fable 5

Anthropic · Text

Claude Fable 5.1

Anthropic · Text

Claude Opus 5

Anthropic · Text

Start building in minutes

Grab an API key and run your first generation with a few lines of code — no infrastructure to manage.