From 0a269c6ed5a3182d7d9ce59eb9074405b7734a70 Mon Sep 17 00:00:00 2001 From: "jason.mei" Date: Wed, 28 Jan 2026 17:57:06 +0800 Subject: [PATCH] feat: add Modelverse model definitions and constants --- src/commands/onboard-auth.config-core.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/commands/onboard-auth.config-core.ts b/src/commands/onboard-auth.config-core.ts index 5fbbc8856..66158cc4c 100644 --- a/src/commands/onboard-auth.config-core.ts +++ b/src/commands/onboard-auth.config-core.ts @@ -4,6 +4,12 @@ import { SYNTHETIC_DEFAULT_MODEL_REF, SYNTHETIC_MODEL_CATALOG, } from "../agents/synthetic-models.js"; +import { + buildModelverseModelDefinition, + MODELVERSE_BASE_URL, + MODELVERSE_DEFAULT_MODEL_REF, + MODELVERSE_MODEL_CATALOG, +} from "../agents/modelverse-models.js"; import { buildVeniceModelDefinition, VENICE_BASE_URL,