← mecheval / run / a2-flanged-cap-01 / openai-direct-gpt-5-mini / 20260428T213435Z-71b4

run 20260428T213435Z-71b4

a2-flanged-cap-01 · openai-direct-gpt-5-mini

Summary

statusfail
score0.86 (6/7)
submissionself-run
modelopenai-direct-gpt-5-mini (openai)
started2026-04-28T21:34:35.927Z
ended2026-04-28T21:35:09.784Z
tokens623 in · 2,685 out · 3,308 total
wallclock33.5s
tool calls1
task hasha438f2e4d00d25d7…
vcad hasha0db9d6d4f5152cd…

Prompt

Make a circular flanged cap. Outer cylinder: outside diameter 60mm, height 8mm, axis along Z, base on the XY plane (z = 0 to z = 8). Concentric central through-hole of diameter 40mm, axis along Z. Six bolt holes of diameter 5mm on a 50mm bolt circle (radius 25mm from the axis), evenly spaced starting at 0 degrees, all parallel to Z and going fully through. Output a single solid.

Checks

0
valid_solid
pass
params + details
params: {
  "type": "valid_solid"
}

details: {
  "root_count": 1,
  "solids_produced": 1
}
1
bbox
pass
params + details
params: {
  "type": "bbox",
  "min": [
    -30,
    -30,
    0
  ],
  "max": [
    30,
    30,
    8
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    30,
    30,
    8
  ],
  "actual_min": [
    -30,
    -30,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 0.6%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 11623.89,
  "center_of_mass": [
    0,
    0,
    4
  ],
  "tolerance_pct": 0.5
}

details: {
  "center_of_mass": {
    "actual": [
      5.512400592806813e-16,
      2.444487167643497e-15,
      4.0000000000000275
    ],
    "bbox_diagonal_mm": 85.22910301065006,
    "deviation": [
      5.512400592806813e-16,
      2.444487167643497e-15,
      2.7533531010703882e-14
    ],
    "max_abs_deviation_mm": 2.7533531010703882e-14,
    "pass": true,
    "spec": [
      0,
      0,
      4
    ],
    "tolerance_mm": 0.4261455150532503
  },
  "volume": {
    "actual_mm3": 11549.34734010108,
    "deviation_pct": 0.6412884146264266,
    "pass": false,
    "spec_mm3": 11623.89,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 40,
  "expected": 1,
  "diameter_tolerance_mm": 0.1
}

details: {
  "actual": 1,
  "diameter_mm": 40,
  "diameter_tolerance_mm": 0.1,
  "expected": 1,
  "found": [
    [
      0,
      0,
      40
    ]
  ]
}
4
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 5,
  "expected": 6,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 6,
  "diameter_mm": 5,
  "diameter_tolerance_mm": 0.05,
  "expected": 6,
  "found": [
    [
      25,
      0,
      5
    ],
    [
      12.5,
      21.650635094611,
      5
    ],
    [
      -12.5,
      21.650635094611,
      5
    ],
    [
      -25,
      0,
      5
    ],
    [
      -12.5,
      -21.650635094611,
      5
    ],
    [
      12.5,
      -21.650635094611,
      5
    ]
  ]
}
5
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 5,
  "positions": [
    [
      25,
      0,
      0
    ],
    [
      12.5,
      21.65,
      0
    ],
    [
      -12.5,
      21.65,
      0
    ],
    [
      -25,
      0,
      0
    ],
    [
      -12.5,
      -21.65,
      0
    ],
    [
      12.5,
      -21.65,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 5,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        25,
        0
      ],
      "pass": true,
      "spec_xy": [
        25,
        0
      ]
    },
    {
      "distance_mm": 0.0006350946110025291,
      "matched_hole": [
        12.5,
        21.650635094611
      ],
      "pass": true,
      "spec_xy": [
        12.5,
        21.65
      ]
    },
    {
      "distance_mm": 0.0006350946110025291,
      "matched_hole": [
        -12.5,
        21.650635094611
      ],
      "pass": true,
      "spec_xy": [
        -12.5,
        21.65
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -25,
        0
      ],
      "pass": true,
      "spec_xy": [
        -25,
        0
      ]
    },
    {
      "distance_mm": 0.0006350946110025291,
      "matched_hole": [
        -12.5,
        -21.650635094611
      ],
      "pass": true,
      "spec_xy": [
        -12.5,
        -21.65
      ]
    },
    {
      "distance_mm": 0.0006350946110025291,
      "matched_hole": [
        12.5,
        -21.650635094611
      ],
      "pass": true,
      "spec_xy": [
        12.5,
        -21.65
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
6
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          30,
          30,
          8
        ],
        "original_min": [
          -30,
          -30,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          30,
          30,
          8
        ],
        "roundtripped_min": [
          -30,
          -30,
          0
        ],
        "tolerance_mm": 0.8522910301065006
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 3.149943195889603e-14,
        "original_mm3": 11549.347340101094,
        "pass": true,
        "roundtripped_mm3": 11549.34734010109
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
openai.chat.completions.create
ok
33481ms
args
{
  "model": "gpt-5-mini",
  "max_tokens": 8000,
  "system_chars": 1632,
  "user_chars": 441
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260428T213435Z-71b4.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "outer_cylinder",
      "op": {
        "type": "Cylinder",
        "radius": 30,
        "height": 8,
        "segments": 32
      }
    },
    "2": {
      "id": 2,
      "name": "central_hole",
      "op": {
        "type": "Cylinder",
        "radius": 20,
        "height": 8,
        "segments": 32
      }
    },
    "3": {
      "id": 3,
      "name": "bolt_cyl_0_deg",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "4": {
      "id": 4,
      "name": "bolt_tr_0_deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 25,
          "y": 0,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "bolt_cyl_60_deg",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "6": {
      "id": 6,
      "name": "bolt_tr_60_deg",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 12.5,
          "y": 21.650635094611,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": "bolt_cyl_120_deg",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "8": {
      "id": 8,
      "name": "bolt_tr_120_deg",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": -12.5,
          "y": 21.650635094611,
          "z": 0
        }
      }
    },
    "9": {
      "id": 9,
      "name": "bolt_cyl_180_deg",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "10": {
      "id": 10,
      "name": "bolt_tr_180_deg",
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": -25,
          "y": 0,
          "z": 0
        }
      }
    },
    "11": {
      "id": 11,
      "name": "bolt_cyl_240_deg",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "12": {
      "id": 12,
      "name": "bolt_tr_240_deg",
      "op": {
        "type": "Translate",
        "child": 11,
        "offset": {
          "x": -12.5,
          "y": -21.650635094611,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": "bolt_cyl_300_deg",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "14": {
      "id": 14,
      "name": "bolt_tr_300_deg",
      "op": {
        "type": "Translate",
        "child": 13,
        "offset": {
          "x": 12.5,
          "y": -21.650635094611,
          "z": 0
        }
      }
    },
    "15": {
      "id": 15,
      "name": "union_holes_1",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    },
    "16": {
      "id": 16,
      "name": "union_holes_2",
      "op": {
        "type": "Union",
        "left": 15,
        "right": 6
      }
    },
    "17": {
      "id": 17,
      "name": "union_holes_3",
      "op": {
        "type": "Union",
        "left": 16,
        "right": 8
      }
    },
    "18": {
      "id": 18,
      "name": "union_holes_4",
      "op": {
        "type": "Union",
        "left": 17,
        "right": 10
      }
    },
    "19": {
      "id": 19,
      "name": "union_holes_5",
      "op": {
        "type": "Union",
        "left": 18,
        "right": 12
      }
    },
    "20": {
      "id": 20,
      "name": "union_all_holes",
      "op": {
        "type": "Union",
        "left": 19,
        "right": 14
      }
    },
    "21": {
      "id": 21,
      "name": "flanged_cap_with_holes",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 20
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 21,
      "material": "default"
    }
  ]
}

generated 2026-06-19T01:47:55.611Z · static site, regenerate with npm run build -w @mecheval/leaderboard