← mecheval / run / a1-cube-01 / openai-direct-gpt-4o-mini / 20260428T212409Z-f0f5

run 20260428T212409Z-f0f5

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

Summary

statusfail
score0.00 (0/4)
submissionself-run
modelopenai-direct-gpt-4o-mini (openai)
started2026-04-28T21:24:09.699Z
ended2026-04-28T21:24:13.174Z
tokens532 in · 199 out · 731 total
wallclock3.5s
tool calls1
task hashf3e3dadc8f7d2b1b…
vcad hash20add42b5e39174b…

Prompt

Make a 25mm cube centered on the origin.

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": [
    -12.5,
    -12.5,
    -12.5
  ],
  "max": [
    12.5,
    12.5,
    12.5
  ],
  "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": 15625,
  "center_of_mass": [
    0,
    0,
    0
  ],
  "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
3470ms
args
{
  "model": "gpt-4o-mini",
  "max_tokens": 8000,
  "system_chars": 1632,
  "user_chars": 93
}

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": "CenteredCube",
      "op": {
        "type": "Translate",
        "child": "2",
        "offset": {
          "x": -12.5,
          "y": -12.5,
          "z": -12.5
        }
      }
    },
    "2": {
      "id": "2",
      "name": "Cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 25,
          "y": 25,
          "z": 25
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": "1",
      "material": "default"
    }
  ]
}

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