- 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>
58 lines
1.2 KiB
JavaScript
58 lines
1.2 KiB
JavaScript
|
|
export default {
|
|
"id": "hyperbolic",
|
|
"alias": "hyperbolic",
|
|
display: {
|
|
"name": "Hyperbolic",
|
|
"icon": "bolt",
|
|
"color": "#00D4FF",
|
|
"textIcon": "HY",
|
|
"website": "https://hyperbolic.xyz",
|
|
"notice": {
|
|
"apiKeyUrl": "https://app.hyperbolic.xyz/settings"
|
|
}
|
|
},
|
|
category: "apikey",
|
|
uiAlias: "hyp",
|
|
authType: "apikey",
|
|
aliases: ["hyp"],
|
|
"transport": {
|
|
"baseUrl": "https://api.hyperbolic.xyz/v1/chat/completions",
|
|
"validateUrl": "https://api.hyperbolic.xyz/v1/models"
|
|
},
|
|
"models": [
|
|
{
|
|
"id": "Qwen/QwQ-32B",
|
|
"name": "QwQ 32B"
|
|
},
|
|
{
|
|
"id": "deepseek-ai/DeepSeek-R1",
|
|
"name": "DeepSeek R1"
|
|
},
|
|
{
|
|
"id": "deepseek-ai/DeepSeek-V3",
|
|
"name": "DeepSeek V3"
|
|
},
|
|
{
|
|
"id": "meta-llama/Llama-3.3-70B-Instruct",
|
|
"name": "Llama 3.3 70B"
|
|
},
|
|
{
|
|
"id": "meta-llama/Llama-3.2-3B-Instruct",
|
|
"name": "Llama 3.2 3B"
|
|
},
|
|
{
|
|
"id": "Qwen/Qwen2.5-72B-Instruct",
|
|
"name": "Qwen 2.5 72B"
|
|
},
|
|
{
|
|
"id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
"name": "Qwen 2.5 Coder 32B"
|
|
},
|
|
{
|
|
"id": "NousResearch/Hermes-3-Llama-3.1-70B",
|
|
"name": "Hermes 3 70B"
|
|
}
|
|
]
|
|
};
|