Very impressed by Recraft AI - a new image generation service that can generate editable vector graphics that you can export as SVG
This seems massively more useful than tools that can only output raster graphics
https://simonwillison.net/2024/Nov/15/recraft-v3/
It did extremely well at my pelican on a bicycle test:
curl 'http's://external.api.recraft.ai/v1/images/generations \
-H "Authorization: Bearer $API" \
-d '{
"prompt": "california brown pelican riding a bicycle",
"style": "vector_illustration",
"model": "recraftv3"
}'