@wix/evalforge-evaluator 0.175.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.js CHANGED
@@ -3687,7 +3687,8 @@ var MODEL_PRICING = {
3687
3687
  // Google Gemini 3.x — standard pricing up to 200K context tokens
3688
3688
  "gemini-3-pro-preview": { input: 2, output: 12 },
3689
3689
  "gemini-3-flash-preview": { input: 0.5, output: 3 },
3690
- "gemini-3.1-pro-preview": { input: 2, output: 12 }
3690
+ "gemini-3.1-pro-preview": { input: 2, output: 12 },
3691
+ "gemini-3.5-flash": { input: 1.5, output: 9 }
3691
3692
  };
3692
3693
  function extractGatewayCost(step, provider) {
3693
3694
  try {