Prompt Details
Model
Chat - GPT-3.5 (gpt-3.5-turbo)
Token size
91 ($0.00020 / call)
Example input
give me an image of a red circle.
Example output
Here's the SVG code for a red circle:
html:
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="50" fill="red" />
</svg>
And here's the corresponding markdown image tag:
bash:

...more
Added over 1 month ago

