Image Generation
Overview
Image generation on the PlayKit platform — capabilities and how it works across SDKs
Image Generation
Image generation turns a text prompt into a picture — concept art, item icons, portraits, backgrounds, or any in-game visual.
Use the default-image-model alias for the recommended model, or pass a specific model name.
Capabilities
Support varies by model; each is gated by the model's capability flags.
- Sizes — request a specific output size or aspect ratio. → Sizes
- Image input — transform or condition on a source image (img2img / inpainting). → Image Input
- Background removal — get a transparent-background PNG. → Background Removal
Batch and reproducibility
- Batch — request several images in one call with
n. - Reproducibility — pass a
seedto get the same image again for a given prompt and settings; omit it for variety.
In your SDK
For installation and method names, see: