mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
- 100 registry files: transport + models co-located per provider (Mongoose-style) - providers/shared.js: shared Claude headers + OS/arch helpers (deduped) - providers/models/helpers.js: withCodexReviewModels (kept dynamic) - providers/index.js builds PROVIDERS + PROVIDER_MODELS = old API (content byte-for-byte) - config/providers.js + providerModels.js → barrel re-export, keep accessors + runtime helpers - Verified: PROVIDERS/MODELS/OAuth/alias byte-for-byte, golden translator tests pass, 0 new regression Co-authored-by: Cursor <cursoragent@cursor.com>
47 lines
899 B
JavaScript
47 lines
899 B
JavaScript
export default {
|
|
"id": "volcengine-ark",
|
|
"alias": "volcengine-ark",
|
|
"transport": {
|
|
"baseUrl": "https://ark.cn-beijing.volces.com/api/coding/v3/chat/completions",
|
|
"headers": {}
|
|
},
|
|
"models": [
|
|
{
|
|
"id": "Doubao-Seed-2.0-Code",
|
|
"name": "Doubao-Seed-2.0-Code"
|
|
},
|
|
{
|
|
"id": "Doubao-Seed-2.0-pro",
|
|
"name": "Doubao-Seed-2.0-pro"
|
|
},
|
|
{
|
|
"id": "Doubao-Seed-2.0-lite",
|
|
"name": "Doubao-Seed-2.0-lite"
|
|
},
|
|
{
|
|
"id": "Doubao-Seed-Code",
|
|
"name": "Doubao-Seed-Code"
|
|
},
|
|
{
|
|
"id": "DeepSeek-V4-Flash",
|
|
"name": "DeepSeek-V4-Flash"
|
|
},
|
|
{
|
|
"id": "DeepSeek-V4-Pro",
|
|
"name": "DeepSeek-V4-Pro"
|
|
},
|
|
{
|
|
"id": "GLM-5.1",
|
|
"name": "GLM-5.1"
|
|
},
|
|
{
|
|
"id": "MiniMax-M2.7",
|
|
"name": "MiniMax-M2.7"
|
|
},
|
|
{
|
|
"id": "Kimi-K2.6",
|
|
"name": "Kimi-K2.6"
|
|
}
|
|
]
|
|
};
|