Skip to content

Commit 17093e0

Browse files
authored
Merge pull request #1489 from berget-ai/update/berget-prices-gemma4
chore: update berget.ai models - prices and Gemma 4
2 parents ae54297 + 71c59b4 commit 17093e0

File tree

9 files changed

+31
-96
lines changed

9 files changed

+31
-96
lines changed

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)