- Single-source registry: oauth clientId/tokenUrl, usage URLs, image/embed configs, search defaultModel, codex fixedPort, google token url derive. - Remove 29 unused OmniRoute providers (registry 100→71); media intact. - De-adhoc: codex literals → registry format/oauth flags; reasoningInject, image/embed openrouter headers + xai bodyFields config-driven. - Add REGISTRY_TEMPLATE.js + expand PROVIDER_DEFAULTS/schema JSDoc. - Baselines updated; PROVIDERS 62 + alias 90 byte-for-byte, golden snapshots. Co-authored-by: Cursor <cursoragent@cursor.com>
57 lines
1.3 KiB
JavaScript
57 lines
1.3 KiB
JavaScript
|
|
export default {
|
|
"id": "byteplus",
|
|
"alias": "byteplus",
|
|
display: {
|
|
"name": "BytePlus ModelArk",
|
|
"icon": "cloud",
|
|
"color": "#2563EB",
|
|
"textIcon": "BP",
|
|
"website": "https://console.byteplus.com/ark",
|
|
"notice": {
|
|
"text": "Free credits for new accounts. Access to Seed 2.0, Kimi K2 Thinking, GLM 4.7, GPT-OSS-120B models.",
|
|
"apiKeyUrl": "https://console.byteplus.com/ark/region:ark+ap-southeast-1/apiKey"
|
|
}
|
|
},
|
|
category: "freeTier",
|
|
uiAlias: "bpm",
|
|
aliases: ["bpm"],
|
|
"transport": {
|
|
"baseUrl": "https://ark.ap-southeast.bytepluses.com/api/coding/v3/chat/completions",
|
|
"headers": {}
|
|
},
|
|
media: {
|
|
serviceKinds: ["llm"]
|
|
},
|
|
"models": [
|
|
{
|
|
"id": "seed-2-0-pro-260328",
|
|
"name": "Seed 2.0 Pro"
|
|
},
|
|
{
|
|
"id": "seed-2-0-code-preview-260328",
|
|
"name": "Seed 2.0 Code Preview"
|
|
},
|
|
{
|
|
"id": "seed-2-0-mini-260215",
|
|
"name": "Seed 2.0 Mini"
|
|
},
|
|
{
|
|
"id": "seed-2-0-lite-260228",
|
|
"name": "Seed 2.0 Lite"
|
|
},
|
|
{
|
|
"id": "kimi-k2-thinking-251104",
|
|
"name": "Kimi K2 Thinking"
|
|
},
|
|
{
|
|
"id": "glm-4-7-251222",
|
|
"name": "GLM 4.7"
|
|
},
|
|
{
|
|
"id": "gpt-oss-120b-250805",
|
|
"name": "GPT-OSS-120B"
|
|
}
|
|
]
|
|
};
|