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:
19
providers/01ai.yaml
Normal file
19
providers/01ai.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
format_version: 1
|
||||
name: 01ai
|
||||
display_name: 01.AI (Yi)
|
||||
tier: 4
|
||||
last_verified: "2026-04-05"
|
||||
keywords:
|
||||
- "01.ai"
|
||||
- "yi-large"
|
||||
- "yi-34b"
|
||||
- "YI_API_KEY"
|
||||
- "api.lingyiwanwu.com"
|
||||
- "lingyiwanwu"
|
||||
verify:
|
||||
method: GET
|
||||
url: https://api.lingyiwanwu.com/v1/models
|
||||
headers:
|
||||
Authorization: "Bearer {KEY}"
|
||||
valid_status: [200]
|
||||
invalid_status: [401, 403]
|
||||
Reference in New Issue
Block a user