File tree Expand file tree Collapse file tree
cmd/ai-proxy/conf/templates/model/qwen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments