llm "Generate an SVG of a pelican riding a bicycle" --save pelican
Then I run something like this:
llm -m gpt-6-astra -m pelican
llm logs -cu | pbcopy
I paste that into https://gist.github.com and then paste the resulting Gist URL into the URL tab on https://tools.simonwillison.net/markdown-svg-renderer
If the model supports multiple reasoning levels I run it once per level and put those in the same file.
I really should automate this a bit more.
Then I run something like this:
Then I grab the most recent log export as markdown: -c means most recent conversation, -u includes token usageI paste that into https://gist.github.com and then paste the resulting Gist URL into the URL tab on https://tools.simonwillison.net/markdown-svg-renderer
If the model supports multiple reasoning levels I run it once per level and put those in the same file.
I really should automate this a bit more.