diff --git a/providers/merge-gateway/models/google/gemini-3.7-flash.toml b/providers/merge-gateway/models/google/gemini-3.7-flash.toml new file mode 100644 index 000000000..82304689d --- /dev/null +++ b/providers/merge-gateway/models/google/gemini-3.7-flash.toml @@ -0,0 +1,7 @@ +base_model = "google/gemini-3.7-flash" +reasoning_options = [] + +[cost] +input = 0.75 +output = 3.75 +cache_read = 0.075 diff --git a/providers/merge-gateway/models/qwen/qwen3.5-122b-a10b.toml b/providers/merge-gateway/models/qwen/qwen3.5-122b-a10b.toml index 16d15cbb4..c680bd0f8 100644 --- a/providers/merge-gateway/models/qwen/qwen3.5-122b-a10b.toml +++ b/providers/merge-gateway/models/qwen/qwen3.5-122b-a10b.toml @@ -1,6 +1,7 @@ # Source: https://api-gateway.merge.dev/v1/models?model=qwen%2Fqwen3.5-122b-a10b (accessed 2026-07-21) base_model = "alibaba/qwen3.5-122b-a10b" name = "Qwen3.5 122B A10B" +attachment = false structured_output = false [[reasoning_options]] @@ -12,8 +13,8 @@ output = 0.917 cache_read = 0.023 [limit] -context = 256_000 -output = 64_000 +context = 131_072 +output = 32_768 [modalities] -input = ["text", "image"] +input = ["text"] diff --git a/providers/merge-gateway/models/qwen/qwen3.5-35b-a3b.toml b/providers/merge-gateway/models/qwen/qwen3.5-35b-a3b.toml index b4bdd2944..0a7a2254e 100644 --- a/providers/merge-gateway/models/qwen/qwen3.5-35b-a3b.toml +++ b/providers/merge-gateway/models/qwen/qwen3.5-35b-a3b.toml @@ -2,6 +2,7 @@ # Selected route reasoning.controls = ["thinking"], disable_supported = true. base_model = "alibaba/qwen3.5-35b-a3b" name = "Qwen3.5 35B A3B" +attachment = false structured_output = false [[reasoning_options]] @@ -13,8 +14,8 @@ output = 0.459 cache_read = 0.020357 [limit] -context = 256_000 -output = 64_000 +context = 131_072 +output = 32_768 [modalities] -input = ["text", "image"] +input = ["text"]