From 9510df949d6ff5ac510d55f2091b629fcc7b048f Mon Sep 17 00:00:00 2001 From: "runware-sync[bot]" Date: Wed, 15 Jul 2026 06:53:40 +0000 Subject: [PATCH] chore(sync): 0 added, 1 updated, 4 removed --- providers/runware/models/minimax-m2-5.toml | 10 ---------- .../runware/models/moonshotai-kimi-k2-6.toml | 8 ++++---- providers/runware/models/qwen35_27b_fp8.toml | 18 ------------------ .../runware/models/qwen35_397b_a17b_fp8.toml | 18 ------------------ providers/runware/models/zai-glm-4-7.toml | 12 ------------ 5 files changed, 4 insertions(+), 62 deletions(-) delete mode 100644 providers/runware/models/minimax-m2-5.toml delete mode 100644 providers/runware/models/qwen35_27b_fp8.toml delete mode 100644 providers/runware/models/qwen35_397b_a17b_fp8.toml delete mode 100644 providers/runware/models/zai-glm-4-7.toml diff --git a/providers/runware/models/minimax-m2-5.toml b/providers/runware/models/minimax-m2-5.toml deleted file mode 100644 index a775a0e0b3..0000000000 --- a/providers/runware/models/minimax-m2-5.toml +++ /dev/null @@ -1,10 +0,0 @@ -base_model = "minimax/MiniMax-M2.5" -reasoning_options = [] - -[cost] -input = 0.127 -output = 0.765 -cache_read = 0.025 - -[limit] -output = 196608 diff --git a/providers/runware/models/moonshotai-kimi-k2-6.toml b/providers/runware/models/moonshotai-kimi-k2-6.toml index e802b7a2f3..f59f2f6d6c 100644 --- a/providers/runware/models/moonshotai-kimi-k2-6.toml +++ b/providers/runware/models/moonshotai-kimi-k2-6.toml @@ -4,12 +4,12 @@ base_model = "moonshotai/kimi-k2.6" type = "toggle" [cost] -input = 0.9 -output = 4.2 -cache_read = 0.18 +input = 0.6 +output = 3.05 +cache_read = 0.13 [limit] -output = 49152 +output = 131072 [modalities] input = ["text", "image"] diff --git a/providers/runware/models/qwen35_27b_fp8.toml b/providers/runware/models/qwen35_27b_fp8.toml deleted file mode 100644 index 9dee0d60f1..0000000000 --- a/providers/runware/models/qwen35_27b_fp8.toml +++ /dev/null @@ -1,18 +0,0 @@ -base_model = "alibaba/qwen3.5-27b" - -[[reasoning_options]] -type = "toggle" - -[[reasoning_options]] -type = "budget_tokens" - -[cost] -input = 0.165 -output = 1.326 -cache_read = 0.024 - -[limit] -output = 128000 - -[modalities] -input = ["text", "image"] diff --git a/providers/runware/models/qwen35_397b_a17b_fp8.toml b/providers/runware/models/qwen35_397b_a17b_fp8.toml deleted file mode 100644 index 25bbf50dc2..0000000000 --- a/providers/runware/models/qwen35_397b_a17b_fp8.toml +++ /dev/null @@ -1,18 +0,0 @@ -base_model = "alibaba/qwen3.5-397b-a17b" - -[[reasoning_options]] -type = "toggle" - -[[reasoning_options]] -type = "budget_tokens" - -[cost] -input = 0.327 -output = 1.989 -cache_read = 0.05 - -[limit] -output = 128000 - -[modalities] -input = ["text", "image"] diff --git a/providers/runware/models/zai-glm-4-7.toml b/providers/runware/models/zai-glm-4-7.toml deleted file mode 100644 index 8c56e7df8d..0000000000 --- a/providers/runware/models/zai-glm-4-7.toml +++ /dev/null @@ -1,12 +0,0 @@ -base_model = "zhipuai/glm-4.7" - -[[reasoning_options]] -type = "toggle" - -[cost] -input = 0.34 -output = 1.487 -cache_read = 0.04 - -[limit] -context = 200000