SMAvatar offers multiple art styles, each producing unique, consistent results. Choose the style that best fits your application.
pixar-3d)Disney/Pixar-style 3D rendered characters with expressive features and vibrant colors.
Best for:
{
"style_id": "pixar-3d"
}
anime)Japanese anime aesthetic with large eyes, dynamic poses, and distinctive shading.
Best for:
{
"style_id": "anime"
}
realistic)Photorealistic portraits that look like professional photographs.
Best for:
{
"style_id": "realistic"
}
watercolor)Soft, artistic watercolor style with gentle colors and organic textures.
Best for:
{
"style_id": "watercolor"
}
pixel-art)Retro pixel art style reminiscent of classic video games.
Best for:
{
"style_id": "pixel-art"
}
comic)Western comic book style with bold lines and dramatic shading.
Best for:
{
"style_id": "comic"
}
Each style produces consistent results across multiple generations:
seed parameter for reproducible results| Your Need | Recommended Style |
|---|---|
| Kids app | pixar-3d |
| Gaming platform | anime or pixel-art |
| Professional tool | realistic |
| Creative community | watercolor |
| Action game | comic |
Generate the same character in multiple styles to compare:
# Pixar 3D
curl -X POST '.../jobs/avatars' -d '{"style_id": "pixar-3d", "parameters": {"subject": "fox", "theme": "warrior", "gender": "female", "color": "orange"}}'
# Anime
curl -X POST '.../jobs/avatars' -d '{"style_id": "anime", "parameters": {"subject": "fox", "theme": "warrior", "gender": "female", "color": "orange"}}'
# Pixel Art
curl -X POST '.../jobs/avatars' -d '{"style_id": "pixel-art", "parameters": {"subject": "fox", "theme": "warrior", "gender": "female", "color": "orange"}}'