From 697c191fead9ddf22958e4b2840dcc1d084af1f7 Mon Sep 17 00:00:00 2001 From: farshad <82074176+fa-sharp@users.noreply.github.com> Date: Wed, 18 Feb 2026 01:45:06 -0500 Subject: [PATCH 1/3] Update output modalities in seedream-4.5.toml --- providers/openrouter/models/bytedance-seed/seedream-4.5.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/openrouter/models/bytedance-seed/seedream-4.5.toml b/providers/openrouter/models/bytedance-seed/seedream-4.5.toml index 1e138016a..69bb02cb5 100644 --- a/providers/openrouter/models/bytedance-seed/seedream-4.5.toml +++ b/providers/openrouter/models/bytedance-seed/seedream-4.5.toml @@ -20,4 +20,4 @@ output = 4_096 [modalities] input = ["image","text"] -output = ["image","text"] +output = ["image"] From d0acb0a35dde3b104ed090b9664a76cdfa63f222 Mon Sep 17 00:00:00 2001 From: farshad <82074176+fa-sharp@users.noreply.github.com> Date: Wed, 18 Feb 2026 01:52:31 -0500 Subject: [PATCH 2/3] fix output modalities for black forest flux models --- providers/openrouter/models/black-forest-labs/flux.2-flex.toml | 2 +- .../openrouter/models/black-forest-labs/flux.2-klein-4b.toml | 2 +- providers/openrouter/models/black-forest-labs/flux.2-max.toml | 2 +- providers/openrouter/models/black-forest-labs/flux.2-pro.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/providers/openrouter/models/black-forest-labs/flux.2-flex.toml b/providers/openrouter/models/black-forest-labs/flux.2-flex.toml index 0e01b238e..ff23af2f5 100644 --- a/providers/openrouter/models/black-forest-labs/flux.2-flex.toml +++ b/providers/openrouter/models/black-forest-labs/flux.2-flex.toml @@ -20,4 +20,4 @@ output = 67_344 [modalities] input = ["image","text"] -output = ["image", "text"] +output = ["image"] diff --git a/providers/openrouter/models/black-forest-labs/flux.2-klein-4b.toml b/providers/openrouter/models/black-forest-labs/flux.2-klein-4b.toml index 06d5b0a7e..833b31694 100644 --- a/providers/openrouter/models/black-forest-labs/flux.2-klein-4b.toml +++ b/providers/openrouter/models/black-forest-labs/flux.2-klein-4b.toml @@ -20,4 +20,4 @@ output = 40_960 [modalities] input = ["image","text"] -output = ["image", "text"] +output = ["image"] diff --git a/providers/openrouter/models/black-forest-labs/flux.2-max.toml b/providers/openrouter/models/black-forest-labs/flux.2-max.toml index c97767e76..669c71f6e 100644 --- a/providers/openrouter/models/black-forest-labs/flux.2-max.toml +++ b/providers/openrouter/models/black-forest-labs/flux.2-max.toml @@ -20,4 +20,4 @@ output = 46_864 [modalities] input = ["image","text"] -output = ["image", "text"] +output = ["image"] diff --git a/providers/openrouter/models/black-forest-labs/flux.2-pro.toml b/providers/openrouter/models/black-forest-labs/flux.2-pro.toml index a559d3720..a39b77878 100644 --- a/providers/openrouter/models/black-forest-labs/flux.2-pro.toml +++ b/providers/openrouter/models/black-forest-labs/flux.2-pro.toml @@ -20,4 +20,4 @@ output = 46_864 [modalities] input = ["image","text"] -output = ["image", "text"] +output = ["image"] \ No newline at end of file From 9d873cc764ab0fc54b07fe40c909a713d2f391e3 Mon Sep 17 00:00:00 2001 From: farshad <82074176+fa-sharp@users.noreply.github.com> Date: Wed, 18 Feb 2026 02:18:40 -0500 Subject: [PATCH 3/3] add back trailing newline --- providers/openrouter/models/black-forest-labs/flux.2-pro.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/openrouter/models/black-forest-labs/flux.2-pro.toml b/providers/openrouter/models/black-forest-labs/flux.2-pro.toml index a39b77878..4b83ce031 100644 --- a/providers/openrouter/models/black-forest-labs/flux.2-pro.toml +++ b/providers/openrouter/models/black-forest-labs/flux.2-pro.toml @@ -20,4 +20,4 @@ output = 46_864 [modalities] input = ["image","text"] -output = ["image"] \ No newline at end of file +output = ["image"]