Skip to content

Commit 9a74d90

Browse files
authored
Add grok 4.1 models (#5)
1 parent 4a67492 commit 9a74d90

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

0 commit comments

Comments
 (0)