Styles

Available art styles for avatar generation.

Avatar Styles

SMAvatar offers multiple art styles, each producing unique, consistent results. Choose the style that best fits your application.

Available Styles

Pixar 3D (pixar-3d)

Disney/Pixar-style 3D rendered characters with expressive features and vibrant colors.

Best for:

  • Children's apps and games
  • Friendly, approachable avatars
  • Mascots and characters
{
  "style_id": "pixar-3d"
}

Anime (anime)

Japanese anime aesthetic with large eyes, dynamic poses, and distinctive shading.

Best for:

  • Gaming avatars
  • Anime-focused communities
  • Youth-oriented applications
{
  "style_id": "anime"
}

Realistic (realistic)

Photorealistic portraits that look like professional photographs.

Best for:

  • Professional profiles
  • Business applications
  • When authenticity matters
{
  "style_id": "realistic"
}

Watercolor (watercolor)

Soft, artistic watercolor style with gentle colors and organic textures.

Best for:

  • Creative applications
  • Art communities
  • Elegant, sophisticated look
{
  "style_id": "watercolor"
}

Pixel Art (pixel-art)

Retro pixel art style reminiscent of classic video games.

Best for:

  • Gaming platforms
  • Retro-themed apps
  • Nostalgic aesthetic
{
  "style_id": "pixel-art"
}

Comic (comic)

Western comic book style with bold lines and dramatic shading.

Best for:

  • Superhero themes
  • Action-oriented apps
  • Bold, dynamic look
{
  "style_id": "comic"
}

Style Consistency

Each style produces consistent results across multiple generations:

  • Same style + same parameters = similar aesthetic
  • Use seed parameter for reproducible results
  • Style definitions are maintained by our team

Custom Styles

Enterprise Feature: Custom styles are available for enterprise customers. Contact us to create styles that match your brand identity.

Choosing a Style

Your NeedRecommended Style
Kids apppixar-3d
Gaming platformanime or pixel-art
Professional toolrealistic
Creative communitywatercolor
Action gamecomic

Example: Same Character, Different Styles

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"}}'

Next Steps

Parameters

Learn about subjects, themes, and customization.

Create Avatar

Generate your first avatar.

Built with Nuxt UI • © 2025