BuseyBench SVG Test
Mistral Large 2407
Generated by Mistral on Jul 1, 2026 using prompt svg-v1-no-web.
- Model release
- Nov 2024
- Cost
- $0.0313
- Tokens used
- 5,316 tokens142 prompt / 5,174 output
Run Telemetry
Jul 1, 2026
1m 6s
$0.0313
5,316 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" width="1024" height="1024">
<defs>
<!-- Gradients -->
<linearGradient id="skinGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f5d5b0"/>
<stop offset="50%" stop-color="#e8b88a"/>
<stop offset="100%" stop-color="#d49a6a"/>
</linearGradient>
<linearGradient id="hairGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4a321a"/>
<stop offset="50%" stop-color="#2d1b0f"/>
<stop offset="100%" stop-color="#1a0f05"/>
</linearGradient>
<linearGradient id="eyeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#a8c8e8"/>
<stop offset="50%" stop-color="#6a8ca0"/>
<stop offset="100%" stop-color="#3a5a70"/>
</linearGradient>
<linearGradient id="teethGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="50%" stop-color="#f0f0f0"/>
<stop offset="100%" stop-color="#e0e0e0"/>
</linearGradient>
<linearGradient id="lipsGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#d47a7a"/>
<stop offset="50%" stop-color="#b85a5a"/>
<stop offset="100%" stop-color="#9a3a3a"/>
</linearGradient>
<!-- Filters -->
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="5" result="blur"/>
<feOffset in="blur" dx="3" dy="3" result="offsetBlur"/>
<feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
</filter>
<filter id="softShadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="8" result="blur"/>
<feOffset in="blur" dx="2" dy="2" result="offsetBlur"/>
<feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
</filter>
<filter id="highlight" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="2" result="blur"/>
<feSpecularLighting result="specOut" in="blur" specularConstant="1" specularExponent="20" lighting-color="#ffffff">
<fePointLight x="100" y="100" z="200"/>
</feSpecularLighting>
<feComposite in="SourceGraphic" in2="specOut" operator="arithmetic" k1="0" k2="1" k3="1" k4="0"/>
</filter>
<filter id="hairNoise" x="0" y="0" width="100%" height="100%">
<feTurbulence type="fractalNoise" baseFrequency="0.05" numOctaves="3" result="noise"/>
<feDisplacementMap in="SourceGraphic" in2="noise" scale="3" xChannelSelector="R" yChannelSelector="G"/>
</filter>
<!-- Clipping Paths -->
<clipPath id="faceClip">
<path d="M512,120 C580,120 640,180 640,260 C640,340 580,400 512,400 C444,400 384,340 384,260 C384,180 444,120 512,120 Z"/>
</clipPath>
<clipPath id="hairClip">
<path d="M300,100 C350,50 450,30 512,80 C574,30 674,50 724,100 C750,150 780,250 760,320 C740,390 680,450 620,480 C560,510 460,510 400,480 C340,450 280,390 260,320 C240,250 270,150 300,100 Z"/>
</clipPath>
</defs>
<!-- Background -->
<rect width="100%" height="100%" fill="#f0f0f0"/>
<!-- Hair -->
<g clip-path="url(#hairClip)" filter="url(#hairNoise)">
<path d="M300,100 C350,50 450,30 512,80 C574,30 674,50 724,100 C750,150 780,250 760,320 C740,390 680,450 620,480 C560,510 460,510 400,480 C340,450 280,390 260,320 C240,250 270,150 300,100 Z"
fill="url(#hairGradient)" stroke="#1a0f05" stroke-width="2"/>
<!-- Hair strands -->
<path d="M320,80 Q340,60 360,70 Q380,80 400,75 Q420,70 440,80 Q460,90 480,85 Q500,80 520,90 Q540,100 560,95 Q580,90 600,100 Q620,110 640,105 Q660,100 680,110 Q700,120 720,115"
fill="none" stroke="#3a2a1a" stroke-width="1.5" stroke-linecap="round" opacity="0.7"/>
<path d="M310,120 Q330,100 350,110 Q370,120 390,115 Q410,110 430,120 Q450,130 470,125 Q490,120 510,130 Q530,140 550,135 Q570,130 590,140 Q610,150 630,145 Q650,140 670,150 Q690,160 710,155"
fill="none" stroke="#3a2a1a" stroke-width="1.5" stroke-linecap="round" opacity="0.7"/>
<path d="M330,160 Q350,140 370,150 Q390,160 410,155 Q430,150 450,160 Q470,170 490,165 Q510,160 530,170 Q550,180 570,175 Q590,170 610,180 Q630,190 650,185 Q670,180 690,190"
fill="none" stroke="#3a2a1a" stroke-width="1.5" stroke-linecap="round" opacity="0.7"/>
</g>
<!-- Face -->
<g clip-path="url(#faceClip)">
<path d="M512,120 C580,120 640,180 640,260 C640,340 580,400 512,400 C444,400 384,340 384,260 C384,180 444,120 512,120 Z"
fill="url(#skinGradient)" stroke="#8a6a4a" stroke-width="2"/>
<!-- Cheek highlights -->
<path d="M420,300 Q450,320 480,310 Q510,300 540,310 Q570,320 600,300"
fill="none" stroke="#ffffff" stroke-width="15" stroke-linecap="round" opacity="0.3" stroke-opacity="0.5"/>
<path d="M380,320 Q410,340 440,330 Q470,320 500,330 Q530,340 560,320"
fill="none" stroke="#ffffff" stroke-width="10" stroke-linecap="round" opacity="0.2" stroke-opacity="0.5"/>
<!-- Forehead wrinkles -->
<path d="M420,180 Q450,170 480,180 Q510,190 540,180 Q570,170 600,180"
fill="none" stroke="#8a6a4a" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
<path d="M400,200 Q430,190 460,200 Q490,210 520,200 Q550,190 580,200"
fill="none" stroke="#8a6a4a" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
<!-- Jaw shadow -->
<path d="M384,260 Q350,300 380,350 Q410,400 450,420 Q512,440 574,420 Q610,400 640,350 Q670,300 640,260"
fill="#5a3a2a" opacity="0.2"/>
</g>
<!-- Eyebrows -->
<path d="M380,220 Q400,200 430,205 Q460,210 480,200 Q500,190 520,200 Q540,210 560,205 Q590,200 610,220"
fill="none" stroke="#2d1b0f" stroke-width="6" stroke-linecap="round"/>
<path d="M390,230 Q410,210 440,215 Q470,220 490,210 Q510,200 530,210 Q550,220 570,215 Q600,210 620,230"
fill="none" stroke="#2d1b0f" stroke-width="4" stroke-linecap="round" opacity="0.7"/>
<!-- Eyes -->
<g filter="url(#softShadow)">
<!-- Left eye -->
<ellipse cx="420" cy="260" rx="35" ry="25" fill="url(#eyeGradient)" stroke="#3a2a1a" stroke-width="2"/>
<ellipse cx="420" cy="255" rx="20" ry="15" fill="#2a1a0a"/>
<ellipse cx="425" cy="250" rx="8" ry="8" fill="#ffffff" opacity="0.8"/>
<!-- Right eye -->
<ellipse cx="580" cy="260" rx="35" ry="25" fill="url(#eyeGradient)" stroke="#3a2a1a" stroke-width="2"/>
<ellipse cx="580" cy="255" rx="20" ry="15" fill="#2a1a0a"/>
<ellipse cx="585" cy="250" rx="8" ry="8" fill="#ffffff" opacity="0.8"/>
<!-- Eye highlights -->
<ellipse cx="428" cy="252" rx="3" ry="3" fill="#ffffff"/>
<ellipse cx="588" cy="252" rx="3" ry="3" fill="#ffffff"/>
<!-- Eyelids -->
<path d="M385,240 Q420,230 455,240 Q490,250 525,240 Q560,230 595,240"
fill="none" stroke="#8a6a4a" stroke-width="2" stroke-linecap="round" opacity="0.5"/>
</g>
<!-- Nose -->
<path d="M512,240 Q530,280 520,320 Q510,360 500,380 Q490,400 480,380 Q470,360 480,320 Q490,280 512,240 Z"
fill="url(#skinGradient)" stroke="#8a6a4a" stroke-width="2"/>
<path d="M500,300 Q512,320 524,300"
fill="none" stroke="#ffffff" stroke-width="8" stroke-linecap="round" opacity="0.3"/>
<path d="M490,320 Q512,340 534,320"
fill="none" stroke="#8a6a4a" stroke-width="1" stroke-linecap="round"/>
<!-- Mouth -->
<path d="M440,420 Q480,450 520,420 Q560,450 600,420 Q580,430 520,440 Q460,430 440,420 Z"
fill="url(#lipsGradient)" stroke="#8a4a4a" stroke-width="2"/>
<!-- Teeth -->
<path d="M460,425 Q480,435 500,425 Q520,435 540,425 Q520,430 500,430 Q480,430 460,425 Z"
fill="url(#teethGradient)" stroke="#d0d0d0" stroke-width="1"/>
<path d="M465,425 L465,435" fill="none" stroke="#d0d0d0" stroke-width="0.5"/>
<path d="M475,425 L475,435" fill="none" stroke="#d0d0d0" stroke-width="0.5"/>
<path d="M485,425 L485,435" fill="none" stroke="#d0d0d0" stroke-width="0.5"/>
<path d="M495,425 L495,435" fill="none" stroke="#d0d0d0" stroke-width="0.5"/>
<path d="M505,425 L505,435" fill="none" stroke="#d0d0d0" stroke-width="0.5"/>
<path d="M515,425 L515,435" fill="none" stroke="#d0d0d0" stroke-width="0.5"/>
<path d="M525,425 L525,435" fill="none" stroke="#d0d0d0" stroke-width="0.5"/>
<path d="M535,425 L535,435" fill="none" stroke="#d0d0d0" stroke-width="0.5"/>
<!-- Chin shadow -->
<path d="M460,460 Q512,480 564,460 Q540,470 512,470 Q484,470 460,460 Z"
fill="#5a3a2a" opacity="0.2"/>
<!-- Sideburns -->
<path d="M360,280 Q340,320 350,360 Q360,400 380,420 Q400,440 420,420 Q440,400 420,360 Q400,320 360,280 Z"
fill="url(#hairGradient)" stroke="#1a0f05" stroke-width="1"/>
<path d="M660,280 Q680,320 670,360 Q660,400 640,420 Q620,440 600,420 Q580,400 600,360 Q620,320 660,280 Z"
fill="url(#hairGradient)" stroke="#1a0f05" stroke-width="1"/>
<!-- Expressive details -->
<!-- Wrinkles around eyes -->
<path d="M400,250 Q410,240 420,250" fill="none" stroke="#8a6a4a" stroke-width="1" stroke-linecap="round"/>
<path d="M580,250 Q590,240 600,250" fill="none" stroke="#8a6a4a" stroke-width="1" stroke-linecap="round"/>
<path d="M390,270 Q400,260 410,270" fill="none" stroke="#8a6a4a" stroke-width="1" stroke-linecap="round"/>
<path d="M590,270 Q600,260 610,270" fill="none" stroke="#8a6a4a" stroke-width="1" stroke-linecap="round"/>
<!-- Nose wrinkles -->
<path d="M500,300 Q512,290 524,300" fill="none" stroke="#8a6a4a" stroke-width="1" stroke-linecap="round"/>
<path d="M495,310 Q512,300 529,310" fill="none" stroke="#8a6a4a" stroke-width="1" stroke-linecap="round"/>
<!-- Mouth creases -->
<path d="M450,430 Q460,425 470,430" fill="none" stroke="#8a4a4a" stroke-width="1" stroke-linecap="round"/>
<path d="M550,430 Q560,425 570,430" fill="none" stroke="#8a4a4a" stroke-width="1" stroke-linecap="round"/>
<!-- Gary Busey's signature intense expression -->
<path d="M400,230 Q420,220 440,230" fill="none" stroke="#2d1b0f" stroke-width="2" stroke-linecap="round"/>
<path d="M580,230 Q600,220 620,230" fill="none" stroke="#2d1b0f" stroke-width="2" stroke-linecap="round"/>
</svg>