Skip to content

Commit 1190dc2

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

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

packages/models/src/models/xai.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ export const xaiModels = [
195195
vision: true,
196196
tools: true,
197197
jsonOutput: true,
198+
reasoning: true,
199+
reasoningOutput: "omit",
198200
},
199201
],
200202
},
@@ -259,6 +261,8 @@ export const xaiModels = [
259261
vision: true,
260262
tools: true,
261263
jsonOutput: true,
264+
reasoning: true,
265+
reasoningOutput: "omit",
262266
},
263267
],
264268
},

0 commit comments

Comments
 (0)