mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-18 20:30:51 +08:00
feat(registry): add Qwen 3.5 Plus model definitions
This commit is contained in:
@@ -788,6 +788,19 @@ func GetQwenModels() []*ModelInfo {
|
|||||||
MaxCompletionTokens: 2048,
|
MaxCompletionTokens: 2048,
|
||||||
SupportedParameters: []string{"temperature", "top_p", "max_tokens", "stream", "stop"},
|
SupportedParameters: []string{"temperature", "top_p", "max_tokens", "stream", "stop"},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ID: "coder-model",
|
||||||
|
Object: "model",
|
||||||
|
Created: 1771171200,
|
||||||
|
OwnedBy: "qwen",
|
||||||
|
Type: "qwen",
|
||||||
|
Version: "3.5",
|
||||||
|
DisplayName: "Qwen 3.5 Plus",
|
||||||
|
Description: "efficient hybrid model with leading coding performance",
|
||||||
|
ContextLength: 1048576,
|
||||||
|
MaxCompletionTokens: 65536,
|
||||||
|
SupportedParameters: []string{"temperature", "top_p", "max_tokens", "stream", "stop"},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
ID: "vision-model",
|
ID: "vision-model",
|
||||||
Object: "model",
|
Object: "model",
|
||||||
|
|||||||
Reference in New Issue
Block a user