Skip to content

Commit 62e25b7

Browse files
authored
Merge branch 'dev' into more-extends-cases
2 parents cb7d258 + 17093e0 commit 62e25b7

File tree

198 files changed

+555
-3324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+555
-3324
lines changed

packages/core/src/family.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ export const ModelFamilyValues = [
115115
// Hunyuan
116116
"hunyuan",
117117

118+
// HY
119+
"HY",
120+
118121
// Yi
119122
"yi",
120123

providers/berget/models/BAAI/bge-reranker-v2-m3.toml

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

providers/berget/models/KBLab/kb-whisper-large.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Gemma 4 31B Instruct"
2+
family = "gemma"
3+
release_date = "2026-04-02"
4+
last_updated = "2026-04-02"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2025-12"
9+
tool_call = true
10+
structured_output = true
11+
open_weights = true
12+
13+
[cost]
14+
input = 0.275
15+
output = 0.55
16+
17+
[limit]
18+
context = 128_000
19+
output = 8_192
20+
21+
[modalities]
22+
input = ["audio", "image", "text", "video"]
23+
output = ["text"]

providers/berget/models/intfloat/multilingual-e5-large-instruct.toml

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

providers/berget/models/intfloat/multilingual-e5-large.toml

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

providers/berget/models/meta-llama/Llama-3.3-70B-Instruct.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ structured_output = true
1111
open_weights = true
1212

1313
[cost]
14-
input = 0.9
15-
output = 0.9
14+
input = 0.99
15+
output = 0.99
1616

1717
[limit]
1818
context = 128_000

providers/berget/models/mistralai/Mistral-Small-3.2-24B-Instruct-2506.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ structured_output = true
1111
open_weights = true
1212

1313
[cost]
14-
input = 0.3
15-
output = 0.3
14+
input = 0.33
15+
output = 0.33
1616

1717
[limit]
1818
context = 32_000

providers/berget/models/openai/gpt-oss-120b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ structured_output = true
1111
open_weights = true
1212

1313
[cost]
14-
input = 0.3
15-
output = 0.9
14+
input = 0.44
15+
output = 0.99
1616

1717
[limit]
1818
context = 128_000

providers/berget/models/zai-org/GLM-4.7.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ structured_output = true
1111
open_weights = true
1212

1313
[cost]
14-
input = 0.7
15-
output = 2.3
14+
input = 0.77
15+
output = 2.75
1616

1717
[limit]
1818
context = 128_000

0 commit comments

Comments
 (0)