//#region src/gateway/model-pricing-config.ts/** Returns whether gateway model pricing/cost metadata should be shown. */functionisGatewayModelPricingEnabled(config) {
return config.models?.pricing?.enabled !== false;
}
//#endregionexport { isGatewayModelPricingEnabled as t };