Skip to content

Commit 6deb27e

Browse files
committed
zen: docs
1 parent b985ea3 commit 6deb27e

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

  • packages/web/src/content/docs

packages/web/src/content/docs/go.mdx

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,27 @@ The list of models may change as we test and add new ones.
7575

7676
OpenCode Go includes the following limits:
7777

78-
- **5 hour limit** — $4 of usage
79-
- **Weekly limit** — $10 of usage
80-
- **Monthly limit** — $20 of usage
78+
- **5 hour limit** — $12 of usage
79+
- **Weekly limit** — $30 of usage
80+
- **Monthly limit** — $60 of usage
8181

82-
In terms of tokens, $20 of usage is roughly equivalent to:
82+
Limits are defined in dollar value. This means your actual request count depends on the model you use. Cheaper models like MiniMax M2.5 allow for more requests, while higher-cost models like GLM-5 allow for fewer.
8383

84-
- 69 million GLM-5 tokens
85-
- 121 million Kimi K2.5 tokens
86-
- 328 million MiniMax M2.5 tokens
84+
The table below provides an estimated request count based on typical Go usage patterns:
8785

88-
You can view your current usage in the **<a href={console}>console</a>**.
86+
| Usage limit | Dollar | MiniMax M2.5 | Kimi K2.5 | GLM-5 |
87+
| ------------- | ------ | ------------ | --------- | ----- |
88+
| 5 hour limit | $12 | 30,000 | 1,850 | 1,150 |
89+
| Weekly limit | $30 | 75,000 | 4,630 | 2,880 |
90+
| Monthly limit | $60 | 150,000 | 9,250 | 5,750 |
91+
92+
Estimates are based on observed average request patterns:
93+
94+
- MiniMax M2.5 — 300 input, 55,000 cached, 125 output tokens per request
95+
- Kimi K2.5 — 870 input, 55,000 cached, 200 output tokens per request
96+
- GLM-5 — 700 input, 52,000 cached, 150 output tokens per request
97+
98+
You can track your current usage in the **<a href={console}>console</a>**.
8999

90100
:::tip
91101
If you reach the usage limit, you can continue using the free models.

0 commit comments

Comments
 (0)