File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ type: plugin
2626plugins :
2727 models :
2828 - provider/openrouter.yaml
29- version : 0.0.56
29+ version : 0.1.0
3030created_at : 2024-09-20T00:13:50.29298939-04:00
Original file line number Diff line number Diff line change 1515- openai/gpt-4
1616- openai/gpt-3.5-turbo
1717- anthropic/claude-opus-4.6
18- - anthropic/claude-opus-4.6-fast
1918- anthropic/claude-opus-4.5
2019- anthropic/claude-opus-4
2120- anthropic/claude-opus-4.1
2827- google/gemini-3-flash-preview
2928- google/gemini-2.5-pro
3029- google/gemini-2.5-flash
31- - google/gemini-2.5-flash-lite-preview-09-2025
3230- google/gemini-2.5-flash-lite
3331- google/gemma-4-31b-it
3432- google/gemma-4-26b-a4b-it
3533- meta-llama/llama-3.2-1b-instruct
3634- meta-llama/llama-3.2-3b-instruct
37- - meta-llama/llama-3.2-11b-vision-instruct
3835- meta-llama/llama-3.1-70b-instruct
3936- meta-llama/llama-3.1-8b-instruct
40- - meta-llama/llama-3-8b-instruct
4137- mistralai/mixtral-8x22b-instruct
4238- qwen/qwen-2.5-72b-instruct
39+ - qwen/qwen3.7-max
40+ - qwen/qwen3.7-plus
4341- qwen/qwen3-max
4442- qwen/qwen3.6-max-preview
4543- qwen/qwen3.6-plus
5452- deepseek/deepseek-r1
5553- deepseek/deepseek-r1-0528
5654- deepseek/deepseek-r1-distill-llama-70b
57- - deepseek/deepseek-r1-distill-qwen-32b
5855- moonshotai/kimi-k2-0905
5956- xiaomi/mimo-v2.5-pro
6057- xiaomi/mimo-v2.5
61- - xiaomi/mimo-v2-omni
62- - xiaomi/mimo-v2-pro
6358- x-ai/grok-4.3
6459- x-ai/grok-4.20
6560- x-ai/grok-4.20-multi-agent
Original file line number Diff line number Diff line change @@ -72,3 +72,4 @@ pricing:
7272 output : ' 150.00'
7373 unit : ' 0.000001'
7474 currency : USD
75+ deprecated : true
Original file line number Diff line number Diff line change @@ -59,3 +59,4 @@ pricing:
5959 output : " 0.15"
6060 unit : " 0.000001"
6161 currency : USD
62+ deprecated : true
Original file line number Diff line number Diff line change @@ -75,3 +75,4 @@ pricing:
7575 output : " 0.40"
7676 unit : " 0.000001"
7777 currency : USD
78+ deprecated : true
Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ pricing:
3030 output : " 0.07"
3131 unit : " 0.000001"
3232 currency : USD
33+ deprecated : true
Original file line number Diff line number Diff line change @@ -44,3 +44,4 @@ pricing:
4444 output : ' 0.055'
4545 unit : ' 0.000001'
4646 currency : USD
47+ deprecated : true
Original file line number Diff line number Diff line change @@ -50,3 +50,4 @@ pricing:
5050 output : " 2.00"
5151 unit : " 0.000001"
5252 currency : USD
53+ deprecated : true
Original file line number Diff line number Diff line change @@ -49,3 +49,4 @@ pricing:
4949 output : " 3.00"
5050 unit : " 0.000001"
5151 currency : USD
52+ deprecated : true
Original file line number Diff line number Diff line change 1+ # https://openrouter.ai/qwen/qwen3.7-max
2+ model : qwen/qwen3.7-max
3+ label :
4+ en_US : qwen3.7-max
5+ model_type : llm
6+ features :
7+ - agent-thought
8+ - tool-call
9+ - multi-tool-call
10+ - stream-tool-call
11+ model_properties :
12+ mode : chat
13+ context_size : 1000000
14+ parameter_rules :
15+ - name : temperature
16+ use_template : temperature
17+ - name : top_p
18+ use_template : top_p
19+ - name : max_tokens
20+ use_template : max_tokens
21+ default : 4096
22+ min : 1
23+ max : 65536
24+ - name : response_format
25+ label :
26+ zh_Hans : 回复格式
27+ en_US : Response Format
28+ type : string
29+ help :
30+ zh_Hans : 指定模型必须输出的格式
31+ en_US : specifying the format that the model must output
32+ required : false
33+ options :
34+ - text
35+ - json_object
36+ - json_schema
37+ - name : json_schema
38+ use_template : json_schema
39+ - name : enable_thinking
40+ label :
41+ zh_Hans : 开启思考模式
42+ en_US : Enable thinking mode
43+ type : boolean
44+ default : true
45+ help :
46+ zh_Hans : 是否开启默认思考模式
47+ en_US : Whether to enable the default thinking mode
48+ required : false
49+ - name : exclude_reasoning_tokens
50+ label :
51+ zh_Hans : 隐藏思考过程
52+ en_US : Hide the thought process
53+ type : boolean
54+ default : true
55+ help :
56+ zh_Hans : 是否隐藏思考过程。
57+ en_US : Whether to hide the thought process.
58+ required : false
59+ pricing :
60+ input : " 1.475"
61+ output : " 4.425"
62+ unit : " 0.000001"
63+ currency : USD
You can’t perform that action at this time.
0 commit comments