@merit-systems/echo-react-sdk 1.0.36-test.293fd59b.0 → 1.0.36-test.600d6aab.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/dist/index.js CHANGED
@@ -23227,6 +23227,12 @@ var AnthropicModels = [
23227
23227
  input_cost_per_token: 3e-6,
23228
23228
  output_cost_per_token: 15e-6,
23229
23229
  provider: "Anthropic"
23230
+ },
23231
+ {
23232
+ model_id: "claude-sonnet-4-5-20250929",
23233
+ input_cost_per_token: 3e-6,
23234
+ output_cost_per_token: 15e-6,
23235
+ provider: "Anthropic"
23230
23236
  }
23231
23237
  ];
23232
23238
  var GeminiModels = [
@@ -23768,6 +23774,12 @@ var OpenRouterModels = [
23768
23774
  output_cost_per_token: 15e-6,
23769
23775
  provider: "OpenRouter"
23770
23776
  },
23777
+ {
23778
+ model_id: "anthropic/claude-sonnet-4.5",
23779
+ input_cost_per_token: 3e-6,
23780
+ output_cost_per_token: 15e-6,
23781
+ provider: "OpenRouter"
23782
+ },
23771
23783
  {
23772
23784
  model_id: "arcee-ai/coder-large",
23773
23785
  input_cost_per_token: 5e-7,