Skip to content

Commit 47e84b4

Browse files
authored
Revert "feat: Add reasoning budget support to Bedrock models for extended thinking (#4201)" (#4626)
1 parent bde7a7b commit 47e84b4

File tree

6 files changed

+62
-549
lines changed

6 files changed

+62
-549
lines changed

packages/types/src/providers/bedrock.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export const bedrockModels = {
7373
supportsImages: true,
7474
supportsComputerUse: true,
7575
supportsPromptCache: true,
76-
supportsReasoningBudget: true,
7776
inputPrice: 3.0,
7877
outputPrice: 15.0,
7978
cacheWritesPrice: 3.75,
@@ -88,7 +87,6 @@ export const bedrockModels = {
8887
supportsImages: true,
8988
supportsComputerUse: true,
9089
supportsPromptCache: true,
91-
supportsReasoningBudget: true,
9290
inputPrice: 15.0,
9391
outputPrice: 75.0,
9492
cacheWritesPrice: 18.75,
@@ -103,7 +101,6 @@ export const bedrockModels = {
103101
supportsImages: true,
104102
supportsComputerUse: true,
105103
supportsPromptCache: true,
106-
supportsReasoningBudget: true,
107104
inputPrice: 3.0,
108105
outputPrice: 15.0,
109106
cacheWritesPrice: 3.75,

src/api/providers/__tests__/bedrock-reasoning.test.ts

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)