create_character_pro
Generate pixel art characters or objects from text descriptions or concept images. Supports style references, camera angles, and rotation for flexible sprite creation.
Instructions
Create a character or object using the Pro engine. Output 32-168px. Methods: create_with_style (text-driven, optional style reference_image), create_from_concept (from a concept_image up to 1024x1024), rotate_character. Returns a character_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| view | No | Camera view angle (default 'low top-down') | |
| method | No | How reference inputs are used (default 'create_with_style') | |
| image_size | Yes | Output frame size (32-168px) | |
| description | Yes | Description of the character or object to generate | |
| template_id | No | Body type for skeleton reconstruction (default 'mannequin') | |
| concept_image | No | Concept image (max 1024x1024) for method=create_from_concept | |
| no_background | No | Generate with transparent background | |
| reference_image | No | Style reference image (max 168x168) for method=create_with_style | |
| style_description | No | Free-text style hint layered on top of the description (max 2000 chars) |