vibe-openscad

bare/gemma-3-27b / tier-1-cube-with-hole

success tier 1

bare (google/gemma-3-27b)

render
bare render of tier-1-cube-with-hole
loading STL…
success 86.9s · 75/61t
SCAD (6 lines)
cube([50, 50, 50]);

difference() {
  cube([50, 50, 50]);
  cylinder(h = 60, r = 10, center = true);
}

meta

runIdbare_gemma-3-27b-b58caf6cefd0-2026-04-29T07-46-37-367Z
matrixIdbare/gemma-3-27b
signatureb58caf6cefd0ff94…
provideropenai-self-hosted
modelgoogle/gemma-3-27b
harnessbare
statussuccess
duration86.92s (wallclock: load + prompt eval + generation + network)
TTFT5.450s
generation time24.71s (pure decode, excludes load + prompt eval)
tokens75 in / 61 out
generation tok/s2.5 tok/s (pure decode rate)
wallclock tok/s0.7 tok/s (end-to-end)
createdAt2026-04-29T07:46:37.368Z
gitCommit5f36132a630c
openscadOpenSCAD version 2026.04.27

model metadata (self-hosted)

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

publishergoogle
typevlm
archgemma3
quantizationQ4_0
max ctx131,072 tok
host GPUNVIDIA GeForce RTX 3090 (Vulkan)
host VRAM24 GB
host CPU12th Gen Intel(R) Core(TM) i9-12900K
host RAM32 GB

prompt

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

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