@wix/evalforge-evaluator 0.176.0 → 0.177.0

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/build/index.mjs CHANGED
@@ -3718,7 +3718,8 @@ var MODEL_PRICING = {
3718
3718
  // Google Gemini 3.x — standard pricing up to 200K context tokens
3719
3719
  "gemini-3-pro-preview": { input: 2, output: 12 },
3720
3720
  "gemini-3-flash-preview": { input: 0.5, output: 3 },
3721
- "gemini-3.1-pro-preview": { input: 2, output: 12 }
3721
+ "gemini-3.1-pro-preview": { input: 2, output: 12 },
3722
+ "gemini-3.5-flash": { input: 1.5, output: 9 }
3722
3723
  };
3723
3724
  function extractGatewayCost(step, provider) {
3724
3725
  try {