diff --git a/providers/alibaba/models/qwen3.7-plus.toml b/providers/alibaba/models/qwen3.7-plus.toml index af061a42a..c0c96b89b 100644 --- a/providers/alibaba/models/qwen3.7-plus.toml +++ b/providers/alibaba/models/qwen3.7-plus.toml @@ -16,7 +16,7 @@ cache_read = 0.05 cache_write = 0.625 [[cost.tiers]] -tier = { size = 128_000 } +tier = { size = 256_000 } input = 2.00 output = 6.00 cache_read = 0.20 @@ -24,7 +24,7 @@ cache_write = 2.50 [limit] context = 1_000_000 -output = 16_384 +output = 65_536 [modalities] input = ["text", "image", "video"]