You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/src/content/docs/go.mdx
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,17 +75,27 @@ The list of models may change as we test and add new ones.
75
75
76
76
OpenCode Go includes the following limits:
77
77
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
81
81
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.
83
83
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:
87
85
88
-
You can view your current usage in the **<ahref={console}>console</a>**.
86
+
| Usage limit | Dollar | MiniMax M2.5 | Kimi K2.5 | GLM-5 |
0 commit comments