Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions providers/siliconflow/models/deepseek-ai/DeepSeek-V3.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "deepseek-ai/DeepSeek-V3.2"
family = "deepseek-v3-2"
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The family name should be "deepseek-v3" to match the existing pattern. Other DeepSeek V3 variants (DeepSeek-V3, DeepSeek-V3.1, DeepSeek-V3.1-Terminus, DeepSeek-V3.2-Exp) all use "deepseek-v3" as the family name, regardless of their minor version differences.

Suggested change
family = "deepseek-v3-2"
family = "deepseek-v3"

Copilot uses AI. Check for mistakes.
release_date = "2025-12-03"
last_updated = "2025-12-03"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = false

[cost]
input = 0.27
output = 0.42

[limit]
context = 164_000
output = 164_000

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/siliconflow/models/zai-org/GLM-4.6V.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "zai-org/GLM-4.6V"
family = "glm-4-6v"
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The family name should use dots instead of dashes to match the existing naming convention. GLM-4.5V uses "glm-4.5v", so this should be "glm-4.6v" instead of "glm-4-6v".

Suggested change
family = "glm-4-6v"
family = "glm-4.6v"

Copilot uses AI. Check for mistakes.
release_date = "2025-12-07"
last_updated = "2025-12-07"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = false

[cost]
input = 0.30
output = 0.90

[limit]
context = 131_000
output = 131_000

[modalities]
input = ["text","image"]
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The array formatting is inconsistent with the project standard. Arrays should have spaces after commas. This should be ["text", "image"] instead of ["text","image"].

Suggested change
input = ["text","image"]
input = ["text", "image"]

Copilot uses AI. Check for mistakes.
output = ["text"]
22 changes: 22 additions & 0 deletions providers/siliconflow/models/zai-org/GLM-4.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "zai-org/GLM-4.7"
family = "glm-4-7"
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The family name should use dots instead of dashes to match the existing naming convention. GLM-4.5 uses "glm-4.5" and GLM-4.6 uses "glm-4.6", so this should be "glm-4.7" instead of "glm-4-7".

Suggested change
family = "glm-4-7"
family = "glm-4.7"

Copilot uses AI. Check for mistakes.
release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = false

[cost]
input = 0.60
output = 2.20

[limit]
context = 205_000
output = 205_000

[modalities]
input = ["text"]
output = ["text"]