diff --git a/docs/llmservice/models/qwen3.6-27b.md b/docs/llmservice/models/qwen3.6-27b.md index 6c43517..2ffd2c1 100644 --- a/docs/llmservice/models/qwen3.6-27b.md +++ b/docs/llmservice/models/qwen3.6-27b.md @@ -41,7 +41,7 @@ Qwen3.6-27B FP8 is a dense 27-billion-parameter multimodal model developed by Al | Model | Input (Credits/Token) | Cache Write (Credits/Token) | Cache Read (Credits/Token) | Output (Credits/Token) | Web Search (Credits/Use) | Billing Notes | | :--- | --------------------: | --------------------------: | -------------------------: | ---------------------: | -----------------------: | :--- | -| **Qwen3.6-27B** | `0.19` | `0.19` | `0.19` | `2.99` | `-` | Cache reads and writes are billed at the same rate. | +| **Qwen3.6-27B** | `0.19` | `0.19` | `0.019` | `2.99` | `-` | - | :::info Pricing note Prices shown in the documentation are B.AI standard reference prices for base billing purposes. B.AI may provide lower actual usage costs through top-up bonuses and account benefits. Specific prices, bonus Credits, and account benefits are subject to the platform display and final billing records. diff --git a/docs/llmservice/pricing-and-usage.md b/docs/llmservice/pricing-and-usage.md index 29775e9..6115ff8 100644 --- a/docs/llmservice/pricing-and-usage.md +++ b/docs/llmservice/pricing-and-usage.md @@ -17,7 +17,7 @@ The platform uses a unified Credits system to measure and settle usage across al | MiniMax M3 | 0.30 | 0.30 | 0.06 | 1.20 | - | | MiniMax M2.7 | 0.30 | 0.375 | 0.06 | 1.20 | - | | Kimi K2.5 | 0.59 | 0.59 | 0.177 | 3.00 | - | -| Qwen3.6-27B | 0.19 | 0.19 | 0.19 | 2.99 | - | +| Qwen3.6-27B | 0.19 | 0.19 | 0.019 | 2.99 | - | | GLM-5.2 | 1.40 | 1.40 | 0.28 | 4.40 | - | | GLM-5.1 | 1.40 | 1.40 | 0.26 | 4.40 | - | | GLM-5 | 1.00 | 1.00 | 0.20 | 3.20 | - | diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/qwen3.6-27b.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/qwen3.6-27b.md index 8fc53db..edd49e3 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/qwen3.6-27b.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/qwen3.6-27b.md @@ -41,7 +41,7 @@ Qwen3.6-27B FP8 是由 Alibaba Qwen Team 开发的 270 亿参数稠密多模态 | 模型名称 | 输入 (Credits/Token) | Cache Write (Credits/Token) | Cache Read (Credits/Token) | 输出 (Credits/Token) | 网页搜索(Credits/次) | 计费说明 | | :--- | --------------------: | --------------------------: | -------------------------: | -------------------: | ---------------------: | :--- | -| **Qwen3.6-27B** | `0.19` | `0.19` | `0.19` | `2.99` | `-` | 缓存读取和缓存写入按相同价格计费。 | +| **Qwen3.6-27B** | `0.19` | `0.19` | `0.019` | `2.99` | `-` | - | :::info 价格说明 文档价格为 B.AI 平台模型标准参考价,仅供基础计费说明使用。B.AI 可能会通过充值赠送及账户权益等方式,为用户提供更低的实际使用成本。具体价格、赠送积分及账户权益请以平台页面展示及最终账单为准。 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 ce40979..608b934 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 @@ -17,7 +17,7 @@ | MiniMax M3 | 0.30 | 0.30 | 0.06 | 1.20 | - | | MiniMax M2.7 | 0.30 | 0.375 | 0.06 | 1.20 | - | | Kimi K2.5 | 0.59 | 0.59 | 0.177 | 3.00 | - | -| Qwen3.6-27B | 0.19 | 0.19 | 0.19 | 2.99 | - | +| Qwen3.6-27B | 0.19 | 0.19 | 0.019 | 2.99 | - | | GLM-5.2 | 1.40 | 1.40 | 0.28 | 4.40 | - | | GLM-5.1 | 1.40 | 1.40 | 0.26 | 4.40 | - | | GLM-5 | 1.00 | 1.00 | 0.20 | 3.20 | - | diff --git a/package.json b/package.json index 77c8fd4..030d093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@x402-tron/docs", - "version": "1.3.0", + "version": "1.3.1", "description": "x402-tron documentation", "license": "MIT", "scripts": {