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
31 changes: 31 additions & 0 deletions priv/llm_db/local/xai/grok-4-0709.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
id = "grok-4-0709"
name = "Grok 4"
provider_model_id = "grok-4-0709"
knowledge = "2025-07"
release_date = "2025-07-09"
last_updated = "2025-07-09"

[limits]
context = 256000
output = 16384

[cost]
input = 3
output = 15
cache_read = 0.75
reasoning = 15

[modalities]
input = ["text", "image"]
output = ["text"]

[capabilities.reasoning]
enabled = true

[capabilities.tools]
enabled = true

[extra]
attachment = true
open_weights = false
temperature = true
30 changes: 30 additions & 0 deletions priv/llm_db/local/xai/grok-4-1-fast-reasoning.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
id = "grok-4-1-fast-reasoning"
name = "Grok 4.1 Fast Reasoning"
provider_model_id = "grok-4-1-fast-reasoning"
knowledge = "2025-07"
release_date = "2025-11-19"
last_updated = "2025-11-19"

[limits]
context = 2000000
output = 30000

[cost]
input = 0.2
output = 0.5
cache_read = 0.05

[modalities]
input = ["text", "image"]
output = ["text"]

[capabilities.reasoning]
enabled = true

[capabilities.tools]
enabled = true

[extra]
attachment = true
open_weights = false
temperature = true
2 changes: 1 addition & 1 deletion priv/llm_db/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generated_at": "2026-01-12T21:28:32.279670Z",
"generated_at": "2026-01-16T08:05:38.958203Z",
"providers": [
"abacus",
"aihubmix",
Expand Down
113 changes: 93 additions & 20 deletions priv/llm_db/providers/xai.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,25 +577,62 @@
},
"grok-4-0709": {
"aliases": [],
"capabilities": null,
"cost": null,
"capabilities": {
"chat": true,
"embeddings": false,
"json": {
"native": false,
"schema": false,
"strict": false
},
"reasoning": {
"enabled": true
},
"streaming": {
"text": true,
"tool_calls": false
},
"tools": {
"enabled": true
}
},
"cost": {
"cache_read": 0.75,
"input": 3,
"output": 15,
"reasoning": 15
},
"deprecated": false,
"extra": {
"attachment": true,
"created": 1752019200,
"owned_by": "xai"
"open_weights": false,
"owned_by": "xai",
"temperature": true
},
"family": null,
"id": "grok-4-0709",
"knowledge": null,
"last_updated": null,
"knowledge": "2025-07",
"last_updated": "2025-07-09",
"lifecycle": null,
"limits": null,
"modalities": null,
"limits": {
"context": 256000,
"output": 16384
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"model": null,
"name": null,
"name": "Grok 4",
"provider": "xai",
"provider_model_id": null,
"release_date": null,
"provider_model_id": "grok-4-0709",
"release_date": "2025-07-09",
"tags": null
},
"grok-4-1-fast": {
Expand Down Expand Up @@ -716,25 +753,61 @@
},
"grok-4-1-fast-reasoning": {
"aliases": [],
"capabilities": null,
"cost": null,
"capabilities": {
"chat": true,
"embeddings": false,
"json": {
"native": false,
"schema": false,
"strict": false
},
"reasoning": {
"enabled": true
},
"streaming": {
"text": true,
"tool_calls": false
},
"tools": {
"enabled": true
}
},
"cost": {
"cache_read": 0.05,
"input": 0.2,
"output": 0.5
},
"deprecated": false,
"extra": {
"attachment": true,
"created": 1763510400,
"owned_by": "xai"
"open_weights": false,
"owned_by": "xai",
"temperature": true
},
"family": null,
"id": "grok-4-1-fast-reasoning",
"knowledge": null,
"last_updated": null,
"knowledge": "2025-07",
"last_updated": "2025-11-19",
"lifecycle": null,
"limits": null,
"modalities": null,
"limits": {
"context": 2000000,
"output": 30000
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"model": null,
"name": null,
"name": "Grok 4.1 Fast Reasoning",
"provider": "xai",
"provider_model_id": null,
"release_date": null,
"provider_model_id": "grok-4-1-fast-reasoning",
"release_date": "2025-11-19",
"tags": null
},
"grok-4-fast": {
Expand Down