Skip to content

Commit 0f95849

Browse files
committed
fix(zenmux): align model metadata with runtime support
1 parent 8dc90a4 commit 0f95849

8 files changed

Lines changed: 8 additions & 59 deletions

File tree

providers/zenmux/models/anthropic/claude-3.5-sonnet.toml

Lines changed: 0 additions & 28 deletions
This file was deleted.

providers/zenmux/models/anthropic/claude-opus-4.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cache_write = 18.75
1616

1717
[limit]
1818
context = 200_000
19-
output = 64_000
19+
output = 32_000
2020

2121
[modalities]
2222
input = ["image", "text", "pdf"]

providers/zenmux/models/google/gemini-3-pro-image-preview.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

providers/zenmux/models/minimax/minimax-m2.5-lightning.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ tool_call = true
88
knowledge = "2025-01-01"
99
open_weights = false
1010

11-
[interleaved]
12-
field = "reasoning_content"
13-
1411
[cost]
1512
input = 0.60
1613
output = 4.80

providers/zenmux/models/minimax/minimax-m2.5.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ tool_call = true
88
knowledge = "2025-01-01"
99
open_weights = false
1010

11-
[interleaved]
12-
field = "reasoning_content"
13-
1411
[cost]
1512
input = 0.30
1613
output = 1.20

providers/zenmux/models/moonshotai/kimi-k2.5.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ release_date = "2026-01-27"
33
last_updated = "2026-01-27"
44
attachment = true
55
reasoning = true
6-
temperature = true
6+
temperature = false
77
tool_call = true
88
knowledge = "2025-01-01"
99
open_weights = false

providers/zenmux/models/z-ai/glm-4.7-flash-free.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ output = 0.00
1616
context = 200_000
1717
output = 64_000
1818

19+
[interleaved]
20+
field = "reasoning_content"
21+
1922
[modalities]
2023
input = ["text"]
2124
output = ["text"]

providers/zenmux/models/z-ai/glm-4.7.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ cache_read = 0.06
1717
context = 200_000
1818
output = 64_000
1919

20+
[interleaved]
21+
field = "reasoning_content"
22+
2023
[modalities]
2124
input = ["text"]
2225
output = ["text"]

0 commit comments

Comments
 (0)