Skip to content

Commit 2eb1d4c

Browse files
committed
doc: go
1 parent d2a8f44 commit 2eb1d4c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

  • packages/web/src/content/docs

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,22 @@ The list of models may change as we test and add new ones.
7171

7272
## Usage limits
7373

74-
Go includes generous usage limits with three tiers:
74+
OpenCode Go includes the following limits:
7575

76-
- **5 hour limit** — $4 worth of usage
77-
- **Weekly limit** — $10 worth of usage
78-
- **Monthly limit** — $20 worth of usage
76+
- **5 hour limit** — $4 of usage
77+
- **Weekly limit** — $10 of usage
78+
- **Monthly limit** — $20 of usage
7979

80-
To give you an idea of the limit in terms of tokens, $20 roughly gets you:
80+
In terms of tokens, $20 of usage is roughly equivalent to:
8181

82-
- 69 million GLM 5 tokens
82+
- 69 million GLM-5 tokens
8383
- 121 million Kimi K2.5 tokens
8484
- 328 million MiniMax M2.5 tokens
8585

8686
You can view your current usage in the **<a href={console}>console</a>**.
8787

8888
:::tip
89-
If you hit a usage limit, you can continue using the free models available.
89+
If you reach a usage limit, you can continue using the free models available.
9090
:::
9191

9292
Usage limits may change as we learn from early usage and feedback.
@@ -99,7 +99,7 @@ Below are the prices **per 1M tokens**.
9999

100100
| Model | Input | Output | Cached Read |
101101
| ------------ | ----- | ------ | ----------- |
102-
| GLM 5 | $1.00 | $3.20 | $0.20 |
102+
| GLM-5 | $1.00 | $3.20 | $0.20 |
103103
| Kimi K2.5 | $0.60 | $3.00 | $0.10 |
104104
| MiniMax M2.5 | $0.30 | $1.20 | $0.03 |
105105

@@ -119,7 +119,7 @@ You can also access Go models through the following API endpoints.
119119

120120
| Model | Model ID | Endpoint | AI SDK Package |
121121
| ------------ | ------------ | ------------------------------------------------ | --------------------------- |
122-
| GLM 5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
122+
| GLM-5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
123123
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
124124
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
125125

0 commit comments

Comments
 (0)