From dafd364dbd55a2f7b34b57e3fd04691ac5223ee7 Mon Sep 17 00:00:00 2001 From: Solomonic <3539915+Solomonic@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:36:12 +0000 Subject: [PATCH] chore(pricing): vendor ai-price-index v2026.07.09-43f905c --- internal/pricing/PINNED_TAG | 2 +- internal/pricing/index/PROVENANCE.json | 10 ++++---- internal/pricing/index/current.json | 32 +++++++++++++++++++++++++- internal/pricing/index/index.json | 2 +- internal/pricing/table_gen.go | 6 ++--- 5 files changed, 41 insertions(+), 11 deletions(-) diff --git a/internal/pricing/PINNED_TAG b/internal/pricing/PINNED_TAG index adab475..b8da7f8 100644 --- a/internal/pricing/PINNED_TAG +++ b/internal/pricing/PINNED_TAG @@ -1 +1 @@ -v2026.07.08-8eaf41d +v2026.07.09-43f905c diff --git a/internal/pricing/index/PROVENANCE.json b/internal/pricing/index/PROVENANCE.json index dec89ff..335c0d4 100644 --- a/internal/pricing/index/PROVENANCE.json +++ b/internal/pricing/index/PROVENANCE.json @@ -1,11 +1,11 @@ { - "tag": "v2026.07.08-8eaf41d", - "commit": "8eaf41d0212bf932ce615248bd757612d7681565", - "fetched_at": "2026-07-08T07:08:14Z", + "tag": "v2026.07.09-43f905c", + "commit": "43f905ccd4088334329ecc62ca7acfd2017ac98e", + "fetched_at": "2026-07-09T05:36:12Z", "files": { "LICENSE": "58bf8d4b416bb4b03d9cb92182427fca655b1c76339c85bce0c3d191db648cf9", - "current.json": "6bd6e7b8f52cdee5a21fd946865bdf81fd3be7c3bc511e988007034209b52938", - "index.json": "333ecc71f384156d6a0208e57532644bd774d692023ae88d641156e84f1e6f8f", + "current.json": "fbbc323c5e121d3bbc1a4d0cdc4ef58469ee3bf4c12c80919b5e4c6405e4a92a", + "index.json": "af2d92f198238f3734449c0bf1c85793488b257b33c2d14adeefb59d51c2cc00", "models/anthropic/claude-3-5-haiku-20241022.vdcd25c2f.json": "301e13f9bddd2856bd039592ab91d4f2f4a9b0f4a9b9ed0306a206305f7422cf", "models/anthropic/claude-3-5-sonnet-20240620.v0269d672.json": "d130c5c0afb3b1f3cda32b540fdbf7d2d63851a080e848c69a39902bc2e01aac", "models/anthropic/claude-3-7-sonnet-20250219.va4cfdfe6.json": "e12db1a580a31bf0a3e72dce9fc226f2ed71507b0b339eae0212caa3c3ac1456", diff --git a/internal/pricing/index/current.json b/internal/pricing/index/current.json index e7816f3..41bec9a 100644 --- a/internal/pricing/index/current.json +++ b/internal/pricing/index/current.json @@ -1,6 +1,6 @@ { "schemaVersion": "1.0.0", - "dataModified": "2026-07-08", + "dataModified": "2026-07-09", "license": "CC-BY-4.0", "prices": [ { @@ -1963,6 +1963,36 @@ "confidence": "verified", "src": "https://docs.x.ai/docs/models/grok-4.3" }, + { + "provider": "xai", + "model": "grok-4.5", + "variation": "cache_read", + "price_usd": 0.5, + "unit": "usd_per_mtok", + "last_validated": "2026-07-09", + "confidence": "verified", + "src": "https://docs.x.ai/docs/models" + }, + { + "provider": "xai", + "model": "grok-4.5", + "variation": "input", + "price_usd": 2, + "unit": "usd_per_mtok", + "last_validated": "2026-07-09", + "confidence": "verified", + "src": "https://docs.x.ai/docs/models" + }, + { + "provider": "xai", + "model": "grok-4.5", + "variation": "output", + "price_usd": 6, + "unit": "usd_per_mtok", + "last_validated": "2026-07-09", + "confidence": "verified", + "src": "https://docs.x.ai/docs/models" + }, { "provider": "xai", "model": "grok-build-0.1", diff --git a/internal/pricing/index/index.json b/internal/pricing/index/index.json index a77a2dd..ff54499 100644 --- a/internal/pricing/index/index.json +++ b/internal/pricing/index/index.json @@ -1,5 +1,5 @@ { - "dataModified": "2026-07-08", + "dataModified": "2026-07-09", "license": "CC-BY-4.0", "models": [ { diff --git a/internal/pricing/table_gen.go b/internal/pricing/table_gen.go index fa0243c..bb179bb 100644 --- a/internal/pricing/table_gen.go +++ b/internal/pricing/table_gen.go @@ -1,11 +1,11 @@ -// Code generated by pricing/gen from v2026.07.08-8eaf41d (8eaf41d0212bf932ce615248bd757612d7681565); DO NOT EDIT. +// Code generated by pricing/gen from v2026.07.09-43f905c (43f905ccd4088334329ecc62ca7acfd2017ac98e); DO NOT EDIT. package pricing import "time" -const generatedTag = "v2026.07.08-8eaf41d" -const generatedIndexCommit = "8eaf41d0212bf932ce615248bd757612d7681565" +const generatedTag = "v2026.07.09-43f905c" +const generatedIndexCommit = "43f905ccd4088334329ecc62ca7acfd2017ac98e" // modelSeries maps a canonical anthropic model id to its // point-in-time input/output price history (half-open [from,to)).