File tree Expand file tree Collapse file tree 7 files changed +79
-6
lines changed Expand file tree Collapse file tree 7 files changed +79
-6
lines changed Original file line number Diff line number Diff line change 11name : Grok 2
2- version : 1.0.1
2+ version : 1.0.2
33schema : v1
44
55models :
66 - name : Grok 2
77 provider : xAI
88 model : grok-2-latest
9- contextLength : 131072
9+ defaultCompletionOptions :
10+ contextLength : 131072
1011 apiKey : ${{ inputs.XAI_API_KEY }}
1112 roles :
1213 - chat
Original file line number Diff line number Diff line change 1+ name : Grok 3 Mini
2+ version : 1.0.0
3+ schema : v1
4+
5+ models :
6+ - name : Grok 3 Mini
7+ provider : xAI
8+ model : grok-3-mini
9+ defaultCompletionOptions :
10+ contextLength : 131072
11+ maxTokens : 8000
12+ apiKey : ${{ inputs.XAI_API_KEY }}
13+ roles :
14+ - chat
15+ - edit
16+ - apply
Original file line number Diff line number Diff line change 11name : Grok 3
2- version : 1.0.0
2+ version : 1.0.1
33schema : v1
44
55models :
66 - name : Grok 3
77 provider : xAI
88 model : grok-3-latest
9- contextLength : 131072
9+ defaultCompletionOptions :
10+ contextLength : 131072
1011 apiKey : ${{ inputs.XAI_API_KEY }}
1112 roles :
1213 - chat
Original file line number Diff line number Diff line change 1+ name : Grok 4 Fast Non-Reasoning
2+ version : 1.0.0
3+ schema : v1
4+
5+ models :
6+ - name : Grok 4 Fast Non-Reasoning
7+ provider : xAI
8+ model : grok-4-fast-non-reasoning
9+ defaultCompletionOptions :
10+ contextLength : 2000000
11+ maxTokens : 30000
12+ apiKey : ${{ inputs.XAI_API_KEY }}
13+ roles :
14+ - chat
15+ - edit
16+ - apply
17+ capabilities :
18+ - tool_use
19+ - image_input
Original file line number Diff line number Diff line change 1+ name : Grok 4 Fast Reasoning
2+ version : 1.0.0
3+ schema : v1
4+
5+ models :
6+ - name : Grok 4 Fast Reasoning
7+ provider : xAI
8+ model : grok-4-fast-reasoning
9+ defaultCompletionOptions :
10+ contextLength : 2000000
11+ maxTokens : 30000
12+ apiKey : ${{ inputs.XAI_API_KEY }}
13+ roles :
14+ - chat
15+ - edit
16+ - apply
17+ capabilities :
18+ - tool_use
19+ - image_input
Original file line number Diff line number Diff line change 11name : Grok 4
2- version : 1.0.1
2+ version : 1.0.2
33schema : v1
44
55models :
66 - name : Grok 4
77 provider : xAI
88 model : grok-4
9- contextLength : 131072
9+ defaultCompletionOptions :
10+ contextLength : 256000
1011 apiKey : ${{ inputs.XAI_API_KEY }}
1112 roles :
1213 - chat
Original file line number Diff line number Diff line change 1+ name : Grok Code Fast 1
2+ version : 1.0.0
3+ schema : v1
4+
5+ models :
6+ - name : Grok Code Fast 1
7+ provider : xAI
8+ model : grok-code-fast-1
9+ defaultCompletionOptions :
10+ contextLength : 256000
11+ maxTokens : 10000
12+ apiKey : ${{ inputs.XAI_API_KEY }}
13+ roles :
14+ - chat
15+ - edit
16+ - apply
You can’t perform that action at this time.
0 commit comments