@standardagents/builder 0.25.0 → 0.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/runtime.js CHANGED
@@ -229,7 +229,7 @@ function resolveModelPricing(modelDef, providerName) {
229
229
  source: "model"
230
230
  };
231
231
  }
232
- if (providerName === "anthropic" || providerName === "cerebras" || providerName === "cloudflare" || providerName === "google" || providerName === "groq" || providerName === "openai" || providerName === "xai") {
232
+ if (providerName === "anthropic" || providerName === "baseten" || providerName === "cerebras" || providerName === "cloudflare" || providerName === "google" || providerName === "groq" || providerName === "novita" || providerName === "openai" || providerName === "xai") {
233
233
  return getFallbackPricing(providerName, modelDef.model);
234
234
  }
235
235
  return null;