Skip to content

Commit 7f16117

Browse files
author
dpuyosa
committed
[venice] Add Gemma 4 and Venice Uncensored 1.2 models
- Add Gemma 4 Uncensored with 256K context, image support - Add Venice Uncensored 1.2 with 128K context, image support - Both models support tool calls and structured output
1 parent 8aaf317 commit 7f16117

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Gemma 4 Uncensored"
2+
family = "gemma"
3+
attachment = true
4+
reasoning = false
5+
tool_call = true
6+
structured_output = true
7+
temperature = true
8+
release_date = "2026-04-13"
9+
last_updated = "2026-04-19"
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.1625
14+
output = 0.5
15+
16+
[limit]
17+
context = 256_000
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 = "Venice Uncensored 1.2"
2+
family = "venice"
3+
attachment = true
4+
reasoning = false
5+
tool_call = true
6+
structured_output = true
7+
temperature = true
8+
release_date = "2026-04-01"
9+
last_updated = "2026-04-19"
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.2
14+
output = 0.9
15+
16+
[limit]
17+
context = 128_000
18+
output = 8_192
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text"]

0 commit comments

Comments
 (0)