diff --git a/docs/llmservice/models/deepseek-v4-flash.md b/docs/llmservice/models/deepseek-v4-flash.md
index 93f5eed..42f1100 100644
--- a/docs/llmservice/models/deepseek-v4-flash.md
+++ b/docs/llmservice/models/deepseek-v4-flash.md
@@ -1,17 +1,24 @@
+import ActivityCard from '@site/src/components/ActivityCard';
+
# DeepSeek-V4-Flash
## Overview
DeepSeek-V4-Flash is DeepSeek's high-efficiency open-source language model, released alongside V4-Pro on April 24, 2026 under the MIT License. With 284 billion total parameters and only 13 billion active parameters, it delivers performance within striking distance of V4-Pro at roughly 3.1x lower cost, making it one of the most cost-effective models available.
-:::tip 🔥 Limited-Time Free Access
+
Offer starts August 17, 2026, and applies to DeepSeek-V4-Flash on B.AI Chat and API.
* **Chat:** Usage is billed at `0 Credits` during the offer.
* **API:** Usage is billed at `0 Credits` during the offer. No per-request, input, cache write, cache read, or output token fees apply.
After the offer ends, the model will return to standard pricing. Offer end time, eligibility, actual charges, and final billing are subject to the platform display.
-:::
+
## Key Features
diff --git a/docs/llmservice/models/glm-5-2.md b/docs/llmservice/models/glm-5-2.md
index 532c94b..d469b31 100644
--- a/docs/llmservice/models/glm-5-2.md
+++ b/docs/llmservice/models/glm-5-2.md
@@ -1,10 +1,17 @@
+import ActivityCard from '@site/src/components/ActivityCard';
+
# GLM-5.2
## Overview
GLM-5.2 is a GLM-family text foundation model developed by Z.AI and released on June 16, 2026. It is positioned for long-horizon coding and engineering tasks, with a 1M-token context window, 128K maximum output, and a `reasoning_effort` control for adjusting reasoning depth.
-:::note Limited-time offer: GLM-5.2 at 40% off
+
Offer starts August 12, 2026.
**Eligibility:** This offer applies to GLM-5.2 requests made through the B.AI API and B.AI web app.
@@ -12,7 +19,7 @@ Offer starts August 12, 2026.
For a limited time, eligible requests are billed at 60% of the standard reference price: Input `0.84`, Cache Write `0.84`, Cache Read `0.168`, and Output `2.64` Credits/Token.
The pricing table on this page continues to show standard reference prices. Offer end time, eligibility, actual settlement price, and final billing are subject to the platform display and final billing records.
-:::
+
## Key Features
diff --git a/docs/llmservice/models/glm-5-3.md b/docs/llmservice/models/glm-5-3.md
index 14283c9..34b7f36 100644
--- a/docs/llmservice/models/glm-5-3.md
+++ b/docs/llmservice/models/glm-5-3.md
@@ -1,18 +1,25 @@
+import ActivityCard from '@site/src/components/ActivityCard';
+
# GLM-5.3
## Overview
GLM-5.3 is a text foundation model released by Z.AI on August 14, 2026 for complex coding, long-horizon agent tasks, and cybersecurity work. It uses the same base model as GLM-5.2; Z.AI attributes the update's gains to scaled post-training across more environments, more diverse tasks, and longer trajectories.
-:::note 🎁 Limited-time offer: GLM-5.3 at 10% off
+
Offer starts August 14, 2026.
**Eligibility:** This offer applies to GLM-5.3 requests made through the B.AI API and B.AI web app.
-For a limited time, eligible requests are billed at 90% of the standard reference price: Input `1.26`, Cache Write `1.26`, Cache Read `0.234`, and Output `3.96` Credits/Token.
+For a limited time, eligible requests are billed at 90% of the standard reference price: Input `1.26`, Cache Write `1.26`, Cache Read `0.252`, and Output `3.96` Credits/Token.
This page continues to show standard reference prices. Offer end time, eligibility, actual settlement prices, and final billing are subject to the platform display.
-:::
+
## Key Features
@@ -52,7 +59,7 @@ This page continues to show standard reference prices. Offer end time, eligibili
| Model | Input (Credits/Token) | Cache Write (Credits/Token) | Cache Read (Credits/Token) | Output (Credits/Token) | Web Search (Credits/Use) | Billing Notes |
| :--- | --------------------: | --------------------------: | -------------------------: | ---------------------: | -----------------------: | :--- |
-| **GLM-5.3** | `1.40` | `1.40` | `0.26` | `4.40` | `-` | - |
+| **GLM-5.3** | `1.40` | `1.40` | `0.28` | `4.40` | `-` | - |
:::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 3f82e40..7519bd9 100644
--- a/docs/llmservice/pricing-and-usage.md
+++ b/docs/llmservice/pricing-and-usage.md
@@ -26,7 +26,7 @@ The table below lists standard reference prices only. For current limited-time o
| Qwen3.8-Max | 2.00 | 2.00 | 0.25 | 6.00 | - |
| Qwen3.7-Max | 1.65 | 1.65 | 0.33 | 4.951 | - |
| Qwen3.6-27B | 0.19 | 0.19 | 0.019 | 2.99 | - |
-| GLM-5.3 | 1.40 | 1.40 | 0.26 | 4.40 | - |
+| GLM-5.3 | 1.40 | 1.40 | 0.28 | 4.40 | - |
| GLM-5.2 | 1.40 | 1.40 | 0.28 | 4.40 | - |
| GLM-5.1 | 1.40 | 1.40 | 0.28 | 4.40 | - |
| DeepSeek V3.2 | 0.29 | 0.29 | 0.145 | 0.44 | - |
diff --git a/docs/llmservice/promotions-and-pricing-notices.md b/docs/llmservice/promotions-and-pricing-notices.md
index 86e6428..ea8538b 100644
--- a/docs/llmservice/promotions-and-pricing-notices.md
+++ b/docs/llmservice/promotions-and-pricing-notices.md
@@ -1,10 +1,17 @@
+import ActivityCard from '@site/src/components/ActivityCard';
+
# Promotions and Pricing Updates
This page summarizes current limited-time offers and pricing updates. The [Pricing and Usage](./pricing-and-usage.md) table continues to show standard reference prices. Eligibility, offer periods, actual settlement prices, and final billing are subject to the platform display.
## Promotions
-:::tip 🔥 Limited-Time Free Access: DeepSeek-V4-Flash
+
Offer starts August 17, 2026.
This offer applies to B.AI Chat and API:
@@ -13,28 +20,43 @@ This offer applies to B.AI Chat and API:
* **API:** Usage is billed at `0 Credits` during the offer. No per-request, input, cache write, cache read, or output token fees apply.
After the offer ends, DeepSeek-V4-Flash will return to standard pricing. See the [model details](./models/deepseek-v4-flash.md).
-:::
-
-:::note 🎁 Limited-time offer: GLM-5.2 at 40% off
+
+
+
Offer starts August 12, 2026.
**Eligibility:** This offer applies to GLM-5.2 requests made through the B.AI API and B.AI web app.
For a limited time, eligible requests are billed at 60% of the standard reference price: Input `0.84`, Cache Write `0.84`, Cache Read `0.168`, and Output `2.64` Credits/Token. See the [model details](./models/glm-5-2.md).
-:::
-
-:::note 🎁 Limited-time offer: GLM-5.3 at 10% off
+
+
+
Offer starts August 14, 2026.
**Eligibility:** This offer applies to GLM-5.3 requests made through the B.AI API and B.AI web app.
-For a limited time, eligible requests are billed at 90% of the standard reference price: Input `1.26`, Cache Write `1.26`, Cache Read `0.234`, and Output `3.96` Credits/Token. See the [model details](./models/glm-5-3.md).
-:::
+For a limited time, eligible requests are billed at 90% of the standard reference price: Input `1.26`, Cache Write `1.26`, Cache Read `0.252`, and Output `3.96` Credits/Token. See the [model details](./models/glm-5-3.md).
+
## Pricing Updates
-:::caution Planned DeepSeek API Pricing Adjustment
+
Due to a recent pricing adjustment by DeepSeek, B.AI plans to make a corresponding adjustment to pricing for DeepSeek API services. Please plan your usage accordingly.
The adjustment scope, effective date, and final prices are subject to the formal announcement and platform display.
-:::
+
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/deepseek-v4-flash.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/deepseek-v4-flash.md
index d66541f..b0cc03e 100644
--- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/deepseek-v4-flash.md
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/deepseek-v4-flash.md
@@ -1,17 +1,24 @@
+import ActivityCard from '@site/src/components/ActivityCard';
+
# DeepSeek-V4-Flash
## 概述
DeepSeek-V4-Flash 是 DeepSeek 于 2026 年 4 月 24 日与 V4-Pro 同步发布的高效率开源大语言模型,采用 MIT License。该模型总参数量为 284B,但每次前向仅激活 13B 参数,以仅为 V4-Pro 约 1/3.1 的成本提供接近旗舰模型的性能,是当前极具性价比的模型之一。
-:::tip 🔥 限时免费开放
+
活动开始时间:2026 年 8 月 17 日,适用于 B.AI Chat 和 API 中的 DeepSeek-V4-Flash。
* **Chat:** 活动期间使用按 `0 Credits` 结算。
* **API:** 活动期间使用按 `0 Credits` 结算,不收取单次请求、输入、缓存写入、缓存读取或输出的费用。
活动结束后,模型将恢复标准价格。活动结束时间、适用规则、实际结算结果及最终账单以平台页面展示为准。
-:::
+
## 核心特性
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/glm-5-2.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/glm-5-2.md
index ae7f508..f07b882 100644
--- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/glm-5-2.md
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/glm-5-2.md
@@ -1,10 +1,17 @@
+import ActivityCard from '@site/src/components/ActivityCard';
+
# GLM-5.2
## 概述
GLM-5.2 是由 Z.AI 开发的 GLM 系列文本基础模型,于 2026 年 6 月 16 日发布。该模型面向长周期代码和工程任务,支持 1M tokens 上下文窗口、128K 最大输出,并提供 `reasoning_effort` 参数用于调整推理深度。
-:::note 限时活动:GLM-5.2 6 折
+
活动开始时间:2026 年 8 月 12 日。
**适用范围:** 本活动适用于通过 B.AI API 和 B.AI 网页端发起的 GLM-5.2 调用。
@@ -12,7 +19,7 @@ GLM-5.2 是由 Z.AI 开发的 GLM 系列文本基础模型,于 2026 年 6 月
限时活动期间,符合条件的调用按标准参考价的 60% 结算:输入 `0.84`、缓存写入 `0.84`、缓存读取 `0.168`、输出 `2.64` Credits/Token。
本页价格表继续展示标准参考价;活动结束时间、适用规则、实际结算价格及最终账单以平台页面展示为准。
-:::
+
## 核心特性
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/glm-5-3.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/glm-5-3.md
index 8f94ac6..8f54b6b 100644
--- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/glm-5-3.md
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/models/glm-5-3.md
@@ -1,18 +1,25 @@
+import ActivityCard from '@site/src/components/ActivityCard';
+
# GLM-5.3
## 概述
GLM-5.3 是 Z.AI 于 2026 年 8 月 14 日发布的文本基础模型,面向复杂编码、长周期 Agent 任务和网络安全工作。它与 GLM-5.2 使用相同的基础模型;Z.AI 将本次更新的能力提升归因于在更多环境、更丰富任务和更长轨迹上扩展后训练。
-:::note 🎁 限时活动:GLM-5.3 9 折
+
活动开始时间:2026 年 8 月 14 日。
**适用范围:** 本活动适用于通过 B.AI API 和 B.AI 网页端发起的 GLM-5.3 调用。
-限时活动期间,符合条件的调用按标准参考价的 90% 结算:输入 `1.26`、缓存写入 `1.26`、缓存读取 `0.234`、输出 `3.96` Credits/Token。
+限时活动期间,符合条件的调用按标准参考价的 90% 结算:输入 `1.26`、缓存写入 `1.26`、缓存读取 `0.252`、输出 `3.96` Credits/Token。
本页价格表继续展示标准参考价;活动结束时间、适用规则、实际结算价格及最终账单以平台页面展示为准。
-:::
+
## 核心特性
@@ -52,7 +59,7 @@ GLM-5.3 是 Z.AI 于 2026 年 8 月 14 日发布的文本基础模型,面向
| 模型名称 | 输入 (Credits/Token) | Cache Write (Credits/Token) | Cache Read (Credits/Token) | 输出 (Credits/Token) | 网页搜索(Credits/次) | 计费说明 |
| :--- | --------------------: | --------------------------: | -------------------------: | -------------------: | ---------------------: | :--- |
-| **GLM-5.3** | `1.40` | `1.40` | `0.26` | `4.40` | `-` | - |
+| **GLM-5.3** | `1.40` | `1.40` | `0.28` | `4.40` | `-` | - |
:::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 2612966..93bec76 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
@@ -26,7 +26,7 @@
| Qwen3.8-Max | 2.00 | 2.00 | 0.25 | 6.00 | - |
| Qwen3.7-Max | 1.65 | 1.65 | 0.33 | 4.951 | - |
| Qwen3.6-27B | 0.19 | 0.19 | 0.019 | 2.99 | - |
-| GLM-5.3 | 1.40 | 1.40 | 0.26 | 4.40 | - |
+| GLM-5.3 | 1.40 | 1.40 | 0.28 | 4.40 | - |
| GLM-5.2 | 1.40 | 1.40 | 0.28 | 4.40 | - |
| GLM-5.1 | 1.40 | 1.40 | 0.28 | 4.40 | - |
| DeepSeek V3.2 | 0.29 | 0.29 | 0.145 | 0.44 | - |
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/promotions-and-pricing-notices.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/promotions-and-pricing-notices.md
index dbcf009..2526949 100644
--- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/promotions-and-pricing-notices.md
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/llmservice/promotions-and-pricing-notices.md
@@ -1,10 +1,17 @@
+import ActivityCard from '@site/src/components/ActivityCard';
+
# 活动与调整公告
本页汇总当前限时活动和定价调整公告。[定价与用量](./pricing-and-usage.md)页面的价格总表继续展示标准参考价。活动适用规则、活动周期、实际结算价格及最终账单以平台页面展示为准。
## 活动
-:::tip 🔥 限时免费开放:DeepSeek-V4-Flash
+
活动开始时间:2026 年 8 月 17 日。
本活动覆盖 B.AI Chat 和 API:
@@ -13,28 +20,43 @@
* **API:** 活动期间使用按 `0 Credits` 结算,不收取单次请求、输入、缓存写入、缓存读取或输出的费用。
活动结束后,DeepSeek-V4-Flash 将恢复标准价格。详见[模型详情](./models/deepseek-v4-flash.md)。
-:::
-
-:::note 🎁 限时活动:GLM-5.2 6 折
+
+
+
活动开始时间:2026 年 8 月 12 日。
**适用范围:** 本活动适用于通过 B.AI API 和 B.AI 网页端发起的 GLM-5.2 调用。
限时活动期间,符合条件的调用按标准参考价的 60% 结算:输入 `0.84`、缓存写入 `0.84`、缓存读取 `0.168`、输出 `2.64` Credits/Token。详见[模型详情](./models/glm-5-2.md)。
-:::
-
-:::note 🎁 限时活动:GLM-5.3 9 折
+
+
+
活动开始时间:2026 年 8 月 14 日。
**适用范围:** 本活动适用于通过 B.AI API 和 B.AI 网页端发起的 GLM-5.3 调用。
-限时活动期间,符合条件的调用按标准参考价的 90% 结算:输入 `1.26`、缓存写入 `1.26`、缓存读取 `0.234`、输出 `3.96` Credits/Token。详见[模型详情](./models/glm-5-3.md)。
-:::
+限时活动期间,符合条件的调用按标准参考价的 90% 结算:输入 `1.26`、缓存写入 `1.26`、缓存读取 `0.252`、输出 `3.96` Credits/Token。详见[模型详情](./models/glm-5-3.md)。
+
## 定价调整公告
-:::caution DeepSeek API 定价调整预告
+
由于 DeepSeek 官方近期调整服务定价,B.AI 计划相应上调 DeepSeek API 服务价格。请根据业务需求合理安排使用。
具体调整范围、生效时间及最终价格以正式通知和平台页面展示为准。
-:::
+
diff --git a/package.json b/package.json
index 1a4c7f2..90a69cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@x402-tron/docs",
- "version": "1.3.20",
+ "version": "1.3.21",
"description": "x402-tron documentation",
"license": "MIT",
"resolutions": {
diff --git a/src/components/ActivityCard/index.tsx b/src/components/ActivityCard/index.tsx
new file mode 100644
index 0000000..af42200
--- /dev/null
+++ b/src/components/ActivityCard/index.tsx
@@ -0,0 +1,34 @@
+import React, {ReactNode} from 'react'
+
+import styles from './styles.module.css'
+
+type ActivityCardVariant = 'free' | 'discount' | 'adjustment'
+
+type ActivityCardProps = {
+ children: ReactNode
+ detail: string
+ status: string
+ title: string
+ variant: ActivityCardVariant
+}
+
+export default function ActivityCard({
+ children,
+ detail,
+ status,
+ title,
+ variant,
+}: ActivityCardProps) {
+ return (
+
+
+
+ {status}
+ {detail}
+
+
+ )
+}
diff --git a/src/components/ActivityCard/styles.module.css b/src/components/ActivityCard/styles.module.css
new file mode 100644
index 0000000..97e0bde
--- /dev/null
+++ b/src/components/ActivityCard/styles.module.css
@@ -0,0 +1,99 @@
+.card {
+ border: 1px solid;
+ border-radius: 8px;
+ margin: 1.5rem 0;
+ overflow: hidden;
+}
+
+.body {
+ padding: 1.25rem 1.5rem;
+}
+
+.title {
+ font-size: 1.125rem;
+ line-height: 1.35;
+ margin: 0 0 1rem;
+}
+
+.content > :first-child {
+ margin-top: 0;
+}
+
+.content > :last-child {
+ margin-bottom: 0;
+}
+
+.footer {
+ align-items: center;
+ color: #ffffff;
+ display: flex;
+ flex-wrap: wrap;
+ gap: 0.5rem 0.75rem;
+ min-height: 42px;
+ padding: 0.65rem 1.5rem;
+}
+
+.status {
+ font-weight: 700;
+}
+
+.detail {
+ border-left: 1px solid rgba(255, 255, 255, 0.52);
+ padding-left: 0.75rem;
+}
+
+.free {
+ background: #e7f6ec;
+ border-color: #2e7d4e;
+}
+
+.free .footer {
+ background: #256b43;
+}
+
+.discount {
+ background: #e8f3fb;
+ border-color: #367aa4;
+}
+
+.discount .footer {
+ background: #245f86;
+}
+
+.adjustment {
+ background: #fff3d8;
+ border-color: #a86b00;
+}
+
+.adjustment .footer {
+ background: #865900;
+}
+
+html[data-theme='dark'] .free {
+ background: rgba(46, 125, 78, 0.18);
+ border-color: rgba(98, 182, 127, 0.72);
+}
+
+html[data-theme='dark'] .discount {
+ background: rgba(54, 122, 164, 0.18);
+ border-color: rgba(97, 170, 217, 0.72);
+}
+
+html[data-theme='dark'] .adjustment {
+ background: rgba(168, 107, 0, 0.18);
+ border-color: rgba(224, 172, 78, 0.72);
+}
+
+@media screen and (max-width: 576px) {
+ .body,
+ .footer {
+ padding-left: 1rem;
+ padding-right: 1rem;
+ }
+
+ .detail {
+ border-left: 0;
+ flex-basis: 100%;
+ padding-left: 0;
+ }
+}