File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
packages/types/src/providers Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,26 @@ export const bedrockModels = {
221221 inputPrice : 1.35 ,
222222 outputPrice : 5.4 ,
223223 } ,
224+ "openai.gpt-oss-20b-1:0" : {
225+ maxTokens : 8192 ,
226+ contextWindow : 128_000 ,
227+ supportsImages : false ,
228+ supportsComputerUse : false ,
229+ supportsPromptCache : false ,
230+ inputPrice : 0.5 ,
231+ outputPrice : 1.5 ,
232+ description : "GPT-OSS 20B - Optimized for low latency and local/specialized use cases" ,
233+ } ,
234+ "openai.gpt-oss-120b-1:0" : {
235+ maxTokens : 8192 ,
236+ contextWindow : 128_000 ,
237+ supportsImages : false ,
238+ supportsComputerUse : false ,
239+ supportsPromptCache : false ,
240+ inputPrice : 2.0 ,
241+ outputPrice : 6.0 ,
242+ description : "GPT-OSS 120B - Production-ready, general-purpose, high-reasoning model" ,
243+ } ,
224244 "meta.llama3-3-70b-instruct-v1:0" : {
225245 maxTokens : 8192 ,
226246 contextWindow : 128_000 ,
You can’t perform that action at this time.
0 commit comments