Skip to content

Commit 3d456e3

Browse files
authored
Merge pull request #1286 from khda-tech/dev
Add gemma family for google provider
2 parents 0223ab3 + 95a7358 commit 3d456e3

5 files changed

Lines changed: 112 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Gemma 3 12B"
2+
family = "gemma"
3+
release_date = "2025-03-13"
4+
last_updated = "2025-03-13"
5+
attachment = true
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2024-10"
9+
tool_call = false
10+
structured_output = true
11+
open_weights = true
12+
13+
[cost]
14+
input = 0
15+
output = 0
16+
17+
[limit]
18+
context = 32_768
19+
output = 8_192
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Gemma 3 27B"
2+
family = "gemma"
3+
release_date = "2025-03-12"
4+
last_updated = "2025-03-12"
5+
attachment = true
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2024-10"
9+
tool_call = true
10+
structured_output = true
11+
open_weights = true
12+
13+
[cost]
14+
input = 0
15+
output = 0
16+
17+
[limit]
18+
context = 131_072
19+
output = 8_192
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Gemma 3 4B"
2+
family = "gemma"
3+
release_date = "2025-03-13"
4+
last_updated = "2025-03-13"
5+
attachment = true
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2024-10"
9+
tool_call = false
10+
open_weights = true
11+
12+
[cost]
13+
input = 0
14+
output = 0
15+
16+
[limit]
17+
context = 32_768
18+
output = 8_192
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Gemma 3n 2B"
2+
family = "gemma"
3+
release_date = "2025-07-09"
4+
last_updated = "2025-07-09"
5+
attachment = true
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2024-10"
9+
tool_call = false
10+
open_weights = true
11+
12+
[cost]
13+
input = 0
14+
output = 0
15+
16+
[limit]
17+
context = 8_192
18+
output = 2_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Gemma 3n 4B"
2+
family = "gemma"
3+
release_date = "2025-05-20"
4+
last_updated = "2025-05-20"
5+
attachment = true
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2024-10"
9+
tool_call = false
10+
open_weights = true
11+
12+
[cost]
13+
input = 0
14+
output = 0
15+
16+
[limit]
17+
context = 8_192
18+
output = 2_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)