Skip to content

Commit dc74b8b

Browse files
committed
Add qwen3.5 flash model template
1 parent 705dd82 commit dc74b8b

2 files changed

Lines changed: 67 additions & 3 deletions

File tree

cmd/ai-proxy/conf/templates/model/qwen/qwen/qwen-plus.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
},
4343
"model_name": "${@template.placeholders.target-model-name}",
4444
"pricing": {
45-
"completion": "0.000008",
45+
"completion": "0.000002",
4646
"image": "0",
47-
"input_cache_read": "0",
48-
"input_cache_write": "0",
47+
"input_cache_read": "0.00000008",
48+
"input_cache_write": "0.000001",
4949
"internal_reasoning": "0",
5050
"prompt": "0.0000008",
5151
"request": "0",
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"qwen3.5-flash": {
3+
"placeholders": [
4+
{
5+
"name": "target-model-name",
6+
"type": "string",
7+
"required": false,
8+
"default": "${@template.name}"
9+
}
10+
],
11+
"metadata": {
12+
"recommended_service_provider_templates": [
13+
"aliyun-bailian"
14+
],
15+
"website": "https://bailian.console.aliyun.com/cn-beijing/?tab=model#/model-market/detail/qwen3.5-flash"
16+
},
17+
"desc": "Qwen3.5系列Flash模型,支持文本、图像、视频输入与文本输出,面向低成本、高吞吐的通用多模态理解、推理和工具调用场景。",
18+
"config": {
19+
"desc": "${@template.desc}",
20+
"apiKey": "",
21+
"type": "text_generation",
22+
"publisher": "qwen",
23+
"metadata": {
24+
"public": {
25+
"abilities": {
26+
"abilities": [
27+
"tool",
28+
"reasoning",
29+
"enable_thinking",
30+
"structured_output",
31+
"responses_api"
32+
],
33+
"input_modalities": [
34+
"text",
35+
"image",
36+
"video"
37+
],
38+
"output_modalities": [
39+
"text"
40+
]
41+
},
42+
"context": {
43+
"context_length": 1000000,
44+
"max_prompt_tokens": 991000,
45+
"max_completion_tokens": 64000
46+
},
47+
"pricing": {
48+
"prompt": "0.0000002",
49+
"completion": "0.000002",
50+
"request": "0",
51+
"image": "0",
52+
"web_search": "0.004",
53+
"internal_reasoning": "0",
54+
"input_cache_read": "0.00000002",
55+
"input_cache_write": "0.00000025",
56+
"unit": "CNY"
57+
},
58+
"model_name": "${@template.placeholders.target-model-name}"
59+
},
60+
"secret": {}
61+
}
62+
}
63+
}
64+
}

0 commit comments

Comments
 (0)