-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodels.json
More file actions
209 lines (209 loc) · 7.37 KB
/
Copy pathmodels.json
File metadata and controls
209 lines (209 loc) · 7.37 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"#note": "Hosted at https://m.justgains.com/models.json and bundled as a fallback. Any field whose key starts with '#' is ignored (handy for notes + test data). 'mode' is one of: native (run Claude with your own login), anthropic (Anthropic-compatible base URL), openai (OpenAI-compatible — routed through the auto-installed proxy).",
"#note2": "'section': \"other\" groups a provider under 'Other Providers' at the bottom of the picker. 'catalogue': \"newapi\" marks a new-api relay (OpenLux, Yunwu): bro fetches its whole live catalogue from {baseUrl}/api/pricing and offers the per-model tier (upstream route) menu. The 'models' list is then only an offline fallback.",
"version": 1,
"docs": "https://justgains.com",
"providers": [
{
"id": "anthropic",
"name": "Claude (Anthropic)",
"mode": "native",
"keyUrl": "https://claude.com/claude-code",
"models": [
{ "name": "Default (your Claude login)" },
{ "id": "claude-opus-5", "name": "Claude Opus 5" },
{ "id": "claude-sonnet-5", "name": "Claude Sonnet 5" },
{ "id": "claude-opus-4-8", "name": "Claude Opus 4.8" },
{ "id": "claude-sonnet-5", "name": "Claude Sonnet 5" },
{ "id": "claude-haiku-4-5-20251001", "name": "Claude Haiku 4.5" },
{ "id": "claude-fable-5", "name": "Claude Fable 5" }
]
},
{
"id": "openrouter",
"name": "OpenRouter",
"mode": "anthropic",
"baseUrl": "https://openrouter.ai/api",
"responsesBaseUrl": "https://openrouter.ai/api/v1",
"keyEnv": "OPENROUTER_API_KEY",
"keyUrl": "https://openrouter.ai/keys",
"models": [
{ "id": "openrouter/fusion", "name": "Fusion" },
{ "id": "moonshotai/kimi-k2.7-code", "name": "Kimi K2.7 Code" },
{ "id": "anthropic/claude-3.5-sonnet", "name": "Claude 3.5 Sonnet" },
{ "id": "deepseek/deepseek-chat", "name": "DeepSeek Chat" },
{ "id": "meta-llama/llama-3.3-70b-instruct", "name": "Llama 3.3 70B" },
{ "id": "google/gemini-2.0-flash-001", "name": "Gemini 2.0 Flash" }
]
},
{
"id": "zai",
"name": "Z.ai (GLM)",
"mode": "anthropic",
"baseUrl": "https://api.z.ai/api/anthropic",
"keyEnv": "ZAI_API_KEY",
"keyUrl": "https://z.ai",
"disable1mContext": true,
"models": [
{ "id": "glm-5.3", "name": "GLM 5.3" },
{ "id": "glm-5.2", "name": "GLM 5.2" },
{ "id": "glm-4.6", "name": "GLM 4.6" }
]
},
{
"id": "openlux",
"name": "OpenLux",
"section": "other",
"catalogue": "newapi",
"mode": "anthropic",
"baseUrl": "https://api.openlux.ai",
"keyEnv": "OPENLUX_API_KEY",
"keyUrl": "https://api.openlux.ai/console/token",
"disable1mContext": true,
"models": [
{ "id": "claude-opus-5", "name": "Claude Opus 5" },
{ "id": "claude-sonnet-5", "name": "Claude Sonnet 5" },
{ "id": "claude-fable-5-1", "name": "Claude Fable 5.1" },
{ "id": "claude-opus-4-8", "name": "Claude Opus 4.8" },
{ "id": "gpt-6-astra", "name": "GPT-6 Astra" },
{ "id": "gpt-5.3-codex", "name": "GPT-5.3 Codex" }
]
},
{
"id": "yunwu",
"name": "Yunwu (云雾)",
"section": "other",
"catalogue": "newapi",
"mode": "anthropic",
"baseUrl": "https://yunwu.ai",
"keyEnv": "YUNWU_API_KEY",
"keyUrl": "https://yunwu.ai/console/token",
"disable1mContext": true,
"models": [
{ "id": "claude-fable-5", "name": "Claude Fable 5" },
{ "id": "claude-opus-4-8", "name": "Claude Opus 4.8" },
{ "id": "claude-opus-4-7", "name": "Claude Opus 4.7" },
{ "id": "claude-sonnet-4-6", "name": "Claude Sonnet 4.6" }
]
},
{
"id": "sakana",
"name": "Sakana (Fugu)",
"mode": "openai",
"baseUrl": "https://api.sakana.ai/v1/chat/completions",
"keyEnv": "SAKANA_API_KEY",
"keyUrl": "https://console.sakana.ai/get-started",
"models": [
{ "id": "fugu", "name": "Fugu" },
{ "id": "fugu-ultra", "name": "Fugu Ultra" }
]
},
{
"id": "openai",
"name": "OpenAI",
"mode": "openai",
"baseUrl": "https://api.openai.com/v1/chat/completions",
"keyEnv": "OPENAI_API_KEY",
"keyUrl": "https://platform.openai.com/api-keys",
"models": [
{ "id": "gpt-4o", "name": "GPT-4o" },
{ "id": "gpt-4o-mini", "name": "GPT-4o mini" },
{ "id": "o4-mini", "name": "o4-mini" }
]
},
{
"id": "deepseek",
"name": "DeepSeek",
"mode": "openai",
"baseUrl": "https://api.deepseek.com/chat/completions",
"keyEnv": "DEEPSEEK_API_KEY",
"keyUrl": "https://platform.deepseek.com/api_keys",
"models": [
{ "id": "deepseek-chat", "name": "DeepSeek Chat" },
{ "id": "deepseek-reasoner", "name": "DeepSeek Reasoner" }
]
},
{
"id": "groq",
"name": "Groq",
"mode": "openai",
"baseUrl": "https://api.groq.com/openai/v1/chat/completions",
"keyEnv": "GROQ_API_KEY",
"keyUrl": "https://console.groq.com/keys",
"models": [
{ "id": "llama-3.3-70b-versatile", "name": "Llama 3.3 70B" },
{ "id": "llama-3.1-8b-instant", "name": "Llama 3.1 8B" }
]
},
{
"id": "xai",
"name": "xAI (Grok)",
"mode": "openai",
"baseUrl": "https://api.x.ai/v1/chat/completions",
"keyEnv": "XAI_API_KEY",
"keyUrl": "https://console.x.ai",
"models": [
{ "id": "grok-4", "name": "Grok 4" },
{ "id": "grok-3-mini", "name": "Grok 3 mini" }
]
},
{
"id": "mistral",
"name": "Mistral",
"mode": "openai",
"baseUrl": "https://api.mistral.ai/v1/chat/completions",
"keyEnv": "MISTRAL_API_KEY",
"keyUrl": "https://console.mistral.ai/api-keys",
"models": [
{ "id": "mistral-large-latest", "name": "Mistral Large" },
{ "id": "codestral-latest", "name": "Codestral" }
]
},
{
"id": "moonshot",
"name": "Moonshot (Kimi)",
"mode": "openai",
"baseUrl": "https://api.moonshot.ai/v1/chat/completions",
"keyEnv": "MOONSHOT_API_KEY",
"keyUrl": "https://platform.moonshot.ai/console/api-keys",
"models": [
{ "id": "kimi-k2-0711-preview", "name": "Kimi K2" },
{ "id": "moonshot-v1-128k", "name": "Moonshot v1 128k" }
]
},
{
"id": "ollama",
"name": "Ollama (local)",
"mode": "openai",
"baseUrl": "http://localhost:11434/v1/chat/completions",
"noKey": true,
"keyUrl": "https://ollama.com",
"models": [
{ "id": "llama3.2", "name": "Llama 3.2" },
{ "id": "qwen2.5-coder:7b", "name": "Qwen2.5 Coder 7B" }
]
},
{
"id": "lmstudio",
"name": "LM Studio (local)",
"mode": "openai",
"baseUrl": "http://localhost:1234/v1/chat/completions",
"noKey": true,
"keyUrl": "https://lmstudio.ai",
"models": [
{ "id": "local-model", "name": "Loaded model" }
]
},
{
"#": "Test data — this whole provider is ignored because its id starts with '#'.",
"id": "#example",
"name": "#Example provider (ignored)",
"mode": "openai",
"baseUrl": "https://example.com/v1/chat/completions",
"models": [
{ "id": "real-model", "name": "Kept" },
{ "#id": "commented-out-model", "name": "#ignored" }
]
}
]
}