-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat: add OpenCode Zen provider (opencode/ prefix) #753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -856,6 +856,7 @@ HEARTBEAT_OK 応答 ユーザーが直接結果を受け取る | |
| | **Cerebras** | `cerebras/` | `https://api.cerebras.ai/v1` | OpenAI | [キーを取得](https://cerebras.ai) | | ||
| | **Volcengine** | `volcengine/` | `https://ark.cn-beijing.volces.com/api/v3` | OpenAI | [キーを取得](https://console.volcengine.com) | | ||
| | **ShengsuanYun** | `shengsuanyun/` | `https://router.shengsuanyun.com/api/v1` | OpenAI | - | | ||
| | **OpenCode Zen** | `opencode/` | `https://opencode.ai/zen/v1` | OpenAI | [キーを取得](https://opencode.ai/zen) | | ||
|
||
| | **Antigravity** | `antigravity/` | Google Cloud | カスタム | OAuthのみ | | ||
| | **GitHub Copilot** | `github-copilot/` | `localhost:4321` | gRPC | - | | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -911,6 +911,7 @@ Este design também possibilita o **suporte multi-agent** com seleção flexíve | |
| | **Cerebras** | `cerebras/` | `https://api.cerebras.ai/v1` | OpenAI | [Obter Chave](https://cerebras.ai) | | ||
| | **Volcengine** | `volcengine/` | `https://ark.cn-beijing.volces.com/api/v3` | OpenAI | [Obter Chave](https://console.volcengine.com) | | ||
| | **ShengsuanYun** | `shengsuanyun/` | `https://router.shengsuanyun.com/api/v1` | OpenAI | - | | ||
| | **OpenCode Zen** | `opencode/` | `https://opencode.ai/zen/v1` | OpenAI | [Obter Chave](https://opencode.ai/zen) | | ||
|
||
| | **Antigravity** | `antigravity/` | Google Cloud | Custom | Apenas OAuth | | ||
| | **GitHub Copilot** | `github-copilot/` | `localhost:4321` | gRPC | - | | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -882,6 +882,7 @@ Thiết kế này cũng cho phép **hỗ trợ đa tác nhân** với lựa ch | |
| | **Cerebras** | `cerebras/` | `https://api.cerebras.ai/v1` | OpenAI | [Lấy Khóa](https://cerebras.ai) | | ||
| | **Volcengine** | `volcengine/` | `https://ark.cn-beijing.volces.com/api/v3` | OpenAI | [Lấy Khóa](https://console.volcengine.com) | | ||
| | **ShengsuanYun** | `shengsuanyun/` | `https://router.shengsuanyun.com/api/v1` | OpenAI | - | | ||
| | **OpenCode Zen** | `opencode/` | `https://opencode.ai/zen/v1` | OpenAI | [Lấy Khóa](https://opencode.ai/zen) | | ||
|
||
| | **Antigravity** | `antigravity/` | Google Cloud | Tùy chỉnh | Chỉ OAuth | | ||
| | **GitHub Copilot** | `github-copilot/` | `localhost:4321` | gRPC | - | | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The vendor-specific configuration example for OpenCode Zen is only included in README.md and README.zh.md, but is missing from this French variant. For consistency, the configuration example section should be added following the same pattern used in the English and Chinese versions (showing the JSON config and the note about getting API keys).