Generate unique, AI-powered avatars using OpenAI's GPT-Image-1 model. Choose from multiple art styles and customize every detail.
SMAvatar offers multiple art styles, each producing consistent, high-quality results:
| Style | Description |
|---|---|
pixar-3d | Pixar/Disney-style 3D rendered characters |
anime | Japanese anime aesthetic |
realistic | Photorealistic portraits |
watercolor | Soft, artistic watercolor style |
pixel-art | Retro pixel art style |
comic | Western comic book style |
Choose the quality level that fits your needs:
| Quality | Cost | Use Case |
|---|---|---|
economy | 25 tokens | Prototyping, bulk generation |
standard | 50 tokens | Production use, good balance |
high | 100 tokens | Hero images, marketing materials |
| Size | Dimensions | Aspect Ratio |
|---|---|---|
square | 1024×1024 | 1:1 |
landscape | 1792×1024 | 16:9 |
portrait | 1024×1792 | 9:16 |
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"
}
}'