Parameters

Customization options for avatar generation.

Avatar Parameters

Customize every aspect of your generated avatar using parameters.

Core Parameters

Subject

The type of character to generate.

{
  "parameters": {
    "subject": "fox"
  }
}

Available subjects:

CategoryOptions
Animalsfox, cat, dog, wolf, bear, owl, rabbit
Fantasydragon, unicorn, phoenix, griffin
Humanhuman (use with gender and other attributes)

Theme

The character's outfit, role, or setting.

{
  "parameters": {
    "theme": "warrior"
  }
}

Available themes:

CategoryOptions
Fantasywarrior, wizard, knight, ranger, healer
Moderncasual, business, athletic, artistic
Sci-Fiastronaut, cyborg, pilot
Natureforest, ocean, mountain, desert

Gender

Gender presentation of the character.

{
  "parameters": {
    "gender": "female"
  }
}

Options: male, female, neutral


Color

Primary color theme for the character.

{
  "parameters": {
    "color": "orange"
  }
}

Available colors:

  • Primary: red, orange, yellow, green, blue, purple, pink
  • Neutral: white, black, gray, brown
  • Special: gold, silver, rainbow

Optional Parameters

Seed

Use a seed for reproducible results.

{
  "parameters": {
    "subject": "fox",
    "theme": "warrior",
    "gender": "female",
    "color": "orange",
    "seed": 12345
  }
}
Same parameters + same seed = same image (within the same style).

Parameter Combinations

Example 1: Friendly Mascot

{
  "style_id": "pixar-3d",
  "parameters": {
    "subject": "owl",
    "theme": "wizard",
    "gender": "neutral",
    "color": "purple"
  }
}

Example 2: Gaming Avatar

{
  "style_id": "anime",
  "parameters": {
    "subject": "wolf",
    "theme": "knight",
    "gender": "male",
    "color": "silver"
  }
}

Example 3: Professional Profile

{
  "style_id": "realistic",
  "parameters": {
    "subject": "human",
    "theme": "business",
    "gender": "female",
    "color": "blue"
  }
}

Example 4: Fantasy Character

{
  "style_id": "watercolor",
  "parameters": {
    "subject": "dragon",
    "theme": "forest",
    "gender": "neutral",
    "color": "green"
  }
}

Quality Impact

Parameters affect generation differently at each quality level:

QualityDetail LevelBest For
economyBasic features, less detailPrototyping, bulk
standardFull features, good detailProduction use
highMaximum detail, refinedHero images

Size Impact

SizeResult
squareCentered character, full portrait
landscapeCharacter with environment
portraitFull-body or dramatic pose

Validation

Invalid parameters return clear error messages:

{
  "statusCode": 400,
  "message": "Parameter validation failed: subject 'unicycle' is not a valid option"
}

Next Steps

Create Avatar

Put your parameters to use.

Styles Guide

See how styles affect your avatar.

Built with Nuxt UI • © 2025