Skip to content

Instantly share code, notes, and snippets.

@championswimmer
Last active February 10, 2026 21:58
Show Gist options
  • Select an option

  • Save championswimmer/06f56d67f6e28fe068e97d3af68b6d73 to your computer and use it in GitHub Desktop.

Select an option

Save championswimmer/06f56d67f6e28fe068e97d3af68b6d73 to your computer and use it in GitHub Desktop.
pelican - local models - gptoss120b, glm4.7air, qwen3-coder-next
Display the source blob
Display the rendered blob
Raw
<svg width="500" height="500" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<!-- glm-4.7-flash (w/ reasoning) 2,641 tokens 39.35s 67.12 tokens/s -->
<!-- Background Circle for framing -->
<circle cx="250" cy="250" r="230" fill="#f4f4f9" />
<!-- Bicycle -->
<g transform="translate(0, 20)">
<!-- Rear Wheel -->
<circle cx="150" cy="350" r="60" fill="none" stroke="#333" stroke-width="6" />
<circle cx="150" cy="350" r="15" fill="#333" /> <!-- Hub -->
<!-- Spokes Rear -->
<line x1="150" y1="350" x2="150" y2="290" stroke="#ccc" stroke-width="2" />
<line x1="150" y1="350" x2="150" y2="410" stroke="#ccc" stroke-width="2" />
<line x1="150" y1="350" x2="95" y2="350" stroke="#ccc" stroke-width="2" />
<line x1="150" y1="350" x2="205" y2="350" stroke="#ccc" stroke-width="2" />
<line x1="150" y1="350" x2="108" y2="315" stroke="#ccc" stroke-width="2" />
<line x1="150" y1="350" x2="192" y2="385" stroke="#ccc" stroke-width="2" />
<!-- Front Wheel -->
<circle cx="380" cy="350" r="60" fill="none" stroke="#333" stroke-width="6" />
<circle cx="380" cy="350" r="15" fill="#333" /> <!-- Hub -->
<!-- Spokes Front -->
<line x1="380" y1="350" x2="380" y2="290" stroke="#ccc" stroke-width="2" />
<line x1="380" y1="350" x2="380" y2="410" stroke="#ccc" stroke-width="2" />
<line x1="380" y1="350" x2="325" y2="350" stroke="#ccc" stroke-width="2" />
<line x1="380" y1="350" x2="435" y2="350" stroke="#ccc" stroke-width="2" />
<line x1="380" y1="350" x2="332" y2="315" stroke="#ccc" stroke-width="2" />
<line x1="380" y1="350" x2="428" y2="385" stroke="#ccc" stroke-width="2" />
<!-- Frame -->
<path d="M150,350 L150,240 L380,350 L380,250" fill="none" stroke="#333" stroke-width="6" stroke-linejoin="round"/>
<line x1="150" y1="240" x2="230" y2="180" stroke="#333" stroke-width="6" /> <!-- Seat Stay -->
<line x1="380" y1="350" x2="320" y2="180" stroke="#333" stroke-width="6" /> <!-- Down Tube -->
<line x1="320" y1="180" x2="380" y2="250" stroke="#333" stroke-width="6" /> <!-- Top Tube -->
<!-- Seat -->
<path d="M140,220 Q230,190 230,180 L140,180 Q140,200 140,220" fill="#555" />
<!-- Handlebars -->
<path d="M370,200 Q400,190 400,170" fill="none" stroke="#333" stroke-width="6" />
<path d="M390,200 Q360,190 360,170" fill="none" stroke="#333" stroke-width="6" />
<!-- Pedals -->
<rect x="145" y="340" width="10" height="20" fill="#333" transform="rotate(30 150 350)"/>
<rect x="375" y="340" width="10" height="20" fill="#333" transform="rotate(30 380 350)"/>
</g>
<!-- Pelican -->
<g transform="translate(0, 20)">
<!-- Legs -->
<path d="M200,240 L230,340 L240,340" fill="none" stroke="#333" stroke-width="6" stroke-linecap="round" />
<path d="M260,240 L380,350 L370,350" fill="none" stroke="#333" stroke-width="6" stroke-linecap="round" />
<!-- Body -->
<ellipse cx="230" cy="220" rx="55" ry="45" fill="#fff" />
<!-- Wings -->
<path d="M200,210 Q170,240 180,270 L240,260 Q250,230 220,200 Z" fill="#f0f0f0" />
<path d="M260,210 Q290,240 280,270 L220,260 Q210,230 240,200 Z" fill="#e6e6e6" />
<!-- Head -->
<circle cx="270" cy="180" r="35" fill="#fff" />
<!-- Neck -->
<path d="M300,180 Q330,150 340,100 Q350,80 330,70" fill="none" stroke="#fff" stroke-width="25" stroke-linecap="round" />
<!-- Beak Base -->
<path d="M330,70 L440,80 L420,90 L330,85 Z" fill="#FF9800" />
<!-- Pouch -->
<path d="M330,85 Q345,120 420,90 Z" fill="#FFB74D" />
<!-- Eye -->
<circle cx="315" cy="160" r="5" fill="#333" />
</g>
</svg>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment