chore(sync): update xAI model catalog

This commit is contained in:
github-actions[bot]
2026-07-08 20:41:41 +00:00
parent bc4bba5c49
commit 3bfd6db3e9
+9 -6
View File
@@ -5,12 +5,15 @@ type = "effort"
values = ["low", "medium", "high"]
[cost]
input = 2.0
output = 6.0
input = 2
output = 6
cache_read = 0.5
[[cost.tiers]]
tier = { size = 200_000 }
input = 4.0
output = 12.0
cache_read = 1.0
tier = { type = "context", size = 200_000 }
input = 4
output = 12
cache_read = 1
[modalities]
input = ["text", "image", "pdf"]