diff --git a/internal/pricing/PINNED_TAG b/internal/pricing/PINNED_TAG index dbfe1d4..adab475 100644 --- a/internal/pricing/PINNED_TAG +++ b/internal/pricing/PINNED_TAG @@ -1 +1 @@ -v2026.07.01-b9ae0e4 +v2026.07.08-8eaf41d diff --git a/internal/pricing/index/PROVENANCE.json b/internal/pricing/index/PROVENANCE.json index 50f06f7..dec89ff 100644 --- a/internal/pricing/index/PROVENANCE.json +++ b/internal/pricing/index/PROVENANCE.json @@ -1,11 +1,11 @@ { - "tag": "v2026.07.01-b9ae0e4", - "commit": "b9ae0e415c3408462c14fe72e17eb325ef4abe7f", - "fetched_at": "2026-07-01T04:23:15Z", + "tag": "v2026.07.08-8eaf41d", + "commit": "8eaf41d0212bf932ce615248bd757612d7681565", + "fetched_at": "2026-07-08T07:08:14Z", "files": { "LICENSE": "58bf8d4b416bb4b03d9cb92182427fca655b1c76339c85bce0c3d191db648cf9", - "current.json": "16557da7310e11d62a1437cf7e0320bd856711172d565f6ad0680fb6696807ce", - "index.json": "2140d2aaed9707bf9c40c44e30f0483c861b86fd23b53fc33a7aebfe01903984", + "current.json": "6bd6e7b8f52cdee5a21fd946865bdf81fd3be7c3bc511e988007034209b52938", + "index.json": "333ecc71f384156d6a0208e57532644bd774d692023ae88d641156e84f1e6f8f", "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 9bc815f..e7816f3 100644 --- a/internal/pricing/index/current.json +++ b/internal/pricing/index/current.json @@ -1,6 +1,6 @@ { "schemaVersion": "1.0.0", - "dataModified": "2026-07-01", + "dataModified": "2026-07-08", "license": "CC-BY-4.0", "prices": [ { @@ -229,8 +229,8 @@ "variation": "input", "price_usd": 0.5, "unit": "usd_per_mtok", - "last_validated": "2026-06-29", - "confidence": "inferred", + "last_validated": "2026-07-08", + "confidence": "verified", "src": "https://www.alibabacloud.com/help/en/model-studio/model-pricing" }, { @@ -239,8 +239,8 @@ "variation": "output", "price_usd": 3, "unit": "usd_per_mtok", - "last_validated": "2026-06-29", - "confidence": "inferred", + "last_validated": "2026-07-08", + "confidence": "verified", "src": "https://www.alibabacloud.com/help/en/model-studio/model-pricing" }, { @@ -249,8 +249,8 @@ "variation": "input", "price_usd": 2.5, "unit": "usd_per_mtok", - "last_validated": "2026-06-29", - "confidence": "inferred", + "last_validated": "2026-07-08", + "confidence": "verified", "src": "https://www.alibabacloud.com/help/en/model-studio/model-pricing" }, { @@ -259,8 +259,8 @@ "variation": "output", "price_usd": 7.5, "unit": "usd_per_mtok", - "last_validated": "2026-06-29", - "confidence": "inferred", + "last_validated": "2026-07-08", + "confidence": "verified", "src": "https://www.alibabacloud.com/help/en/model-studio/model-pricing" }, { diff --git a/internal/pricing/index/index.json b/internal/pricing/index/index.json index 943ce61..a77a2dd 100644 --- a/internal/pricing/index/index.json +++ b/internal/pricing/index/index.json @@ -1,5 +1,5 @@ { - "dataModified": "2026-07-01", + "dataModified": "2026-07-08", "license": "CC-BY-4.0", "models": [ { diff --git a/internal/pricing/table_gen.go b/internal/pricing/table_gen.go index 6fb2946..fa0243c 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.01-b9ae0e4 (b9ae0e415c3408462c14fe72e17eb325ef4abe7f); DO NOT EDIT. +// Code generated by pricing/gen from v2026.07.08-8eaf41d (8eaf41d0212bf932ce615248bd757612d7681565); DO NOT EDIT. package pricing import "time" -const generatedTag = "v2026.07.01-b9ae0e4" -const generatedIndexCommit = "b9ae0e415c3408462c14fe72e17eb325ef4abe7f" +const generatedTag = "v2026.07.08-8eaf41d" +const generatedIndexCommit = "8eaf41d0212bf932ce615248bd757612d7681565" // modelSeries maps a canonical anthropic model id to its // point-in-time input/output price history (half-open [from,to)).