Merge pull request #3241 from anomalyco/automation/sync-models-crossmodel

chore(sync): update CrossModel model catalog
This commit is contained in:
Aiden Cline
2026-07-14 10:04:45 -05:00
committed by GitHub
3 changed files with 60 additions and 0 deletions
@@ -0,0 +1,24 @@
base_model = "xai/grok-4.3"
[[reasoning_options]]
type = "effort"
values = ["none", "low", "medium", "high"]
[cost]
input = 1.25
output = 2.5
cache_read = 0.2
cache_write = 1.25
[[cost.tiers]]
tier = { type = "context", size = 200_000 }
input = 2.5
output = 5
cache_read = 0.4
cache_write = 2.5
[limit]
output = 1_000_000
[modalities]
input = ["text", "image"]
@@ -0,0 +1,18 @@
base_model = "xai/grok-4.5"
[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]
[cost]
input = 2
output = 6
cache_read = 0.5
cache_write = 2
[[cost.tiers]]
tier = { type = "context", size = 200_000 }
input = 4
output = 12
cache_read = 1
cache_write = 4
@@ -0,0 +1,18 @@
base_model = "xai/grok-build-0.1"
reasoning_options = []
[cost]
input = 1
output = 2
cache_read = 0.2
cache_write = 1
[[cost.tiers]]
tier = { type = "context", size = 200_000 }
input = 2
output = 4
cache_read = 0.4
cache_write = 2
[modalities]
input = ["text", "image"]