Ruler97/Godoter-27B

VISIONConcurrency Cost:2Model Size:27BQuant:FP8Ctx Length:32kTool Calling:SupportedPublished:Jun 15, 2026License:apache-2.0Architecture:Transformer0.0K Open Weights Cold

Godoter-27B is a 27-billion-parameter model developed by Ruler97, fine-tuned from Qwen3.6-27B, specifically for generating Godot 4 / GDScript code. This model excels at writing idiomatic Godot 4 GDScript, building complete multi-file systems, and reliably distinguishing between Godot 3 and Godot 4 APIs. Its primary differentiator is its specialized focus on Godot 4, preventing framework drift and API version confusion common in general-purpose LLMs.

Loading preview...

Godoter-27B: Specialized Godot 4 / GDScript Code Generation

Godoter-27B is a 27-billion-parameter model, fine-tuned from the Qwen3.6-27B base, specifically engineered for generating code within the Godot 4 game engine using GDScript. Developed by Ruler97 as an unofficial hobby project, its core purpose is to provide reliable and accurate Godot 4 API usage, preventing the common issue of general models confusing Godot 3 and Godot 4 APIs or drifting to other frameworks.

Key Capabilities

  • Generates idiomatic Godot 4 GDScript, including nodes, signals, resources, @export/@onready, await, and typed code.
  • Capable of building complete, multi-file Godot 4 systems such as inventory, FSM AI, save/load, dialogue, multiplayer, and shaders.
  • Avoids confusion between Godot 3 and Godot 4 APIs, consistently using the correct Godot 4 syntax and methods.
  • Stays anchored to the Godot ecosystem, preventing framework drift to Python, Unity, or web technologies.

Performance Highlights

Benchmarking against the base Qwen3.6-27B, Godoter-27B achieved 100% on easy Godot 4 migration tasks (vs. 80%) and 96% on hard, advanced Godot 4 tasks (vs. 68%). This significant improvement is attributed to its specialized training dataset, which includes exact API references, documentation-grounded Q&A, and 666 complete multi-file Godot 4 systems.

Limitations

As a derivative of Qwen3.6-27B, its general reasoning capabilities are largely inherited from the base model. Its specialized fine-tune primarily enhances Godot 4 reliability. Knowledge is bounded by training data, meaning very recent Godot 4.x changes might not be reflected. Generated code should always be reviewed.