Skip to content

Commit 2ba567c

Browse files
committed
feat: enable reasoning support for Grok models
1 parent 125c76c commit 2ba567c

File tree

1 file changed

+2
-0
lines changed
  • packages/models/src/models

1 file changed

+2
-0
lines changed

packages/models/src/models/xai.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ export const xaiModels = [
195195
vision: true,
196196
tools: true,
197197
jsonOutput: true,
198+
reasoning: true,
198199
},
199200
],
200201
},
@@ -259,6 +260,7 @@ export const xaiModels = [
259260
vision: true,
260261
tools: true,
261262
jsonOutput: true,
263+
reasoning: true,
262264
},
263265
],
264266
},

0 commit comments

Comments
 (0)