UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

19 lines (18 loc) 553 B
import { r as buildStaticDeepInfraProvider, t as buildDeepInfraApiKeyCatalog } from "../../provider-catalog-CTn-O6q4.js"; //#region extensions/deepinfra/provider-discovery.ts const deepinfraProviderDiscovery = { id: "deepinfra", label: "DeepInfra", docsPath: "/providers/deepinfra", auth: [], catalog: { order: "simple", run: (ctx) => buildDeepInfraApiKeyCatalog(ctx) }, staticCatalog: { order: "simple", run: async () => ({ provider: buildStaticDeepInfraProvider() }) } }; //#endregion export { deepinfraProviderDiscovery as default };