mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Feat: add gpt oss models to aws bedrock (#5122)
* 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 commit is contained in:
@@ -3,6 +3,20 @@
|
|||||||
{
|
{
|
||||||
"name": "awsChatBedrock",
|
"name": "awsChatBedrock",
|
||||||
"models": [
|
"models": [
|
||||||
|
{
|
||||||
|
"label": "openai.gpt-oss-20b-1:0",
|
||||||
|
"name": "openai.gpt-oss-20b-1:0",
|
||||||
|
"description": "21B parameters model optimized for lower latency, local, and specialized use cases",
|
||||||
|
"input_cost": 0.00007,
|
||||||
|
"output_cost": 0.0003
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "openai.gpt-oss-120b-1:0",
|
||||||
|
"name": "openai.gpt-oss-120b-1:0",
|
||||||
|
"description": "120B parameters model optimized for production, general purpose, and high-reasoning use cases",
|
||||||
|
"input_cost": 0.00015,
|
||||||
|
"output_cost": 0.0006
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "anthropic.claude-opus-4-1-20250805-v1:0",
|
"label": "anthropic.claude-opus-4-1-20250805-v1:0",
|
||||||
"name": "anthropic.claude-opus-4-1-20250805-v1:0",
|
"name": "anthropic.claude-opus-4-1-20250805-v1:0",
|
||||||
|
|||||||
Reference in New Issue
Block a user