Skip to content

Commit d1b7e5c

Browse files
committed
Adjust GPT model pricing
1 parent a07a902 commit d1b7e5c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

frontend/doc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,9 @@
402402

403403
当前展示的固定价格如下:
404404

405-
- `gpt5.4``500` 积分
406-
- `gpt5.2``300` 积分
407-
- `gpt5.3-codex``300` 积分
405+
- `gpt5.4``600` 积分
406+
- `gpt5.2``400` 积分
407+
- `gpt5.3-codex``400` 积分
408408
- `gpt5.1``500` 积分
409409
- `minimax-m2.7`:免费
410410
- `glm-5.1``600` 积分

frontend/src/utils/common.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ export type ModelPricingItem = {
128128
export const modelPricingList: readonly ModelPricingItem[] = [
129129
{ model: "minimax-m2.7", credits: 0, score: 637, tags: ["免费"] },
130130
{ model: "qwen3.5-plus", credits: 0, score: 538, tags: ["免费"] },
131-
{ model: "gpt-5.4", credits: 500, score: 922, tags: ["能力强"] },
132-
{ model: "gpt-5.2", credits: 300, score: 887, tags: [] },
133-
{ model: "gpt-5.3-codex", credits: 300, score: 918, tags: ["能力强", "性价比"] },
131+
{ model: "gpt-5.4", credits: 600, score: 922, tags: ["能力强"] },
132+
{ model: "gpt-5.2", credits: 400, score: 887, tags: [] },
133+
{ model: "gpt-5.3-codex", credits: 400, score: 918, tags: ["能力强", "性价比"] },
134134
{ model: "glm-5.1", credits: 600, score: 904, tags: [] },
135135
{ model: "glm-5", credits: 400, score: 847, tags: [] },
136136
{ model: "glm-4.7", credits: 200, score: 709, tags: ["性价比"] },

0 commit comments

Comments
 (0)