BuseyBench SVG Test
R1
Generated by DeepSeek on Jul 1, 2026 using prompt svg-v1-no-web.
- Model release
- Jan 2025
- Cost
- $0.005869
- Tokens used
- 2,444 tokens134 prompt / 2,310 output / 481 reasoning
Run Telemetry
Jul 1, 2026
1m 34s
$0.005869
2,444 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">
<defs>
<linearGradient id="skin" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#f9d1b7"/>
<stop offset="40%" stop-color="#e8b89a"/>
<stop offset="100%" stop-color="#d8a17f"/>
</linearGradient>
<linearGradient id="skin-shadow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#d8a17f" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#b58262" stop-opacity="0.9"/>
</linearGradient>
<linearGradient id="hair" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#7a5c46"/>
<stop offset="100%" stop-color="#5c4430"/>
</linearGradient>
<linearGradient id="teeth" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#fffbf0"/>
<stop offset="100%" stop-color="#f0e6d8"/>
</linearGradient>
<filter id="blur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceGraphic" stdDeviation="4"/>
</filter>
<clipPath id="faceClip">
<path d="M512,320 C620,320 720,380 780,480 C820,550 820,630 780,700 C720,800 620,860 512,860 C404,860 304,800 244,700 C204,630 204,550 244,480 C304,380 404,320 512,320 Z"/>
</clipPath>
</defs>
<!-- Face base -->
<path fill="url(#skin)" stroke="#d8a17f" stroke-width="4" d="M512,320 C620,320 720,380 780,480 C820,550 820,630 780,700 C720,800 620,860 512,860 C404,860 304,800 244,700 C204,630 204,550 244,480 C304,380 404,320 512,320 Z"/>
<!-- Forehead highlight -->
<ellipse cx="512" cy="380" rx="180" ry="60" fill="white" fill-opacity="0.2" filter="url(#blur)"/>
<!-- Cheek shadows -->
<path d="M350,520 C330,580 340,640 380,680" stroke="#b58262" stroke-width="16" stroke-linecap="round" fill="none"/>
<path d="M674,520 C694,580 684,640 644,680" stroke="#b58262" stroke-width="16" stroke-linecap="round" fill="none"/>
<!-- Hair -->
<g fill="url(#hair)">
<path d="M512,250 C400,250 300,300 240,400 C180,500 180,620 240,720 C260,760 300,780 340,790 L360,300 C380,280 420,270 460,280 L480,790 C520,780 560,760 580,720 C640,620 640,500 580,400 C540,330 480,280 420,260 Z"/>
<path d="M300,320 C280,340 260,380 260,420 C260,480 300,520 340,520 C380,520 420,480 420,420 C420,380 400,340 380,320 Z" opacity="0.7"/>
<path d="M724,320 C744,340 764,380 764,420 C764,480 724,520 684,520 C644,520 604,480 604,420 C604,380 624,340 644,320 Z" opacity="0.7"/>
</g>
<!-- Eyes -->
<g stroke="#4a3528" stroke-width="8">
<path d="M380,480 C400,500 440,500 460,480" fill="none" stroke-linecap="round"/>
<path d="M564,480 C584,500 624,500 644,480" fill="none" stroke-linecap="round"/>
</g>
<ellipse cx="420" cy="480" rx="20" ry="8" fill="#4a3528"/>
<ellipse cx="604" cy="480" rx="20" ry="8" fill="#4a3528"/>
<circle cx="415" cy="475" r="4" fill="white"/>
<circle cx="600" cy="475" r="4" fill="white"/>
<!-- Eyebrows -->
<path d="M340,420 C380,400 440,400 480,420" stroke="#5c4430" stroke-width="14" stroke-linecap="round" fill="none"/>
<path d="M544,420 C584,400 644,400 684,420" stroke="#5c4430" stroke-width="14" stroke-linecap="round" fill="none"/>
<!-- Nose -->
<g stroke="#b58262" stroke-width="6">
<path d="M512,520 C520,580 500,620 480,640" fill="none"/>
<path d="M512,520 C504,580 524,620 544,640" fill="none"/>
</g>
<path d="M500,600 C510,620 514,640 512,660" stroke="#b58262" stroke-width="4" fill="none"/>
<!-- Mouth -->
<path d="M420,720 C460,760 520,780 580,760 C620,750 640,730 644,700" stroke="#8c5d4a" stroke-width="10" fill="none" stroke-linecap="round"/>
<!-- Teeth -->
<path d="M440,700 C460,720 500,730 540,730 C580,730 620,720 640,700 L620,670 C600,690 560,700 520,700 C480,700 440,690 420,670 Z" fill="url(#teeth)" stroke="#d8c0a8" stroke-width="3"/>
<path d="M520,670 L520,700 M540,670 L540,700" stroke="#d8c0a8" stroke-width="2"/>
<!-- Signature wrinkles -->
<g stroke="#8c5d4a" stroke-width="3" stroke-linecap="round" fill="none">
<path d="M380,440 C360,430 340,420 320,410"/>
<path d="M644,440 C664,430 684,420 704,410"/>
<path d="M460,620 C480,640 500,650 520,650 C540,650 560,640 580,620"/>
</g>
<!-- Jaw definition -->
<path d="M320,600 C340,640 380,680 420,700" stroke="#b58262" stroke-width="6" stroke-opacity="0.7" fill="none"/>
<path d="M704,600 C684,640 644,680 604,700" stroke="#b58262" stroke-width="6" stroke-opacity="0.7" fill="none"/>
<!-- Final face shadow -->
<path d="M512,320 C404,320 304,380 244,480 C204,550 204,630 244,700 C304,800 404,860 512,860 C620,860 720,800 780,700 C820,630 820,550 780,480 C720,380 620,320 512,320 Z" fill="url(#skin-shadow)" clip-path="url(#faceClip)"/>
</svg>