Email or username:

Password:

Forgot your password?
Top-level
Simon Willison

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"
}'

Truly excellent SVG of a California Brown Pelican riding a bicycle
4 comments
Daniel

@simon Wonderful!

Do we know if it's out of a LLM? Or rather a hybrid solution where they generate an image from the prompt and then vectorize it to SVG?

Because that result looks way better than anything I've seen coming from a plain LLM.

Simon Willison

@djh definitely not an LLM, it's more like Stable Diffusion - I'd love to understand how the vector thing works though

Go Up