-
Notifications
You must be signed in to change notification settings - Fork 355
Add 3 new SiliconFlow models (GLM-4.7, GLM-4.6V, DeepSeek-V3.2) #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
e150d03
b51d257
8ac502e
43d7b9b
524fd46
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| name = "deepseek-ai/DeepSeek-V3.2" | ||
| family = "deepseek-v3-2" | ||
| 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"] | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,22 @@ | ||||||
| name = "zai-org/GLM-4.6V" | ||||||
| family = "glm-4-6v" | ||||||
|
||||||
| family = "glm-4-6v" | |
| family = "glm-4.6v" |
Copilot
AI
Jan 6, 2026
There was a problem hiding this comment.
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"].
| input = ["text","image"] | |
| input = ["text", "image"] |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,22 @@ | ||||||
| name = "zai-org/GLM-4.7" | ||||||
| family = "glm-4-7" | ||||||
|
||||||
| family = "glm-4-7" | |
| family = "glm-4.7" |
There was a problem hiding this comment.
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.