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.
This commit is contained in:
Luis Pater
2026-05-23 22:49:36 +08:00
parent 33f4904b25
commit aaec9194d5

View File

@@ -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 xAIs 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",