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:
@@ -2224,6 +2224,27 @@
|
|||||||
|
|
||||||
],
|
],
|
||||||
"xai": [
|
"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",
|
"id": "grok-4.3",
|
||||||
"object": "model",
|
"object": "model",
|
||||||
|
|||||||
Reference in New Issue
Block a user