UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines 531 B
import { s as ModelDefinitionConfig } from "./types.models-O5iWV16x.js"; //#region extensions/tencent/models.d.ts declare const TOKENHUB_PROVIDER_ID = "tencent-tokenhub"; declare const TOKENHUB_BASE_URL: string; declare const TOKENHUB_MODEL_CATALOG: ModelDefinitionConfig[]; declare function buildTokenHubModelDefinition(model: (typeof TOKENHUB_MODEL_CATALOG)[number]): ModelDefinitionConfig; //#endregion export { buildTokenHubModelDefinition as i, TOKENHUB_MODEL_CATALOG as n, TOKENHUB_PROVIDER_ID as r, TOKENHUB_BASE_URL as t };