back to gallery

BuseyBench SVG Test

Mixtral 8x22B Instruct

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

Model release
Apr 2024
Cost
$0.0214
Tokens used
3,676 tokens154 prompt / 3,522 output
Mixtral 8x22B Instruct benchmark output

Run Telemetry

Jul 1, 2026
16 seconds
$0.0214
3,676 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>
    <!-- Filters -->
    <filter id="faceShadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="8" dy="8" stdDeviation="4" flood-color="#5a3d2b" flood-opacity="0.6"/>
    </filter>
    <filter id="eyeHighlight" 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="10" y="10" z="20"/>
      </feSpecularLighting>
      <feComposite in="SourceGraphic" in2="specOut" operator="arithmetic" k1="0" k2="1" k3="1" k4="0"/>
    </filter>
    <filter id="hairShadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="4" dy="4" stdDeviation="3" flood-color="#3a2a1a" flood-opacity="0.7"/>
    </filter>
    <filter id="teethHighlight" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur in="SourceAlpha" stdDeviation="1" result="blur"/>
      <feSpecularLighting result="specOut" in="blur" specularConstant="0.8" specularExponent="30" lighting-color="#ffffff">
        <fePointLight x="5" y="5" z="15"/>
      </feSpecularLighting>
      <feComposite in="SourceGraphic" in2="specOut" operator="arithmetic" k1="0" k2="1" k3="1" k4="0"/>
    </filter>
    <radialGradient id="faceGradient" cx="50%" cy="50%" r="70%" fx="30%" fy="40%">
      <stop offset="0%" stop-color="#f5d7c7"/>
      <stop offset="50%" stop-color="#e8b89a"/>
      <stop offset="100%" stop-color="#c18a6b"/>
    </radialGradient>
    <linearGradient id="hairGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#4a3a2a"/>
      <stop offset="50%" stop-color="#2a1a0a"/>
      <stop offset="100%" stop-color="#1a0a00"/>
    </linearGradient>
    <linearGradient id="eyeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#000000"/>
      <stop offset="100%" stop-color="#333333"/>
    </linearGradient>
    <linearGradient id="teethGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#f8f8f8"/>
      <stop offset="100%" stop-color="#e0e0e0"/>
    </linearGradient>
    <mask id="faceMask">
      <rect x="0" y="0" width="1024" height="1024" fill="white"/>
      <path d="M200,300 C150,250 100,350 120,450 C140,550 200,600 250,600 C300,600 350,550 370,450 C390,350 340,250 300,300 Z" fill="black"/>
    </mask>
  </defs>

  <!-- Background -->
  <rect x="0" y="0" width="1024" height="1024" fill="#87ceeb"/>

  <!-- Face -->
  <g filter="url(#faceShadow)" mask="url(#faceMask)">
    <path d="M300,250 C200,200 150,300 150,450 C150,600 200,700 300,750 C400,700 450,600 450,450 C450,300 400,200 300,250 Z" fill="url(#faceGradient)" stroke="#a06a4a" stroke-width="2"/>

    <!-- Forehead -->
    <path d="M250,200 C300,150 400,150 450,200 L450,250 C400,220 300,220 250,250 Z" fill="#f5d7c7" stroke="#a06a4a" stroke-width="1"/>

    <!-- Jawline -->
    <path d="M150,450 C120,500 120,600 150,650 C180,700 250,720 300,750 C350,720 420,700 450,650 C480,600 480,500 450,450" fill="none" stroke="#a06a4a" stroke-width="3"/>
  </g>

  <!-- Hair -->
  <g filter="url(#hairShadow)">
    <path d="M250,150 C200,100 150,150 150,250 C150,350 200,400 250,400 C300,400 350,350 350,250 C350,150 300,100 250,150 Z" fill="url(#hairGradient)" stroke="#3a2a1a" stroke-width="2"/>
    <path d="M250,150 C280,120 320,120 350,150 C380,180 380,220 350,250" fill="none" stroke="#3a2a1a" stroke-width="4" stroke-linecap="round"/>
    <path d="M250,150 C220,120 180,120 150,150 C120,180 120,220 150,250" fill="none" stroke="#3a2a1a" stroke-width="4" stroke-linecap="round"/>
  </g>

  <!-- Eyes -->
  <g>
    <path d="M250,350 C270,350 290,370 290,400 C290,430 270,450 250,450 C230,450 210,430 210,400 C210,370 230,350 250,350 Z" fill="url(#eyeGradient)" stroke="#000000" stroke-width="1"/>
    <path d="M250,350 C270,350 290,370 290,400 C290,430 270,450 250,450 C230,450 210,430 210,400 C210,370 230,350 250,350 Z" fill="none" stroke="#ffffff" stroke-width="0.5" stroke-dasharray="2,2"/>
    <circle cx="230" cy="380" r="15" fill="#ffffff" filter="url(#eyeHighlight)"/>
    <circle cx="270" cy="380" r="15" fill="#ffffff" filter="url(#eyeHighlight)"/>
    <circle cx="230" cy="380" r="7" fill="#000000"/>
    <circle cx="270" cy="380" r="7" fill="#000000"/>
  </g>

  <!-- Eyebrows -->
  <path d="M220,320 C240,300 260,300 280,320" fill="none" stroke="#4a3a2a" stroke-width="8" stroke-linecap="round"/>
  <path d="M220,320 C240,310 260,310 280,320" fill="none" stroke="#8b4513" stroke-width="4" stroke-linecap="round"/>

  <!-- Nose -->
  <path d="M300,350 L320,400 L300,450" fill="none" stroke="#a06a4a" stroke-width="6" stroke-linecap="round"/>
  <path d="M300,350 L280,400 L300,450" fill="none" stroke="#a06a4a" stroke-width="6" stroke-linecap="round"/>

  <!-- Mouth -->
  <path d="M250,500 C270,520 300,520 320,500 C340,480 320,460 300,470 C280,480 260,500 250,500 Z" fill="#8b4513" stroke="#5d2a1a" stroke-width="2"/>
  <path d="M250,500 C270,520 300,520 320,500" fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round"/>

  <!-- Teeth -->
  <g filter="url(#teethHighlight)">
    <path d="M260,500 L270,500 L270,510 L260,510 Z" fill="url(#teethGradient)"/>
    <path d="M280,500 L290,500 L290,510 L280,510 Z" fill="url(#teethGradient)"/>
    <path d="M300,500 L310,500 L310,510 L300,510 Z" fill="url(#teethGradient)"/>
    <path d="M260,500 L260,510" stroke="#c0c0c0" stroke-width="1"/>
    <path d="M270,500 L270,510" stroke="#c0c0c0" stroke-width="1"/>
    <path d="M280,500 L280,510" stroke="#c0c0c0" stroke-width="1"/>
    <path d="M290,500 L290,510" stroke="#c0c0c0" stroke-width="1"/>
    <path d="M300,500 L300,510" stroke="#c0c0c0" stroke-width="1"/>
    <path d="M310,500 L310,510" stroke="#c0c0c0" stroke-width="1"/>
  </g>

  <!-- Wrinkles -->
  <path d="M200,300 C210,290 220,300 230,290" fill="none" stroke="#5d2a1a" stroke-width="1" stroke-dasharray="1,1"/>
  <path d="M350,300 C360,290 370,300 380,290" fill="none" stroke="#5d2a1a" stroke-width="1" stroke-dasharray="1,1"/>
  <path d="M250,400 C260,390 270,400 280,390" fill="none" stroke="#5d2a1a" stroke-width="1" stroke-dasharray="1,1"/>

  <!-- Ears -->
  <path d="M150,350 C130,350 120,400 130,450 C140,500 150,500 150,450 C150,400 140,350 150,350 Z" fill="#f5d7c7" stroke="#a06a4a" stroke-width="2"/>
  <path d="M450,350 C470,350 480,400 470,450 C460,500 450,500 450,450 C450,400 460,350 450,350 Z" fill="#f5d7c7" stroke="#a06a4a" stroke-width="2"/>

  <!-- Neck -->
  <path d="M250,750 C250,850 350,850 350,750" fill="none" stroke="#a06a4a" stroke-width="20" stroke-linecap="round"/>
  <path d="M250,750 C250,800 300,850 350,750" fill="none" stroke="#c18a6b" stroke-width="15" stroke-linecap="round"/>
</svg>