fix: correct Bedrock Opus 4.7 model ID to us.anthropic.claude-opus-4-7

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Test User
2026-04-16 17:51:47 +00:00
parent 335b7b50b5
commit d53559e58b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@farhoodliquor/paperclip-adapter-claude-k8s", "name": "@farhoodliquor/paperclip-adapter-claude-k8s",
"version": "0.1.18", "version": "0.1.19",
"description": "Paperclip adapter plugin that runs Claude Code agents as Kubernetes Jobs", "description": "Paperclip adapter plugin that runs Claude Code agents as Kubernetes Jobs",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
+1 -1
View File
@@ -10,7 +10,7 @@ const DIRECT_MODELS: AdapterModel[] = [
]; ];
const BEDROCK_MODELS: AdapterModel[] = [ const BEDROCK_MODELS: AdapterModel[] = [
{ id: "us.anthropic.claude-opus-4-7-v1", label: "Bedrock Opus 4.7" }, { id: "us.anthropic.claude-opus-4-7", label: "Bedrock Opus 4.7" },
{ id: "us.anthropic.claude-opus-4-6-v1", label: "Bedrock Opus 4.6" }, { id: "us.anthropic.claude-opus-4-6-v1", label: "Bedrock Opus 4.6" },
{ id: "us.anthropic.claude-sonnet-4-5-20250929-v2:0", label: "Bedrock Sonnet 4.5" }, { id: "us.anthropic.claude-sonnet-4-5-20250929-v2:0", label: "Bedrock Sonnet 4.5" },
{ id: "us.anthropic.claude-haiku-4-5-20251001-v1:0", label: "Bedrock Haiku 4.5" }, { id: "us.anthropic.claude-haiku-4-5-20251001-v1:0", label: "Bedrock Haiku 4.5" },