Add Volcengine Ark Agent Plan - #6009
Open
Cing-self wants to merge 2 commits into
Open
Conversation
Contributor
Action items
|
Contributor
|
No actionable findings. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Volcengine Ark Agent Plan as a distinct OpenAI-compatible provider.
Agent Plan uses dedicated API keys and
https://ark.cn-beijing.volces.com/api/plan/v3; generic Ark and Coding Plan keys target different subscription surfaces. Keeping it separate avoids billing/entitlement confusion and mirrors the existing Coding Plan provider structure.Models
Adds the console-visible IDs:
ark-code-latest(console-managed routing alias)doubao-seed-evolvingdoubao-seed-2.1-turbodoubao-seed-2.0-litedoubao-seed-2.0-miniglm-5.3-flashglm-5.3deepseek-v4-prodeepseek-v4-flashkimi-k2.7-codeminimax-m3Third-party models use
base_modelreferences. Subscription-billed provider models set per-token cost to zero. The routing alias has no caller-controlled target through the model ID, so it declares no reasoning options.Sources and validation
/api/plan/v3/chat/completionssucceeded for the listed direct models andark-code-latestbun installbun validateNotes
kimi-k3was not added because the current Small-plan smoke call returnedUnsupportedModel; plan-aware handling can be added later.