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/minimax-m3.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ MiniMax M3 is MiniMax's next-generation large language model in the M series. It

| Model | Input (Credits/Token) | Cache Write (Credits/Token) | Cache Read (Credits/Token) | Output (Credits/Token) | Web Search (Credits/Use) | Billing Notes |
| :--- | --------------------: | --------------------------: | -------------------------: | ---------------------: | -----------------------: | :--- |
| **MiniMax M3** | `0.60` | `0.60` | `0.12` | `2.40` | `-` | - |
| **MiniMax M3** | `0.30` | `0.30` | `0.06` | `1.20` | `-` | - |
2 changes: 1 addition & 1 deletion docs/llmservice/pricing-and-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The platform uses a unified Credits system to measure and settle usage across al

| Model | Input (Credits/Token) | Cache Write (Credits/Token) | Cache Read (Credits/Token) | Output (Credits/Token) | Web Search (Credits/Use) |
| :---------------- | --------------------: | --------------------------: | -------------------------: | ---------------------: | -----------------------: |
| MiniMax M3 | 0.60 | 0.60 | 0.12 | 2.40 | - |
| MiniMax M3 | 0.30 | 0.30 | 0.06 | 1.20 | - |
| MiniMax M2.7 | 0.30 | 0.375 | 0.06 | 1.20 | - |
| MiniMax M2.5 | 0.30 | 0.375 | 0.03 | 1.20 | - |
| Kimi K2.6 | 0.95 | 0.95 | 0.16 | 4.00 | - |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ MiniMax M3 是 MiniMax M 系列的新一代大语言模型。该模型引入 Min

| 模型名称 | 输入 (Credits/Token) | Cache Write (Credits/Token) | Cache Read (Credits/Token) | 输出 (Credits/Token) | 网页搜索(Credits/次) | 计费说明 |
| :--- | --------------------: | --------------------------: | -------------------------: | -------------------: | ---------------------: | :--- |
| **MiniMax M3** | `0.60` | `0.60` | `0.12` | `2.40` | `-` | - |
| **MiniMax M3** | `0.30` | `0.30` | `0.06` | `1.20` | `-` | - |
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

| 模型 | 输入(Credits/Token) | 缓存写入(Credits/Token) | 缓存读取(Credits/Token) | 输出(Credits/Token) | 网页搜索(Credits/次) |
| :--- | --------------------: | ------------------------: | ------------------------: | --------------------: | ---------------------: |
| MiniMax M3 | 0.60 | 0.60 | 0.12 | 2.40 | - |
| MiniMax M3 | 0.30 | 0.30 | 0.06 | 1.20 | - |
| MiniMax M2.7 | 0.30 | 0.375 | 0.06 | 1.20 | - |
| MiniMax M2.5 | 0.30 | 0.375 | 0.03 | 1.20 | - |
| Kimi K2.6 | 0.95 | 0.95 | 0.16 | 4.00 | - |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ const sidebars = {
'llmservice/models/gemini-3-1-pro',
'llmservice/models/gemini-3-5-flash',
'llmservice/models/gemini-3-flash',
'llmservice/models/gemini-3-5-flash',
'llmservice/models/glm-5-1',
'llmservice/models/glm-5',
'llmservice/models/kimi-k2.6',
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.2.23",
"version": "1.2.24",
"description": "x402-tron documentation",
"license": "MIT",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ const sidebars = {
'llmservice/models/gemini-3-1-pro',
'llmservice/models/gemini-3-5-flash',
'llmservice/models/gemini-3-flash',
'llmservice/models/gemini-3-5-flash',
'llmservice/models/glm-5-1',
'llmservice/models/glm-5',
'llmservice/models/kimi-k2.6',
Expand Down
Loading