Created
February 15, 2026 12:26
-
-
Save chenshaoju/af933465eee6dd18fa1c16716dcec2bc to your computer and use it in GitHub Desktop.
Doubao Seed 2.0 Code (VolcEngine) for OpenCode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "provider": { | |
| "volcengine": { | |
| "npm": "@ai-sdk/openai-compatible", | |
| "name": "VolcEngine", | |
| "options": { | |
| "baseURL": "https://ark.cn-beijing.volces.com/api/v3", | |
| "apiKey":"YOUR_VOLCENGINE_API_KEY_HERE" | |
| }, | |
| "models": { | |
| "doubao-seed-2-0-code-preview-260215": { | |
| "name": "Doubao-Seed-2.0-Code 260215" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment