Skip to main content
Deterministic avatar generation API producing SVG and PNG profile pictures from a seed string across 30+ art styles. Best for generating consistent user avatars, placeholder images, and visual identifiers without storing image assets. Unlike Replicas (interactive AI personas) or Keyframe Labs (video avatars), DiceBear generates static profile images — lightweight and stateless. 1 example endpoint available through Lava’s AI Gateway. See the DiceBear API docs for full documentation.
This provider is managed — no additional setup required.
This is a catch-all provider — any valid URL under https://api.dicebear.com is supported. Deterministic avatar generation. Construct URL as https://api.dicebear.com/{version}/{style}/{format}?seed={seed}. See https://www.dicebear.com/how-to-use/http-api/ for styles and options. The endpoints below are curated examples.

Endpoints

Generate an avatar

GET https://api.dicebear.com/7.x/avataaars/svg?seed=Felix — Free
const data = await lava.gateway('https://api.dicebear.com/7.x/avataaars/svg?seed=Felix', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests