From f7144db5d85f690a2d02cb44436a2d78e7e52f6b Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 21 Jul 2026 18:04:10 +0800 Subject: [PATCH 1/2] Add Grok-4.5 pricing docs --- docs/llmservice/pricing-and-usage.md | 1 + .../current/llmservice/pricing-and-usage.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/llmservice/pricing-and-usage.md b/docs/llmservice/pricing-and-usage.md index 944e0cd..5b1908c 100644 --- a/docs/llmservice/pricing-and-usage.md +++ b/docs/llmservice/pricing-and-usage.md @@ -25,6 +25,7 @@ The platform uses a unified Credits system to measure and settle usage across al | DeepSeek V3.2 | 0.29 | 0.29 | 0.145 | 0.44 | - | | DeepSeek V4 Flash | 0.28 | 0.28 | 0.0056 | 0.56 | - | | DeepSeek V4 Pro | 0.87 | 0.87 | 0.0087 | 1.74 | - | +| Grok-4.5 | 2.00 | 2.00 | 0.30 | 6.00 | - | | GPT-5.6 Sol | 5.00 | 6.25 | 0.50 | 30.00 | 10,000 | | GPT-5.6 Terra | 2.50 | 3.125 | 0.25 | 15.00 | 10,000 | | GPT-5.6 Luna | 1.00 | 1.25 | 0.10 | 6.00 | 10,000 | diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/pricing-and-usage.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/pricing-and-usage.md index 20d2da1..b245793 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/pricing-and-usage.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/pricing-and-usage.md @@ -25,6 +25,7 @@ | DeepSeek V3.2 | 0.29 | 0.29 | 0.145 | 0.44 | - | | DeepSeek V4 Flash | 0.28 | 0.28 | 0.0056 | 0.56 | - | | DeepSeek V4 Pro | 0.87 | 0.87 | 0.0087 | 1.74 | - | +| Grok-4.5 | 2.00 | 2.00 | 0.30 | 6.00 | - | | GPT-5.6 Sol | 5.00 | 6.25 | 0.50 | 30.00 | 10,000 | | GPT-5.6 Terra | 2.50 | 3.125 | 0.25 | 15.00 | 10,000 | | GPT-5.6 Luna | 1.00 | 1.25 | 0.10 | 6.00 | 10,000 | From eaee132869314b57bd7eb5649a8316f45dc2fe19 Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 21 Jul 2026 18:23:20 +0800 Subject: [PATCH 2/2] Bump docs version to 1.3.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a13d51d..b6b8b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@x402-tron/docs", - "version": "1.3.4", + "version": "1.3.7", "description": "x402-tron documentation", "license": "MIT", "scripts": {