From aaec9194d54946fc89a97a2c888e9400470c3d97 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Sat, 23 May 2026 22:49:36 +0800 Subject: [PATCH] feat(models): add Grok Build 0.1 to registry - Registered `grok-build-0.1` model with enhanced context length and agentic engineering support. - Supports dynamic thinking levels for improved software workflows. --- internal/registry/models/models.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/internal/registry/models/models.json b/internal/registry/models/models.json index 9fd749cb2..2ee5caafe 100644 --- a/internal/registry/models/models.json +++ b/internal/registry/models/models.json @@ -2224,6 +2224,27 @@ ], "xai": [ + { + "id": "grok-build-0.1", + "object": "model", + "created": 1779321600, + "owned_by": "xai", + "type": "xai", + "display_name": "Grok Build 0.1", + "name": "grok-build-0.1", + "description": "Grok Build 0.1 is xAI’s fast coding model trained specifically for agentic software engineering workflows.", + "context_length": 256000, + "max_completion_tokens": 256000, + "thinking": { + "zero_allowed": true, + "levels": [ + "none", + "low", + "medium", + "high" + ] + } + }, { "id": "grok-4.3", "object": "model",