feat(volcengine): integrate Volcengine & Byteplus Provider

This commit is contained in:
fanziqing
2026-02-03 19:57:37 +08:00
committed by Peter Steinberger
parent 95c14d9b5f
commit 559736a5a0
21 changed files with 700 additions and 11 deletions

View File

@@ -45,6 +45,8 @@ export type AuthChoice =
| "copilot-proxy"
| "qwen-portal"
| "xai-api-key"
| "volcengine-api-key"
| "byteplus-api-key"
| "qianfan-api-key"
| "custom-api-key"
| "skip";
@@ -71,6 +73,8 @@ export type AuthChoiceGroupId =
| "huggingface"
| "qianfan"
| "xai"
| "volcengine"
| "byteplus"
| "custom";
export type GatewayAuthChoice = "token" | "password";
export type ResetScope = "config" | "config+creds+sessions" | "full";
@@ -119,6 +123,8 @@ export type OnboardOptions = {
huggingfaceApiKey?: string;
opencodeZenApiKey?: string;
xaiApiKey?: string;
volcengineApiKey?: string;
byteplusApiKey?: string;
qianfanApiKey?: string;
customBaseUrl?: string;
customApiKey?: string;