Overview

AI-powered avatar generation using GPT-Image-1.

Avatar Generation

Generate unique, AI-powered avatars using OpenAI's GPT-Image-1 model. Choose from multiple art styles and customize every detail.

What You Can Create

  • Character Avatars - Humans, animals, fantasy creatures
  • Profile Pictures - Professional headshots in various styles
  • Game Characters - NPCs, player avatars, mascots
  • Educational Mascots - Friendly characters for learning apps

Art Styles

SMAvatar offers multiple art styles, each producing consistent, high-quality results:

StyleDescription
pixar-3dPixar/Disney-style 3D rendered characters
animeJapanese anime aesthetic
realisticPhotorealistic portraits
watercolorSoft, artistic watercolor style
pixel-artRetro pixel art style
comicWestern comic book style

Quality Tiers

Choose the quality level that fits your needs:

QualityCostUse Case
economy25 tokensPrototyping, bulk generation
standard50 tokensProduction use, good balance
high100 tokensHero images, marketing materials

Size Options

SizeDimensionsAspect Ratio
square1024×10241:1
landscape1792×102416:9
portrait1024×17929:16

Quick Example

curl -X POST 'https://api.smavatar.com/api/v1/projects/{project_id}/jobs/avatars' \
  -H 'Authorization: Bearer {api_key}' \
  -H 'Content-Type: application/json' \
  -d '{
    "style_id": "pixar-3d",
    "quality": "standard",
    "size": "square",
    "parameters": {
      "subject": "fox",
      "theme": "warrior",
      "gender": "female",
      "color": "orange"
    }
  }'

How It Works

  1. Choose a style - Select the art style for your avatar
  2. Set parameters - Define subject, theme, gender, colors
  3. Submit job - Our API queues the generation request
  4. AI generates - GPT-Image-1 creates your unique avatar
  5. Download - Get your high-resolution image

Next Steps

Create Avatar

Full API reference for avatar generation.

Styles Guide

Explore all available art styles.

Parameters

Learn about subjects, themes, and customization.

Built with Nuxt UI • © 2025