Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions blocks/public/grok-2.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Grok 2
version: 1.0.1
version: 1.0.2
schema: v1

models:
- name: Grok 2
provider: xAI
model: grok-2-latest
contextLength: 131072
defaultCompletionOptions:
contextLength: 131072
apiKey: ${{ inputs.XAI_API_KEY }}
roles:
- chat
Expand Down
16 changes: 16 additions & 0 deletions blocks/public/grok-3-mini.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Grok 3 Mini
version: 1.0.0
schema: v1

models:
- name: Grok 3 Mini
provider: xAI
model: grok-3-mini
defaultCompletionOptions:
contextLength: 131072
maxTokens: 8000
apiKey: ${{ inputs.XAI_API_KEY }}
roles:
- chat
- edit
- apply
5 changes: 3 additions & 2 deletions blocks/public/grok-3.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Grok 3
version: 1.0.0
version: 1.0.1
schema: v1

models:
- name: Grok 3
provider: xAI
model: grok-3-latest
contextLength: 131072
defaultCompletionOptions:
contextLength: 131072
apiKey: ${{ inputs.XAI_API_KEY }}
roles:
- chat
Expand Down
19 changes: 19 additions & 0 deletions blocks/public/grok-4-fast-non-reasoning.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Grok 4 Fast Non-Reasoning
version: 1.0.0
schema: v1

models:
- name: Grok 4 Fast Non-Reasoning
provider: xAI
model: grok-4-fast-non-reasoning
defaultCompletionOptions:
contextLength: 2000000
maxTokens: 30000
apiKey: ${{ inputs.XAI_API_KEY }}
roles:
- chat
- edit
- apply
capabilities:
- tool_use
- image_input
19 changes: 19 additions & 0 deletions blocks/public/grok-4-fast-reasoning.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Grok 4 Fast Reasoning
version: 1.0.0
schema: v1

models:
- name: Grok 4 Fast Reasoning
provider: xAI
model: grok-4-fast-reasoning
defaultCompletionOptions:
contextLength: 2000000
maxTokens: 30000
apiKey: ${{ inputs.XAI_API_KEY }}
roles:
- chat
- edit
- apply
capabilities:
- tool_use
- image_input
5 changes: 3 additions & 2 deletions blocks/public/grok-4.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Grok 4
version: 1.0.1
version: 1.0.2
schema: v1

models:
- name: Grok 4
provider: xAI
model: grok-4
contextLength: 131072
defaultCompletionOptions:
contextLength: 256000
apiKey: ${{ inputs.XAI_API_KEY }}
roles:
- chat
Expand Down
16 changes: 16 additions & 0 deletions blocks/public/grok-code-fast-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Grok Code Fast 1
version: 1.0.0
schema: v1

models:
- name: Grok Code Fast 1
provider: xAI
model: grok-code-fast-1
defaultCompletionOptions:
contextLength: 256000
maxTokens: 10000
apiKey: ${{ inputs.XAI_API_KEY }}
roles:
- chat
- edit
- apply