From 1cc9909eb2f3455e7edcd54fcfceb76fbc852261 Mon Sep 17 00:00:00 2001 From: Solomonic <3539915+Solomonic@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:22:14 +0000 Subject: [PATCH] chore(pricing): vendor ai-price-index v2026.07.10-cc35e0b --- internal/pricing/PINNED_TAG | 2 +- internal/pricing/index/PROVENANCE.json | 10 +++++----- internal/pricing/index/current.json | 22 +++++++++++++++++++++- internal/pricing/index/index.json | 2 +- internal/pricing/table_gen.go | 6 +++--- 5 files changed, 31 insertions(+), 11 deletions(-) diff --git a/internal/pricing/PINNED_TAG b/internal/pricing/PINNED_TAG index b8da7f8..5483728 100644 --- a/internal/pricing/PINNED_TAG +++ b/internal/pricing/PINNED_TAG @@ -1 +1 @@ -v2026.07.09-43f905c +v2026.07.10-cc35e0b diff --git a/internal/pricing/index/PROVENANCE.json b/internal/pricing/index/PROVENANCE.json index 335c0d4..2bcccf8 100644 --- a/internal/pricing/index/PROVENANCE.json +++ b/internal/pricing/index/PROVENANCE.json @@ -1,11 +1,11 @@ { - "tag": "v2026.07.09-43f905c", - "commit": "43f905ccd4088334329ecc62ca7acfd2017ac98e", - "fetched_at": "2026-07-09T05:36:12Z", + "tag": "v2026.07.10-cc35e0b", + "commit": "cc35e0bf2308ecb601d738852bf732381cbdadea", + "fetched_at": "2026-07-10T08:22:14Z", "files": { "LICENSE": "58bf8d4b416bb4b03d9cb92182427fca655b1c76339c85bce0c3d191db648cf9", - "current.json": "fbbc323c5e121d3bbc1a4d0cdc4ef58469ee3bf4c12c80919b5e4c6405e4a92a", - "index.json": "af2d92f198238f3734449c0bf1c85793488b257b33c2d14adeefb59d51c2cc00", + "current.json": "8e28b3d7342f3e30dffbafbcc725c8b0137408b1bf27c9fa6876661e6aafd268", + "index.json": "efb4888ceda6e3ad3bf049fbb76b48bbfb850f0c52669f3aa9184be4be552b22", "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 41bec9a..4a691da 100644 --- a/internal/pricing/index/current.json +++ b/internal/pricing/index/current.json @@ -1,6 +1,6 @@ { "schemaVersion": "1.0.0", - "dataModified": "2026-07-09", + "dataModified": "2026-07-10", "license": "CC-BY-4.0", "prices": [ { @@ -1563,6 +1563,26 @@ "confidence": "inferred", "src": "https://developers.openai.com/api/docs/pricing" }, + { + "provider": "openai", + "model": "gpt-5.3-codex", + "variation": "input", + "price_usd": 1.75, + "unit": "usd_per_mtok", + "last_validated": "2026-07-10", + "confidence": "verified", + "src": "https://developers.openai.com/api/docs/pricing" + }, + { + "provider": "openai", + "model": "gpt-5.3-codex", + "variation": "output", + "price_usd": 14, + "unit": "usd_per_mtok", + "last_validated": "2026-07-10", + "confidence": "verified", + "src": "https://developers.openai.com/api/docs/pricing" + }, { "provider": "openai", "model": "gpt-5.4", diff --git a/internal/pricing/index/index.json b/internal/pricing/index/index.json index ff54499..784c07d 100644 --- a/internal/pricing/index/index.json +++ b/internal/pricing/index/index.json @@ -1,5 +1,5 @@ { - "dataModified": "2026-07-09", + "dataModified": "2026-07-10", "license": "CC-BY-4.0", "models": [ { diff --git a/internal/pricing/table_gen.go b/internal/pricing/table_gen.go index bb179bb..ef39975 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.09-43f905c (43f905ccd4088334329ecc62ca7acfd2017ac98e); DO NOT EDIT. +// Code generated by pricing/gen from v2026.07.10-cc35e0b (cc35e0bf2308ecb601d738852bf732381cbdadea); DO NOT EDIT. package pricing import "time" -const generatedTag = "v2026.07.09-43f905c" -const generatedIndexCommit = "43f905ccd4088334329ecc62ca7acfd2017ac98e" +const generatedTag = "v2026.07.10-cc35e0b" +const generatedIndexCommit = "cc35e0bf2308ecb601d738852bf732381cbdadea" // modelSeries maps a canonical anthropic model id to its // point-in-time input/output price history (half-open [from,to)).