Skip to content

Commit 6430d8e

Browse files
committed
chore: update berget.ai models - prices and Gemma 4
- Add Google Gemma 4 31B Instruct model - Update prices for existing models (EUR to USD conversion) - Remove non-coding models (bge-reranker, multilingual-e5 embeddings, kb-whisper) - Remove deprecated Llama-3.1-8B-Instruct Updated models: - GLM-4.7: 0.77/2.75 USD/M (was 0.7/2.3) - Llama-3.3-70B: 0.99/0.99 USD/M (was 0.9/0.9) - Mistral-Small-3.2: 0.33/0.33 USD/M (was 0.3/0.3) - GPT-OSS-120B: 0.44/0.99 USD/M (was 0.3/0.9) New models: - Gemma-4-31B-it: 0.275/0.55 USD/M Removed models (not relevant for coding): - BAAI/bge-reranker-v2-m3 (reranker) - intfloat/multilingual-e5-large/* (embeddings) - KBLab/kb-whisper-large (speech-to-text) - meta-llama/Llama-3.1-8B-Instruct (deprecated)
1 parent 8126124 commit 6430d8e

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 = false
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 = ["text"]
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)