gemini-3.1-flash-lite

2026-05-17T18-44-05Z_openrouter_google_gemini-3.1-flash-lite

api cheap run: not executed on the Mac mini local LM Studio setup, included as a comparison target rather than a local-model result.

pass Visual sample result
3/3 Automated checks
1/1 SVG artifact

Verdict

visual sample
pass

1 artifact · 3/3 checks · pass

no failure labels
Prompt set v1_city_plan_svg.json
Run type api cheap
Temperature 0
Top P 1
Missed tasks 0/1

SVG Artifacts

1 artifact · 3/3 checks · pass
city_plan_3d_buildings_svg 3/3 · v1_city_plan_svg.json open SVG
city_plan_3d_buildings_svg SVG output

Task Results

Compact view; open a row for prompt and raw answer
Task Category Score Failed Checks Failure Types Prompt / Answer
city_plan_3d_buildings_svg svg 3/3 none none
Open

Prompt

Generate a valid standalone SVG of a city plan with a 3D-style representation of buildings.

Rules:
- SVG only
- no Markdown
- no external images
- no JavaScript
- include roads or city blocks
- include multiple buildings
- make at least some buildings appear 3D or isometric
- use simple vector shapes

Model answer

<svg width="500" height="500" xmlns="http://www.w3.org/2000/svg">
  <rect width="500" height="500" fill="#e0e0e0"/>
  <rect x="0" y="220" width="500" height="60" fill="#999"/>
  <rect x="220" y="0" width="60" height="500" fill="#999"/>
  <path d="M50 50 L150 50 L150 150 L50 150 Z" fill="#bbb"/>
  <path d="M150 50 L180 20 L180 120 L150 150 Z" fill="#888"/>
  <path d="M50 20 L150 20 L180 50 L80 50 Z" fill="#ccc"/>
  <path d="M350 350 L450 350 L450 450 L350 450 Z" fill="#bbb"/>
  <path d="M450 350 L480 320 L480 420 L450 450 Z" fill="#888"/>
  <path d="M350 320 L450 320 L480 350 L380 350 Z" fill="#ccc"/>
  <rect x="350" y="50" width="80" height="120" fill="#bbb"/>
  <polygon points="350,50 390,10 470,10 430,50" fill="#ccc"/>
  <polygon points="430,50 470,10 470,130 430,170" fill="#888"/>
</svg>