From 16fa21cd748f1e8f79ccf35b1854b3956e16abe0 Mon Sep 17 00:00:00 2001 From: 1bcMax Date: Fri, 4 Sep 2026 08:57:26 -0500 Subject: [PATCH] fix(pricing): sync Grok rates to xAI's published rate (blockrun#503) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The gateway repriced six Grok SKUs to xAI's list price on 2026-09-04, removing a resale spread of up to +140% on output. This repo quoted the old numbers. xai/grok-4.3 $1.50/$4.00 -> $1.25/$2.50 xai/grok-4.5 $2.50/$9.00 -> $2.00/$6.00 xai/grok-build-0.1 $1.50/$3.00 -> $1.00/$2.00 No price guard reaches this repo — the gateway's drift sweep covers its own sheets only, and brand/consumers.json lists 15 repos it cannot see. Found by grep. CHANGELOG entries left alone on purpose: a dated entry records what the price was that day. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01ChUparsmmkz1GJrvzqmuvL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5aae7ff..49306bbc 100644 --- a/README.md +++ b/README.md @@ -522,11 +522,11 @@ No Surf account, no API key — settles directly to Surf's Base treasury in USDC | zai/glm-5.2 | $1.40 | $4.40 | $0.0029 | 1M | reasoning, coding, tools (flagship) | | zai/glm-5.1 | $1.40 | $4.40 | $0.0029 | 200K | reasoning, tools (promo ended 2026-06-05) | | qwen/qwen3.7-max | $1.475 | $4.425 | $0.0030 | 1M | reasoning, agentic, tools (Qwen flagship) | -| xai/grok-4.3 | $1.50 | $4.00 | $0.0028 | 1M | reasoning, vision, agentic, tools | +| xai/grok-4.3 | $1.25 | $2.50 | $0.0019 | 1M | reasoning, vision, agentic, tools | | google/gemini-3.6-flash | $1.50 | $7.50 | $0.0045 | 1M | reasoning, vision, tools (newest Flash) | | google/gemini-3.5-flash | $1.50 | $9.00 | $0.0053 | 1M | reasoning, vision, tools (thinking) | -| xai/grok-4.5 | $2.50 | $9.00 | $0.0058 | 500K | reasoning, vision, agentic, tools | -| xai/grok-build-0.1 | $1.50 | $3.00 | $0.0023 | 256K | agentic coding, tools | +| xai/grok-4.5 | $2.00 | $6.00 | $0.0040 | 500K | reasoning, vision, agentic, tools | +| xai/grok-build-0.1 | $1.00 | $2.00 | $0.0015 | 256K | agentic coding, tools | | openai/gpt-5.2 | $1.75 | $14.00 | $0.0079 | 400K | reasoning, vision, agentic, tools | | openai/gpt-5.3 | $1.75 | $14.00 | $0.0079 | 128K | reasoning, vision, agentic, tools | | openai/gpt-5.3-codex | $1.75 | $14.00 | $0.0079 | 400K | agentic, tools |