diff --git a/actions/setup/js/models.json b/actions/setup/js/models.json index 541cb7e4efc..20fec45f719 100644 --- a/actions/setup/js/models.json +++ b/actions/setup/js/models.json @@ -235,6 +235,15 @@ "cache_write": "2.5e-06" }, "provider_type": "anthropic" + }, + "claude-opus-5": { + "cost": { + "input": "5e-06", + "output": "2.5e-05", + "cache_read": "5e-07", + "cache_write": "6.25e-06" + }, + "provider_type": "anthropic" } } }, diff --git a/pkg/cli/data/models.json b/pkg/cli/data/models.json index ee2a6cc522e..78c527099d5 100644 --- a/pkg/cli/data/models.json +++ b/pkg/cli/data/models.json @@ -235,6 +235,15 @@ "cache_write": "2.5e-06" }, "provider_type": "anthropic" + }, + "claude-opus-5": { + "cost": { + "input": "5e-06", + "output": "2.5e-05", + "cache_read": "5e-07", + "cache_write": "6.25e-06" + }, + "provider_type": "anthropic" } } },