Feat: add gpt oss models to aws bedrock #5122
Merged
HenryHengZJ merged 2 commits intoFlowiseAI:mainfrom Aug 31, 2025
Merged
Conversation
- Add openai.gpt-oss-20b-1:0 (21B parameters, optimized for lower latency) - Add openai.gpt-oss-120b-1:0 (120B parameters, optimized for production use)
- gpt-oss-20b: /bin/zsh.07//bin/zsh.30 per 1M tokens (input/output) - gpt-oss-120b: /bin/zsh.15//bin/zsh.60 per 1M tokens (input/output)
erhhung
pushed a commit
to erhhung/flowise
that referenced
this pull request
Oct 5, 2025
* feat: add OpenAI GPT-OSS models to AWS Bedrock - Add openai.gpt-oss-20b-1:0 (21B parameters, optimized for lower latency) - Add openai.gpt-oss-120b-1:0 (120B parameters, optimized for production use) * fix: update GPT-OSS models pricing on AWS Bedrock - gpt-oss-20b: /bin/zsh.07//bin/zsh.30 per 1M tokens (input/output) - gpt-oss-120b: /bin/zsh.15//bin/zsh.60 per 1M tokens (input/output)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds support for OpenAI's new open-weight GPT-OSS models that are now available on AWS Bedrock.
Pricing is based on https://aws.amazon.com/bedrock/pricing/
Note
only available in us-west-2 region
Testing
Tested by configuring MODEL_LIST_CONFIG_JSON to local
models.json.No idea why it pretends to be gpt-4, but it works.