feat(03-01): add 8 Tier 4 Chinese providers (DeepSeek, Zhipu, Moonshot, Qwen, Baidu, ByteDance, 01.AI, MiniMax)
- DeepSeek, Moonshot, Qwen use documented sk- prefix patterns - Zhipu, Baidu, ByteDance use keyword-only detection (no documented key format) - All dual-located in providers/ and pkg/providers/definitions/
This commit is contained in:
18
providers/bytedance.yaml
Normal file
18
providers/bytedance.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
format_version: 1
|
||||
name: bytedance
|
||||
display_name: ByteDance Doubao (Volcengine)
|
||||
tier: 4
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "doubao"
|
||||
- "volcengine"
|
||||
- "VOLC_ACCESSKEY"
|
||||
- "VOLC_SECRETKEY"
|
||||
- "ARK_API_KEY"
|
||||
- "ark.cn-beijing.volces.com"
|
||||
verify:
|
||||
method: GET
|
||||
url: ""
|
||||
headers: {}
|
||||
valid_status: []
|
||||
invalid_status: []
|
||||
Reference in New Issue
Block a user