diff --git a/providers/venice/models/claude-sonnet-45.toml b/providers/venice/models/claude-sonnet-45.toml index 1edab9a6..89a3178f 100644 --- a/providers/venice/models/claude-sonnet-45.toml +++ b/providers/venice/models/claude-sonnet-45.toml @@ -23,3 +23,6 @@ output = 50_688 [modalities] input = ["text", "image"] output = ["text"] + +[interleaved] +field = "reasoning_content" diff --git a/providers/venice/models/gemini-3-flash-preview.toml b/providers/venice/models/gemini-3-flash-preview.toml index af7392ad..aff5aa3f 100644 --- a/providers/venice/models/gemini-3-flash-preview.toml +++ b/providers/venice/models/gemini-3-flash-preview.toml @@ -10,9 +10,6 @@ release_date = "2025-12-19" last_updated = "2025-12-30" open_weights = false -[interleaved] -field = "reasoning_details" - [cost] input = 0.7 output = 3.75 @@ -25,3 +22,6 @@ output = 65_536 [modalities] input = ["text", "image", "audio", "video", "pdf"] output = ["text"] + +[interleaved] +field = "reasoning_content" diff --git a/providers/venice/models/qwen3-235b-a22b-thinking-2507.toml b/providers/venice/models/qwen3-235b-a22b-thinking-2507.toml index c9c46282..e2571f61 100644 --- a/providers/venice/models/qwen3-235b-a22b-thinking-2507.toml +++ b/providers/venice/models/qwen3-235b-a22b-thinking-2507.toml @@ -21,3 +21,6 @@ output = 32_768 [modalities] input = ["text"] output = ["text"] + +[interleaved] +field = "reasoning_content" diff --git a/providers/venice/models/zai-org-glm-4.7.toml b/providers/venice/models/zai-org-glm-4.7.toml index 34893ba7..ceefbac3 100644 --- a/providers/venice/models/zai-org-glm-4.7.toml +++ b/providers/venice/models/zai-org-glm-4.7.toml @@ -23,4 +23,4 @@ input = ["text"] output = ["text"] [interleaved] -field = "reasoning_details" \ No newline at end of file +field = "reasoning_content" diff --git a/providers/venice/provider.toml b/providers/venice/provider.toml index 427cc5d5..ee9d0c0d 100644 --- a/providers/venice/provider.toml +++ b/providers/venice/provider.toml @@ -1,5 +1,5 @@ name = "Venice AI" env = ["VENICE_API_KEY"] -npm = "@ai-sdk/openai-compatible" +npm = "venice-ai-sdk-provider" doc = "https://docs.venice.ai" -api = "https://api.venice.ai/api/v1" +# api = "https://api.venice.ai/api/v1"