Skip to content

Commit aaec919

Browse files
committed
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.
1 parent 33f4904 commit aaec919

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

internal/registry/models/models.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2224,6 +2224,27 @@
22242224

22252225
],
22262226
"xai": [
2227+
{
2228+
"id": "grok-build-0.1",
2229+
"object": "model",
2230+
"created": 1779321600,
2231+
"owned_by": "xai",
2232+
"type": "xai",
2233+
"display_name": "Grok Build 0.1",
2234+
"name": "grok-build-0.1",
2235+
"description": "Grok Build 0.1 is xAI’s fast coding model trained specifically for agentic software engineering workflows.",
2236+
"context_length": 256000,
2237+
"max_completion_tokens": 256000,
2238+
"thinking": {
2239+
"zero_allowed": true,
2240+
"levels": [
2241+
"none",
2242+
"low",
2243+
"medium",
2244+
"high"
2245+
]
2246+
}
2247+
},
22272248
{
22282249
"id": "grok-4.3",
22292250
"object": "model",

0 commit comments

Comments
 (0)