Skip to content

Commit b190cda

Browse files
authored
Merge pull request #678 from dpuyosa/UpdateModel
Venice: Update provider package
2 parents 5712350 + 64f034b commit b190cda

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

providers/venice/models/claude-sonnet-45.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ output = 50_688
2323
[modalities]
2424
input = ["text", "image"]
2525
output = ["text"]
26+
27+
[interleaved]
28+
field = "reasoning_content"

providers/venice/models/gemini-3-flash-preview.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ release_date = "2025-12-19"
1010
last_updated = "2025-12-30"
1111
open_weights = false
1212

13-
[interleaved]
14-
field = "reasoning_details"
15-
1613
[cost]
1714
input = 0.7
1815
output = 3.75
@@ -25,3 +22,6 @@ output = 65_536
2522
[modalities]
2623
input = ["text", "image", "audio", "video", "pdf"]
2724
output = ["text"]
25+
26+
[interleaved]
27+
field = "reasoning_content"

providers/venice/models/qwen3-235b-a22b-thinking-2507.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ output = 32_768
2121
[modalities]
2222
input = ["text"]
2323
output = ["text"]
24+
25+
[interleaved]
26+
field = "reasoning_content"

providers/venice/models/zai-org-glm-4.7.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ input = ["text"]
2323
output = ["text"]
2424

2525
[interleaved]
26-
field = "reasoning_details"
26+
field = "reasoning_content"

providers/venice/provider.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "Venice AI"
22
env = ["VENICE_API_KEY"]
3-
npm = "@ai-sdk/openai-compatible"
3+
npm = "venice-ai-sdk-provider"
44
doc = "https://docs.venice.ai"
5-
api = "https://api.venice.ai/api/v1"
5+
# api = "https://api.venice.ai/api/v1"

0 commit comments

Comments
 (0)