← mecheval / run / a1-block-01 / openai-direct-gpt-4o-mini / 20260428T212613Z-2ad3

run 20260428T212613Z-2ad3

a1-block-01 · openai-direct-gpt-4o-mini

Summary

statusfail
score0.00 (0/4)
submissionself-run
modelopenai-direct-gpt-4o-mini (openai)
started2026-04-28T21:26:13.222Z
ended2026-04-28T21:26:15.966Z
tokens578 in · 162 out · 740 total
wallclock2.7s
tool calls1
task hasheb827360a11bd025…
vcad hash5e1d359248eea9c1…

Prompt

Make a rectangular block 60mm long (X) × 40mm wide (Y) × 20mm tall (Z). Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 20). Output a single solid.

Checks

0
valid_solid
fail
solid invalid
params + details
params: {
  "type": "valid_solid"
}

details: {
  "error": "parse: Invalid JSON vcad file: invalid type: string \"1\", expected u64 at line 5 column 15",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -30,
    -20,
    0
  ],
  "max": [
    30,
    20,
    20
  ],
  "tolerance_mm": 0.05
}

details: {
  "reason": "no valid solid to measure"
}
2
mass_props
fail
mass props off
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 48000,
  "center_of_mass": [
    0,
    0,
    10
  ],
  "tolerance_pct": 0.1
}

details: {
  "reason": "no valid solid to measure"
}
3
step_roundtrip
fail
STEP roundtrip failed
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.1
}

details: {
  "reason": "no valid solid to round-trip"
}

Tool calls

0
openai.chat.completions.create
ok
2740ms
args
{
  "model": "gpt-4o-mini",
  "max_tokens": 8000,
  "system_chars": 1632,
  "user_chars": 226
}

What the model built

no render available — vcad-render did not produce geometry for this attempt

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": "1",
      "name": "Rectangular Block",
      "op": {
        "type": "Translate",
        "child": {
          "type": "Cube",
          "size": {
            "x": 60,
            "y": 40,
            "z": 20
          }
        },
        "offset": {
          "x": -30,
          "y": -20,
          "z": 10
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{
    "root": "1",
    "material": "default"
  }]
}

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