vibe-openscad

bare/qwen3-8b / tier-1-cube-with-hole

success tier 1

bare (qwen3-8b)

render
bare render of tier-1-cube-with-hole
loading STL…
success 891.7s · 86/1523t
SCAD (4 lines)
difference() {
    cube([50, 50, 50]);
    translate([25, 25, 25]) cylinder(r=10, h=50);
}

meta

runIdbare_qwen3-8b-92a0171a7012-2026-04-29T08-36-24-769Z
matrixIdbare/qwen3-8b
signature92a0171a701218a4…
provideropenai-self-hosted
modelqwen3-8b
harnessbare
statussuccess
duration891.68s (wallclock: load + prompt eval + generation + network)
TTFT3.894s
generation time279.58s (pure decode, excludes load + prompt eval)
tokens86 in / 1523 out
generation tok/s5.4 tok/s (pure decode rate)
wallclock tok/s1.7 tok/s (end-to-end)
createdAt2026-04-29T08:36:24.769Z
gitCommit1d991ed9e773
openscadOpenSCAD version 2026.04.27

model metadata (self-hosted)

セルフホスト LLM はクラウドの単一 provider と違い、 実質「(モデル開発者, weight publisher, 量子化)」の組で挙動が決まる。 run 時に LM Studio / Ollama から取得した値:

publisherlmstudio-community
typellm
archqwen3
quantizationQ4_K_M
max ctx32,768 tok
capabilitiestool_use

prompt

OpenSCAD で、50mm 角の立方体の中央に、直径 20mm の貫通穴を z 軸方向に開けたモデルを作成してください。

完成したコード全体を ```openscad ... ``` のフェンスで囲んで出力してください。コードのみで、追加の説明は不要です。