chore(sync): update Merge Gateway model catalog (#4638)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d4c88ebd50
commit
c1dc1eb5ff
@@ -0,0 +1,7 @@
|
||||
base_model = "google/gemini-3.7-flash"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 0.75
|
||||
output = 3.75
|
||||
cache_read = 0.075
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user