Generate stylish, on-trend selfies from a text description.

google/nano-banana-2-lite/text-to-imageimport { getPreset } from '@/atlas-tools/tool-presets';
import { generateImage } from '@/atlas-tools/atlas-client';
const preset = getPreset('selfie'); // -> model: google/nano-banana-2-lite/text-to-image
const { outputs } = await generateImage(
preset.model,
preset.buildParams({
f: { subject: '…', setting: '…' }
}),
process.env.ATLASCLOUD_API_KEY // key stays server-side
);
// outputs[0] === generated image URL
This ai selfie generator free runs on Atlas Cloud's google/nano-banana-2-lite/text-to-image model.
Type what you want, adjust the options, and click Generate — you'll get a result in about 20–40 seconds. No account, no watermark, no cost to try.