- Added BytePlus Provider

This commit is contained in:
decolua
2026-04-25 17:00:39 +07:00
parent 0b8bed5793
commit 14ff69bf90
9 changed files with 29 additions and 6 deletions
+1
View File
@@ -67,6 +67,7 @@ export const PROVIDER_ENDPOINTS = {
alicode: "https://coding.dashscope.aliyuncs.com/v1/chat/completions",
"alicode-intl": "https://coding-intl.dashscope.aliyuncs.com/v1/chat/completions",
"volcengine-ark": "https://ark.cn-beijing.volces.com/api/coding/v3/chat/completions",
byteplus: "https://ark.ap-southeast.bytepluses.com/api/coding/v3/chat/completions",
openai: "https://api.openai.com/v1/chat/completions",
anthropic: "https://api.anthropic.com/v1/messages",
gemini: "https://generativelanguage.googleapis.com/v1beta/models",