@merit-systems/echo-react-sdk 1.0.40-test.f8e535d3.0 → 1.0.41

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
@@ -25553,6 +25553,12 @@ var AnthropicModels = [
25553
25553
  output_cost_per_token: 75e-6,
25554
25554
  provider: "Anthropic"
25555
25555
  },
25556
+ {
25557
+ model_id: "claude-opus-4-8",
25558
+ input_cost_per_token: 5e-6,
25559
+ output_cost_per_token: 25e-6,
25560
+ provider: "Anthropic"
25561
+ },
25556
25562
  {
25557
25563
  model_id: "claude-sonnet-4-20250514",
25558
25564
  input_cost_per_token: 3e-6,
@@ -25564,6 +25570,12 @@ var AnthropicModels = [
25564
25570
  input_cost_per_token: 3e-6,
25565
25571
  output_cost_per_token: 15e-6,
25566
25572
  provider: "Anthropic"
25573
+ },
25574
+ {
25575
+ model_id: "claude-sonnet-4-6",
25576
+ input_cost_per_token: 3e-6,
25577
+ output_cost_per_token: 15e-6,
25578
+ provider: "Anthropic"
25567
25579
  }
25568
25580
  ];
25569
25581
  var GeminiModels = [
@@ -26201,6 +26213,12 @@ var OpenRouterModels = [
26201
26213
  output_cost_per_token: 75e-6,
26202
26214
  provider: "OpenRouter"
26203
26215
  },
26216
+ {
26217
+ model_id: "anthropic/claude-opus-4.8",
26218
+ input_cost_per_token: 5e-6,
26219
+ output_cost_per_token: 25e-6,
26220
+ provider: "OpenRouter"
26221
+ },
26204
26222
  {
26205
26223
  model_id: "anthropic/claude-sonnet-4",
26206
26224
  input_cost_per_token: 3e-6,
@@ -26213,6 +26231,12 @@ var OpenRouterModels = [
26213
26231
  output_cost_per_token: 15e-6,
26214
26232
  provider: "OpenRouter"
26215
26233
  },
26234
+ {
26235
+ model_id: "anthropic/claude-sonnet-4.6",
26236
+ input_cost_per_token: 3e-6,
26237
+ output_cost_per_token: 15e-6,
26238
+ provider: "OpenRouter"
26239
+ },
26216
26240
  {
26217
26241
  model_id: "arcee-ai/afm-4.5b",
26218
26242
  input_cost_per_token: 48e-9,