UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 282 B
//#region src/gateway/model-pricing-config.ts /** Returns whether gateway model pricing/cost metadata should be shown. */ function isGatewayModelPricingEnabled(config) { return config.models?.pricing?.enabled !== false; } //#endregion export { isGatewayModelPricingEnabled as t };