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:
23
providers/qwen.yaml
Normal file
23
providers/qwen.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
format_version: 1
|
||||
name: qwen
|
||||
display_name: Alibaba Qwen (DashScope)
|
||||
tier: 4
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "dashscope"
|
||||
- "DASHSCOPE_API_KEY"
|
||||
- "qwen"
|
||||
- "qwen-turbo"
|
||||
- "qwen-max"
|
||||
- "dashscope.aliyuncs.com"
|
||||
patterns:
|
||||
- regex: 'sk-[a-f0-9]{32}'
|
||||
entropy_min: 3.5
|
||||
confidence: medium
|
||||
verify:
|
||||
method: GET
|
||||
url: https://dashscope.aliyuncs.com/api/v1/services/aigc/text-generation/generation
|
||||
headers:
|
||||
Authorization: "Bearer {KEY}"
|
||||
valid_status: [200, 400]
|
||||
invalid_status: [401, 403]
|
||||
Reference in New Issue
Block a user