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