-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproviders.json
More file actions
128 lines (128 loc) · 3.25 KB
/
providers.json
File metadata and controls
128 lines (128 loc) · 3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"id": "kilo_api_02",
"name": "Kilo API 02 - Free Model",
"type": "openrouter",
"base_url": "https://openrouter.ai/api",
"api_key": "OPENROUTER_API_KEY",
"model": "mistralai/mistral-7b-instruct:free",
"priority": 1,
"enabled": true,
"http_referer": "",
"x_title": ""
},
{
"id": "kilo_api_03",
"name": "Kilo API 03 - Free Model",
"type": "openrouter",
"base_url": "https://openrouter.ai/api",
"api_key": "OPENROUTER_API_KEY",
"model": "mistralai/mistral-7b-instruct:free",
"priority": 2,
"enabled": true,
"http_referer": "",
"x_title": ""
},
{
"id": "kilo_api_04",
"name": "Kilo API 04 - Free Model",
"type": "openrouter",
"base_url": "https://openrouter.ai/api",
"api_key": "OPENROUTER_API_KEY",
"model": "mistralai/mistral-7b-instruct:free",
"priority": 3,
"enabled": true,
"http_referer": "",
"x_title": ""
},
{
"id": "kilo_api_05",
"name": "Kilo API 05 - Free Model",
"type": "openrouter",
"base_url": "https://openrouter.ai/api",
"api_key": "OPENROUTER_API_KEY",
"model": "mistralai/mistral-7b-instruct:free",
"priority": 4,
"enabled": true,
"http_referer": "",
"x_title": ""
},
{
"id": "kilo_api_10",
"name": "Kilo API 10 - Free Model",
"type": "openrouter",
"base_url": "https://openrouter.ai/api",
"api_key": "OPENROUTER_API_KEY",
"model": "mistralai/mistral-7b-instruct:free",
"priority": 5,
"enabled": true,
"http_referer": "",
"x_title": ""
},
{
"id": "kilo_api_11",
"name": "Kilo API 11 - Free Model",
"type": "openrouter",
"base_url": "https://openrouter.ai/api",
"api_key": "OPENROUTER_API_KEY",
"model": "mistralai/mistral-7b-instruct:free",
"priority": 6,
"enabled": true,
"http_referer": "",
"x_title": ""
},
{
"id": "kilo_api_12",
"name": "Kilo API 12 - Free Model",
"type": "openrouter",
"base_url": "https://openrouter.ai/api",
"api_key": "OPENROUTER_API_KEY",
"model": "mistralai/mistral-7b-instruct:free",
"priority": 7,
"enabled": true,
"http_referer": "",
"x_title": ""
},
{
"id": "kilo_api_15",
"name": "Kilo API 15 - Free Model",
"type": "openrouter",
"base_url": "https://openrouter.ai/api",
"api_key": "OPENROUTER_API_KEY",
"model": "mistralai/mistral-7b-instruct:free",
"priority": 8,
"enabled": true,
"http_referer": "",
"x_title": ""
},
{
"id": "gemini_main_01",
"name": "Google Gemini 01",
"type": "gemini",
"base_url": "https://generativelanguage.googleapis.com/v1beta",
"api_key": "GEMINI_API_KEY",
"model": "gemini-flash-latest",
"priority": 9,
"enabled": true
},
{
"id": "gemini_main_02",
"name": "Google Gemini 02",
"type": "gemini",
"base_url": "https://generativelanguage.googleapis.com/v1beta",
"api_key": "GEMINI_API_KEY",
"model": "gemini-flash-latest",
"priority": 10,
"enabled": true
},
{
"id": "kilo_api_14",
"name": "Kilo API 14 - Free Model",
"type": "openrouter",
"base_url": "https://openrouter.ai/api",
"api_key": "OPENROUTER_API_KEY",
"model": "mistralai/mistral-7b-instruct:free",
"priority": 11,
"enabled": true
}
]