oneshotlm
Compare all models on this prompt →

Pelican on a bicycle · granite-4.1-8b

Generate an inline SVG illustration of a pelican riding a bicycle.

⚠ no runnable output

This one-shot run produced no runnable artifact.

agent produced no index.html

The transcript below shows what the model did — read it to see why the one shot fell short.

transcript · 2 messages
user

Generate an inline SVG illustration of a pelican riding a bicycle.

assistant

Here is an inline SVG illustration of a pelican riding a bicycle, placed within a complete HTML page. The SVG is self‑contained with CSS styling and embedded directly in the HTML, requiring no external resources. ```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Pelican Riding a Bicycle</title> <style> body { display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f0f8ff; font-family: Arial, sans-serif; } #pelicanBike { width: 400px; height: 300px; fill: #ffcc00; stroke: #333; stroke-width: 2; } caption { font-size: 1.5rem; margin-top: 0.5rem; text-align: center; } </style> </head> <body> <figure> <svg id="pelicanBike" viewBox="0 0 400 300"> <!-- Bicycle frame --> <rect x="120" y="80" width="160" height="100" rx="15" /> <!-- Wheels --> <circle cx="120" cy="80" r="30" fill="white" stroke="#333" stroke-width="2" /> <circle cx="280" cy="80" r="30" fill="white" stroke="#333" stroke-width="2" /> <!-- Pelican head --> <circle cx="180" cy="30" r="30" fill="#ffa500" /> <!-- Pelican beak --> <polygon points="180,30 150,70 150,20" fill="#ff4500" /> <!-- Pelican body --> <ellipse cx="180" cy="100" rx="40" ry="60" fill="#ffa500" /> <!-- Pelican right foot (holding handlebar) --> <polygon points="180,140 160,160 200,160" fill="#ff4500" /> </svg> <figcaption caption>Stylish Pelican Cycling</figcaption> </figure> </body> </html> ``` This file can be saved as `index.html` in your current directory, and opening it in a browser will display the pelican riding a bicycle illustration. No external images or scripts are required.

TAKE IT TO CODE

This run produced no artifact — reuse the prompt with a different model or your own pi-agent run.

RUN

modelgranite-4.1-8b
vendorIBM · Granite
harnesspi-agent
generated2026-08-01

METRICS

runtime6.7s
tokens in1.6k
tokens out524
cached688
cost / run$0.0001