-
Notifications
You must be signed in to change notification settings - Fork 0
Pricing
AI Playground uses pay-per-generation credits — no per-provider subscriptions, no API keys to manage. Every call shows its credit cost before you commit, and one balance covers all 141 models.
gen-ai credits{ "name": "picsart_credits", "arguments": {} }Always free — no model is invoked and nothing is charged.
gen-ai pricing seedance-2.0 -d 5 -r 1080p # cost for a specific config
gen-ai pricing veo-3.1 -d 8 # 8-second Veo clip
gen-ai pricing --mode video --json # all video model pricing{ "name": "picsart_pricing",
"arguments": {
"model": "veo-3.1",
"prompt": "a drone shot over a snowy ridge",
"params": { "duration": 8, "resolution": "1080p" }
} }picsart_pricing returns { model, credits } where credits is a number, or null if pricing isn't available for that model.
Cost depends on the model and its parameters. The biggest factors:
- Video — duration, resolution, and whether audio is generated.
-
Image — resolution/quality and the number of outputs (
count). - Audio — length of the output.
Because pricing is resolved per-model and per-params, the only reliable number is the one from a live pricing quote against the exact payload you intend to run.
Quote the same prompt across candidates to find the best value:
gen-ai pricing sora-2 -d 8
gen-ai pricing veo-3.1 -d 8
gen-ai pricing seedance-2.0 -d 8Picsart CLI & MCP · Repo · AI Playground app
Getting Started
Interfaces
Concepts
Model Reference
Providers
- All providers
- Async
- ByteDance
- Creatify
- ElevenLabs
- Flux (Black Forest Labs)
- Grok (xAI)
- Happy Horse
- HeyGen
- Hunyuan
- Ideogram
- Kling
- LTX (Lightricks)
- Luma
- MiniMax
- OpenAI
- OVI
- Picsart
- Pika
- PixVerse
- Qwen (Alibaba)
- Recraft
- Reve
- Runway
- Seedance
- Seedream
- Topaz
- VEED
- Videography
- Wan (Alibaba)
More