Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/llmservice/models/qwen3.6-27b.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/llmservice/pricing-and-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | - |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 可能会通过充值赠送及账户权益等方式,为用户提供更低的实际使用成本。具体价格、赠送积分及账户权益请以平台页面展示及最终账单为准。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 | - |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@x402-tron/docs",
"version": "1.3.0",
"version": "1.3.1",
"description": "x402-tron documentation",
"license": "MIT",
"scripts": {
Expand Down
Loading