File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Grok 4.1 Fast Non Reasoning
2+ version : 1.0.0
3+ schema : v1
4+ models :
5+ - name : Grok 4.1 Fast Non Reasoning
6+ provider : xAI
7+ model : grok-4-1-fast-non-reasoning
8+ defaultCompletionOptions :
9+ contextLength : 2000000
10+ maxTokens : 30000
11+ apiKey : ${{ inputs.XAI_API_KEY }}
12+ roles :
13+ - chat
14+ - edit
15+ - apply
16+ capabilities :
17+ - tool_use
18+ - image_input
Original file line number Diff line number Diff line change 1+ name : Grok 4.1 Fast Reasoning
2+ version : 1.0.0
3+ schema : v1
4+ models :
5+ - name : Grok 4.1 Fast Reasoning
6+ provider : xAI
7+ model : grok-4-1-fast-reasoning
8+ defaultCompletionOptions :
9+ contextLength : 2000000
10+ maxTokens : 30000
11+ apiKey : ${{ inputs.XAI_API_KEY }}
12+ roles :
13+ - chat
14+ - edit
15+ - apply
16+ capabilities :
17+ - tool_use
18+ - image_input
You can’t perform that action at this time.
0 commit comments