From 84e45dc80e29c7fcd00bc77ef890f2a049ae71ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:50:44 +0000 Subject: [PATCH] chore(sync): update Vercel AI Gateway model catalog --- providers/vercel/models/xai/grok-4.5.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 providers/vercel/models/xai/grok-4.5.toml diff --git a/providers/vercel/models/xai/grok-4.5.toml b/providers/vercel/models/xai/grok-4.5.toml new file mode 100644 index 000000000..576220fbd --- /dev/null +++ b/providers/vercel/models/xai/grok-4.5.toml @@ -0,0 +1,11 @@ +base_model = "xai/grok-4.5" +description = "Grok model for agentic tool use, reasoning, coding, and live assistance" +reasoning_options = [] + +[cost] +input = 2 +output = 6 +cache_read = 0.5 + +[modalities] +input = ["text", "image", "pdf"]