mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
zen: minimax m2.7
This commit is contained in:
parent
c3ddc85cca
commit
3558deba4a
@ -66,6 +66,7 @@ The current list of models includes:
|
||||
- **GLM-5**
|
||||
- **Kimi K2.5**
|
||||
- **MiniMax M2.5**
|
||||
- **MiniMax M2.7**
|
||||
|
||||
The list of models may change as we test and add new ones.
|
||||
|
||||
@ -83,17 +84,17 @@ Limits are defined in dollar value. This means your actual request count depends
|
||||
|
||||
The table below provides an estimated request count based on typical Go usage patterns:
|
||||
|
||||
| | GLM-5 | Kimi K2.5 | MiniMax M2.5 |
|
||||
| ------------------- | ----- | --------- | ------------ |
|
||||
| requests per 5 hour | 1,150 | 1,850 | 20,000 |
|
||||
| requests per week | 2,880 | 4,630 | 50,000 |
|
||||
| requests per month | 5,750 | 9,250 | 100,000 |
|
||||
| | GLM-5 | Kimi K2.5 | MiniMax M2.7 | MiniMax M2.5 |
|
||||
| ------------------- | ----- | --------- | ------------ | ------------ |
|
||||
| requests per 5 hour | 1,150 | 1,850 | 14,000 | 20,000 |
|
||||
| requests per week | 2,880 | 4,630 | 35,000 | 50,000 |
|
||||
| requests per month | 5,750 | 9,250 | 70,000 | 100,000 |
|
||||
|
||||
Estimates are based on observed average request patterns:
|
||||
|
||||
- GLM-5 — 700 input, 52,000 cached, 150 output tokens per request
|
||||
- Kimi K2.5 — 870 input, 55,000 cached, 200 output tokens per request
|
||||
- MiniMax M2.5 — 300 input, 55,000 cached, 125 output tokens per request
|
||||
- MiniMax M2.7/M2.5 — 300 input, 55,000 cached, 125 output tokens per request
|
||||
|
||||
You can track your current usage in the **<a href={console}>console</a>**.
|
||||
|
||||
@ -121,6 +122,7 @@ You can also access Go models through the following API endpoints.
|
||||
| ------------ | ------------ | ------------------------------------------------ | --------------------------- |
|
||||
| GLM-5 | glm-5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
|
||||
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/openai-compatible` |
|
||||
| MiniMax M2.7 | minimax-m2.7 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
|
||||
| MiniMax M2.5 | minimax-m2.5 | `https://opencode.ai/zen/go/v1/messages` | `@ai-sdk/anthropic` |
|
||||
|
||||
The [model id](/docs/config/#models) in your OpenCode config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user