Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +67 -0
config.yaml
CHANGED
@@ -125,6 +125,73 @@ endpoints:
|
|
125 |
titleConvo: true
|
126 |
titleModel: "current_model"
|
127 |
#######################################################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
#######################################################################################
|
129 |
- name: "Shapes.inc"
|
130 |
iconURL: "https://shapes.inc/favicon.ico"
|
|
|
125 |
titleConvo: true
|
126 |
titleModel: "current_model"
|
127 |
#######################################################################################
|
128 |
+
#######################################################################################
|
129 |
+
- name: "OpenRouter (Free Models)" # More descriptive name for users
|
130 |
+
apiKey: "${OPENROUTER_KEY}"
|
131 |
+
baseURL: "https://openrouter.ai/api/v1"
|
132 |
+
models:
|
133 |
+
available:
|
134 |
+
# List all your desired free models here
|
135 |
+
- "openrouter/cypher-alpha:free"
|
136 |
+
- "mistralai/mistral-small-3.2-24b-instruct:free"
|
137 |
+
- "moonshotai/kimi-dev-72b:free"
|
138 |
+
- "deepseek/deepseek-r1-0528-qwen3-8b:free"
|
139 |
+
- "deepseek/deepseek-r1-0528:free"
|
140 |
+
- "sarvamai/sarvam-m:free"
|
141 |
+
- "mistralai/devstral-small:free"
|
142 |
+
- "google/gemma-3n-e4b-it:free"
|
143 |
+
- "qwen/qwen3-8b:free"
|
144 |
+
- "qwen/qwen3-14b:free"
|
145 |
+
- "qwen/qwen3-32b:free"
|
146 |
+
- "qwen/qwen3-235b-a22b:free"
|
147 |
+
- "tngtech/deepseek-r1t-chimera:free"
|
148 |
+
- "microsoft/mai-ds-r1:free"
|
149 |
+
- "thudm/glm-z1-32b:free"
|
150 |
+
- "shisa-ai/shisa-v2-llama3.3-70b:free"
|
151 |
+
- "arliai/qwq-32b-arliai-rpr-v1:free"
|
152 |
+
- "agentica-org/deepcoder-14b-preview:free"
|
153 |
+
- "moonshotai/kimi-vl-a3b-thinking:free"
|
154 |
+
- "nvidia/llama-3.3-nemotron-super-49b-v1:free"
|
155 |
+
- "nvidia/llama-3.1-nemotron-ultra-253b-v1:free"
|
156 |
+
- "meta-llama/llama-4-maverick:free"
|
157 |
+
- "meta-llama/llama-4-scout:free"
|
158 |
+
- "deepseek/deepseek-v3-base:free"
|
159 |
+
- "qwen/qwen2.5-vl-32b-instruct:free"
|
160 |
+
- "deepseek/deepseek-chat-v3-0324:free"
|
161 |
+
- "mistralai/mistral-small-3.1-24b-instruct:free"
|
162 |
+
- "google/gemma-3-4b-it:free"
|
163 |
+
- "google/gemma-3-12b-it:free"
|
164 |
+
- "rekaai/reka-flash-3:free"
|
165 |
+
- "google/gemma-3-27b-it:free"
|
166 |
+
- "qwen/qwq-32b:free"
|
167 |
+
- "nousresearch/deephermes-3-llama-3-8b-preview:free"
|
168 |
+
- "cognitivecomputations/dolphin3.0-r1-mistral-24b:free"
|
169 |
+
- "cognitivecomputations/dolphin3.0-mistral-24b:free"
|
170 |
+
- "qwen/qwen2.5-vl-72b-instruct:free"
|
171 |
+
- "mistralai/mistral-small-24b-instruct-2501:free"
|
172 |
+
- "deepseek/deepseek-r1-distill-qwen-14b:free"
|
173 |
+
- "deepseek/deepseek-r1-distill-llama-70b:free"
|
174 |
+
- "deepseek/deepseek-r1:free"
|
175 |
+
- "deepseek/deepseek-chat:free"
|
176 |
+
- "google/gemini-2.0-flash-exp:free" # Note: The previous one was gemini-2.0-flash-experimental. This might be a slightly different variant or typo from your list. Double-check on OpenRouter if you encounter issues.
|
177 |
+
- "meta-llama/llama-3.3-70b-instruct:free"
|
178 |
+
- "qwen/qwen-2.5-coder-32b-instruct:free"
|
179 |
+
- "meta-llama/llama-3.2-11b-vision-instruct:free"
|
180 |
+
- "meta-llama/llama-3.2-1b-instruct:free"
|
181 |
+
- "qwen/qwen-2.5-72b-instruct:free"
|
182 |
+
- "meta-llama/llama-3.1-8b-instruct:free"
|
183 |
+
- "mistralai/mistral-nemo:free"
|
184 |
+
- "google/gemma-2-9b-it:free"
|
185 |
+
- "mistralai/mistral-7b-instruct:free"
|
186 |
+
fetch: false # Crucial to only show the models listed in 'available'
|
187 |
+
titleConvo: true
|
188 |
+
titleModel: "current_model"
|
189 |
+
summarize: true
|
190 |
+
summaryModel: "current_model"
|
191 |
+
forcePrompt: false
|
192 |
+
modelDisplayLabel: "OpenRouter (Free)"
|
193 |
+
# dropParams: ["stop"] # Keep this if you find issues with specific models not liking the 'stop' parameter
|
194 |
+
#######################################################################################
|
195 |
#######################################################################################
|
196 |
- name: "Shapes.inc"
|
197 |
iconURL: "https://shapes.inc/favicon.ico"
|