diff --git a/src/utils/models.js b/src/utils/models.js index 7e1c8f3..6eaf5e2 100644 --- a/src/utils/models.js +++ b/src/utils/models.js @@ -32,8 +32,6 @@ var BEDROCK_MODELS = [ // maxOut = model's max output token limit (omit if >= 8192) // ── Anthropic vendor model (all use inference profiles) ── - { id: 'anthropic/vendor-model-opus-4-6', name: 'vendor model Opus 4.6', cost: '~$0.075', tag: 'BEST', category: 'premium', - bedrockId: 'us.anthropic.agent-config-opus-4-6-v1' }, { id: 'anthropic/vendor-model-opus-4-5', name: 'vendor model Opus 4.5', cost: '~$0.075', tag: 'OPUS', category: 'premium', bedrockId: 'us.anthropic.agent-config-opus-4-5-20251101-v1:0' }, { id: 'anthropic/vendor-model-opus-4-1', name: 'vendor model Opus 4.1', cost: '~$0.075', tag: 'MEDICAL', category: 'premium',