back to gallery

BuseyBench SVG Test

GPT-3.5 Turbo

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

Model release
May 2023
Cost
$0.000636
Tokens used
516 tokens138 prompt / 378 output
GPT-3.5 Turbo benchmark output

Run Telemetry

Jul 1, 2026
3.2 seconds
$0.000636
516 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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
  <!-- Face shape -->
  <path fill="#f7d8b4" d="M512 100c-209 0-379 170-379 379s170 379 379 379s379-170 379-379S721 100 512 100z"/>
  
  <!-- Hair -->
  <path fill="#000" d="M512 100c-209 0-379 170-379 379s170 379 379 379s379-170 379-379S721 100 512 100z"/>
  
  <!-- Eyes -->
  <circle cx="400" cy="400" r="50" fill="#fff"/>
  <circle cx="624" cy="400" r="50" fill="#fff"/>
  
  <!-- Eyebrows -->
  <path fill="none" stroke="#000" stroke-width="10" d="M350 350l100-50M574 350l-100-50"/>
  
  <!-- Nose -->
  <path fill="#f7d8b4" d="M512 500l-20 100l40 0z"/>
  
  <!-- Mouth -->
  <path fill="none" stroke="#000" stroke-width="10" d="M462 600q50 50 100 0"/>
  
  <!-- Teeth -->
  <rect x="462" y="600" width="100" height="20" fill="#fff"/>
  
  <!-- Expressive features -->
  <circle cx="400" cy="400" r="10" fill="#000"/>
  <circle cx="624" cy="400" r="10" fill="#000"/>
</svg>