feat: add OpenAI gpt-oss models to Amazon Bedrock dropdown (#6783)

Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
roomote[bot] 2025-08-12 15:50:06 -04:00 committed by GitHub
parent 8e7a2e7bdb
commit f6f5fa3ede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,