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 | diff --git a/package.json b/package.json index caa4499..b6b8b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@x402-tron/docs", - "version": "1.3.6", + "version": "1.3.7", "description": "x402-tron documentation", "license": "MIT", "scripts": {