back to gallery

BuseyBench SVG Test

Claude 3 Haiku

Generated by Anthropic on Jul 1, 2026 using prompt svg-v1-no-web.

Model release
Mar 2024
Cost
$0.001841
Tokens used
1,598 tokens157 prompt / 1,441 output
Claude 3 Haiku benchmark output

Run Telemetry

Jul 1, 2026
10 seconds
$0.001841
1,598 tokens

Prompt

Create a standalone SVG portrait of Gary Busey's face. Output only valid SVG markup. Do not wrap the SVG in Markdown fences. Do not use external images, links, scripts, CSS imports, or remote assets. Make the portrait recognizable as Gary Busey using vector shapes only. Include face shape, hair, eyes, eyebrows, nose, mouth, teeth, and expressive features. Use a 1024 by 1024 viewBox. Use detailed SVG-native vector techniques: layered paths, gradients, masks, clipping paths, shadows, highlights, blur filters, opacity, and fine strokes. The portrait should be as recognizable and detailed as possible.

Stored Source

<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="hair-gradient" cx="50%" cy="50%" r="50%" fx="30%" fy="30%">
      <stop offset="0%" stop-color="#a57c50" />
      <stop offset="100%" stop-color="#7a5a3e" />
    </radialGradient>
    <radialGradient id="skin-gradient" cx="50%" cy="50%" r="50%" fx="45%" fy="45%">
      <stop offset="0%" stop-color="#f1d6b4" />
      <stop offset="100%" stop-color="#e1b88a" />
    </radialGradient>
    <filter id="blur-filter" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="10" />
    </filter>
    <filter id="drop-shadow" x="-50%" y="-50%" width="200%" height="200%">
      <feOffset dx="10" dy="10" />
      <feGaussianBlur stdDeviation="10" />
      <feComposite in2="SourceAlpha" operator="out" />
      <feColorMatrix values="0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0" />
      <feBlend mode="normal" in2="SourceGraphic" />
    </filter>
  </defs>
  
  <g filter="url(#drop-shadow)">
    <path d="M512,128c211.7,0,384,172.3,384,384s-172.3,384-384,384S128,723.7,128,512S300.3,128,512,128z" fill="url(#skin-gradient)" />
    
    <g>
      <path d="M512,256c141.4,0,256,114.6,256,256s-114.6,256-256,256S256,653.4,256,512S370.6,256,512,256z" fill="#a57c50" />
      <path d="M512,320c106.1,0,192,85.9,192,192s-85.9,192-192,192S320,618.1,320,512S405.9,320,512,320z" fill="url(#hair-gradient)" />
      <path d="M512,384c70.7,0,128,57.3,128,128s-57.3,128-128,128S384,582.7,384,512S441.3,384,512,384z" fill="#7a5a3e" />
    </g>
    
    <g>
      <path d="M512,448c35.3,0,64,28.7,64,64s-28.7,64-64,64s-64-28.7-64-64S476.7,448,512,448z" fill="#ffffff" />
      <path d="M512,480c17.7,0,32,14.3,32,32s-14.3,32-32,32s-32-14.3-32-32S494.3,480,512,480z" fill="#000000" />
    </g>
    
    <g>
      <path d="M448,512c0,35.3,28.7,64,64,64s64-28.7,64-64s-28.7-64-64-64S448,476.7,448,512z" fill="#ffffff" />
      <path d="M480,512c0,17.7,14.3,32,32,32s32-14.3,32-32s-14.3-32-32-32S480,494.3,480,512z" fill="#000000" />
    </g>
    
    <path d="M448,576c0,35.3,28.7,64,64,64s64-28.7,64-64c0-17.7-14.3-32-32-32h-64C462.3,544,448,558.3,448,576z" fill="#a57c50" />
    
    <g>
      <path d="M448,640c0,35.3,28.7,64,64,64s64-28.7,64-64c0-17.7-14.3-32-32-32h-64C462.3,608,448,622.3,448,640z" fill="#7a5a3e" />
      <path d="M480,640c0,17.7,14.3,32,32,32s32-14.3,32-32s-14.3-32-32-32S480,622.3,480,640z" fill="#ffffff" />
    </g>
    
    <g filter="url(#blur-filter)">
      <path d="M448,704c0,35.3,28.7,64,64,64s64-28.7,64-64c0-17.7-14.3-32-32-32h-64C462.3,672,448,686.3,448,704z" fill="#a57c50" />
      <path d="M480,704c0,17.7,14.3,32,32,32s32-14.3,32-32s-14.3-32-32-32S480,686.3,480,704z" fill="#7a5a3e" />
    </g>
  </g>
</svg>