@merit-systems/echo-react-sdk 1.0.36-test.98a0fe3a.0 → 1.0.37-test-pr571.93c08cdd.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,
@@ -25046,12 +25058,6 @@ var OpenRouterModels = [
25046
25058
  output_cost_per_token: 4e-7,
25047
25059
  provider: "OpenRouter"
25048
25060
  },
25049
- {
25050
- model_id: "openrouter/auto",
25051
- input_cost_per_token: -1,
25052
- output_cost_per_token: -1,
25053
- provider: "OpenRouter"
25054
- },
25055
25061
  {
25056
25062
  model_id: "perplexity/r1-1776",
25057
25063
  input_cost_per_token: 2e-6,