Skip to content

Commit 5ff2635

Browse files
committed
Make grok code fast the default
1 parent 8c3b152 commit 5ff2635

File tree

1 file changed

+1
-1
lines changed
  • packages/types/src/providers

1 file changed

+1
-1
lines changed

packages/types/src/providers/xai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { ModelInfo } from "../model.js"
33
// https://docs.x.ai/docs/api-reference
44
export type XAIModelId = keyof typeof xaiModels
55

6-
export const xaiDefaultModelId: XAIModelId = "grok-4"
6+
export const xaiDefaultModelId: XAIModelId = "grok-code-fast-1"
77

88
export const xaiModels = {
99
"grok-code-fast-1": {

0 commit comments

Comments
 (0)