diff --git a/packages/types/src/providers/bedrock.ts b/packages/types/src/providers/bedrock.ts index 3d3aa8b984..d7319c132e 100644 --- a/packages/types/src/providers/bedrock.ts +++ b/packages/types/src/providers/bedrock.ts @@ -221,6 +221,26 @@ export const bedrockModels = { inputPrice: 1.35, outputPrice: 5.4, }, + "openai.gpt-oss-20b-1:0": { + maxTokens: 8192, + contextWindow: 128_000, + supportsImages: false, + supportsComputerUse: false, + supportsPromptCache: false, + inputPrice: 0.5, + outputPrice: 1.5, + description: "GPT-OSS 20B - Optimized for low latency and local/specialized use cases", + }, + "openai.gpt-oss-120b-1:0": { + maxTokens: 8192, + contextWindow: 128_000, + supportsImages: false, + supportsComputerUse: false, + supportsPromptCache: false, + inputPrice: 2.0, + outputPrice: 6.0, + description: "GPT-OSS 120B - Production-ready, general-purpose, high-reasoning model", + }, "meta.llama3-3-70b-instruct-v1:0": { maxTokens: 8192, contextWindow: 128_000,