diff options
| author | Frank <[email protected]> | 2026-04-15 01:28:39 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-04-15 02:07:06 -0400 |
| commit | 6a7ca45ae6dc9b144f9e86d489fd6abb628a9884 (patch) | |
| tree | 6b828af63a6bfb88ddb4665758c9bec7c5cd7736 /packages/web/src/content/docs/de/go.mdx | |
| parent | 8d89c3417bcfb6bb29793a640a37686957e82692 (diff) | |
| download | opencode-6a7ca45ae6dc9b144f9e86d489fd6abb628a9884.tar.gz opencode-6a7ca45ae6dc9b144f9e86d489fd6abb628a9884.zip | |
doc: qwen3.5 & 3.6
Diffstat (limited to 'packages/web/src/content/docs/de/go.mdx')
| -rw-r--r-- | packages/web/src/content/docs/de/go.mdx | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/de/go.mdx b/packages/web/src/content/docs/de/go.mdx index 95237ea82..ff2658daa 100644 --- a/packages/web/src/content/docs/de/go.mdx +++ b/packages/web/src/content/docs/de/go.mdx @@ -61,6 +61,8 @@ Die aktuelle Liste der Modelle umfasst: - **MiMo-V2-Pro** - **MiMo-V2-Omni** - **MiniMax M2.5** +- **Qwen3.5 Plus** +- **Qwen3.6 Plus** - **MiniMax M2.7** Die Liste der Modelle kann sich ändern, während wir neue testen und hinzufügen. @@ -79,17 +81,19 @@ Limits sind in Dollarwerten definiert. Das bedeutet, dass die tatsächliche Anza Die folgende Tabelle zeigt eine geschätzte Anzahl von Anfragen basierend auf typischen Go-Nutzungsmustern: -| | GLM-5.1 | GLM-5 | Kimi K2.5 | MiMo-V2-Pro | MiMo-V2-Omni | MiniMax M2.7 | MiniMax M2.5 | -| ---------------------- | ------- | ----- | --------- | ----------- | ------------ | ------------ | ------------ | -| Anfragen pro 5 Stunden | 880 | 1.150 | 1.850 | 1.290 | 2.150 | 14.000 | 20.000 | -| Anfragen pro Woche | 2.150 | 2.880 | 4.630 | 3.225 | 5.450 | 35.000 | 50.000 | -| Anfragen pro Monat | 4.300 | 5.750 | 9.250 | 6.450 | 10.900 | 70.000 | 100.000 | +| | GLM-5.1 | GLM-5 | Kimi K2.5 | MiMo-V2-Pro | MiMo-V2-Omni | MiniMax M2.7 | MiniMax M2.5 | Qwen3.6 Plus | Qwen3.5 Plus | +| ---------------------- | ------- | ----- | --------- | ----------- | ------------ | ------------ | ------------ | ------- | ------- | +| Anfragen pro 5 Stunden | 880 | 1.150 | 1.850 | 1.290 | 2.150 | 14.000 | 20.000 | 3,300 | 10,200 | +| Anfragen pro Woche | 2.150 | 2.880 | 4.630 | 3.225 | 5.450 | 35.000 | 50.000 | 8,200 | 25,200 | +| Anfragen pro Monat | 4.300 | 5.750 | 9.250 | 6.450 | 10.900 | 70.000 | 100.000 | 20,500 | 50,500 | Die Schätzungen basieren auf beobachteten durchschnittlichen Anfragemustern: - GLM-5/5.1 — 700 Input-, 52.000 Cached-, 150 Output-Tokens pro Anfrage - Kimi K2.5 — 870 Input-, 55.000 Cached-, 200 Output-Tokens pro Anfrage - MiniMax M2.7/M2.5 — 300 Input-, 55.000 Cached-, 125 Output-Tokens pro Anfrage +- Qwen3.5 Plus — 410 input, 47,000 cached, 140 output tokens per request +- Qwen3.6 Plus — 500 input, 57,000 cached, 190 output tokens per request - MiMo-V2-Pro — 350 Input-, 41.000 Cached-, 250 Output-Tokens pro Anfrage - MiMo-V2-Omni — 1.000 Input-, 60.000 Cached-, 140 Output-Tokens pro Anfrage @@ -122,6 +126,8 @@ Du kannst auf die Go-Modelle auch über die folgenden API-Endpunkte zugreifen. | MiMo-V2-Omni | mimo-v2-omni | `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` | +| Qwen3.6 Plus | qwen3.6-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` | +| Qwen3.5 Plus | qwen3.5-plus | `https://opencode.ai/zen/go/v1/chat/completions` | `@ai-sdk/alibaba` | Die [Modell-ID](/docs/config/#models) in deiner OpenCode Config verwendet das Format `opencode-go/<model-id>`. Für Kimi K2.5 würdest du beispielsweise `opencode-go/kimi-k2.5` in deiner Config verwenden. |
