chore(sync): update Merge Gateway model catalog (#4508)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
84029a0efc
commit
df2d3b4566
@@ -0,0 +1,15 @@
|
||||
base_model = "nvidia/nemotron-3.5-lightning-30b-a3b"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "toggle"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "effort"
|
||||
values = ["none", "low", "medium", "high"]
|
||||
|
||||
[cost]
|
||||
input = 0
|
||||
output = 0
|
||||
|
||||
[limit]
|
||||
context = 1_000_000
|
||||
@@ -1,7 +1,6 @@
|
||||
# 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]]
|
||||
@@ -13,8 +12,8 @@ output = 0.917
|
||||
cache_read = 0.023
|
||||
|
||||
[limit]
|
||||
context = 131_072
|
||||
output = 32_768
|
||||
context = 256_000
|
||||
output = 64_000
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
input = ["text", "image"]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Source: https://api-gateway.merge.dev/v1/models?model=qwen%2Fqwen3.5-27b (accessed 2026-07-21)
|
||||
base_model = "alibaba/qwen3.5-27b"
|
||||
attachment = false
|
||||
structured_output = false
|
||||
|
||||
[[reasoning_options]]
|
||||
@@ -11,8 +12,8 @@ output = 0.688
|
||||
cache_read = 0.0172
|
||||
|
||||
[limit]
|
||||
context = 256_000
|
||||
output = 64_000
|
||||
context = 131_072
|
||||
output = 32_768
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
input = ["text"]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# 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]]
|
||||
@@ -14,8 +13,8 @@ output = 0.459
|
||||
cache_read = 0.020357
|
||||
|
||||
[limit]
|
||||
context = 131_072
|
||||
output = 32_768
|
||||
context = 256_000
|
||||
output = 64_000
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
input = ["text", "image"]
|
||||
|
||||
Reference in New Issue
Block a user