Mohit0199 commited on
Commit
2049674
·
verified ·
1 Parent(s): 1acaa5a

Remove the following model IDs completely from the dropdown and from the allowed model list:

Browse files

mistralai/mistral-7b-instruct:free,
deepseek/deepseek-chat-v3.1:free,
meituan/longcat-flash-chat:free,
google/gemini-2.0-flash-exp:free,
qwen/qwen3-coder:free,
moonshotai/kimi-k2:free,
cognitivecomputations/dolphin-mistral-24b-venice-edition:free,
google/gemma-3n-e2b-it:free,
tencent/hunyuan-a13b-instruct:free,
deepseek/deepseek-r1-0528-qwen3-8b:free,
deepseek/deepseek-r1-0528:free,
arliai/qwq-32b-arliai-rpr-v1:free,
agentica-org/deepcoder-14b-preview:free,
deepseek/deepseek-chat-v3-0324:free,
deepseek/deepseek-r1:free

Files changed (1) hide show
  1. index.html +4 -23
index.html CHANGED
@@ -128,15 +128,12 @@
128
  </div>
129
  <div>
130
  <label class="block text-sm font-medium mb-1">Select Model</label>
131
- <select id="modelSelect" class="w-full bg-gray-700 border border-gray-600 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-500">
132
  <option value="" disabled selected>Select a free model</option>
133
  <option value="tongyi/deepresearch-30b-a3b">Tongyi DeepResearch 30B A3B (FREE)</option>
134
- <option value="meituan/longcat-flash-chat">Meituan: LongCat Flash Chat (FREE)</option>
135
  <option value="nvidia/nemotron-nano-9b-v2">NVIDIA: Nemotron Nano 9B V2 (FREE)</option>
136
- <option value="deepseek/deepseek-v3.1">DeepSeek: DeepSeek V3.1 (FREE)</option>
137
  <option value="meta/llama-3.3-70b-instruct">Meta: Llama 3.3 70B Instruct (FREE)</option>
138
- <option value="mistral/mistral-7b-instruct">Mistral: Mistral 7B Instruct (FREE)</option>
139
- </select>
140
  <p class="text-xs text-gray-400 mt-1">Free models available without token charges</p>
141
  </div>
142
  <div>
@@ -448,21 +445,12 @@ async function loadSettings() {
448
  // Free models from OpenRouter
449
  const freeModels = [
450
  'alibaba/tongyi-deepresearch-30b-a3b:free',
451
- 'meituan/longcat-flash-chat:free',
452
  'nvidia/nemotron-nano-9b-v2:free',
453
- 'deepseek/deepseek-chat-v3.1:free',
454
  'openai/gpt-oss-20b:free',
455
  'z-ai/glm-4.5-air:free',
456
- 'qwen/qwen3-coder:free',
457
- 'moonshotai/kimi-k2:free',
458
- 'cognitivecomputations/dolphin-mistral-24b-venice-edition:free',
459
- 'google/gemma-3n-e2b-it:free',
460
- 'tencent/hunyuan-a13b-instruct:free',
461
  'tngtech/deepseek-r1t2-chimera:free',
462
  'mistralai/mistral-small-3.2-24b-instruct:free',
463
  'moonshotai/kimi-dev-72b:free',
464
- 'deepseek/deepseek-r1-0528-qwen3-8b:free',
465
- 'deepseek/deepseek-r1-0528:free',
466
  'mistralai/devstral-small-2505:free',
467
  'google/gemma-3n-e4b-it:free',
468
  'meta-llama/llama-3.3-8b-instruct:free',
@@ -474,12 +462,9 @@ async function loadSettings() {
474
  'tngtech/deepseek-r1t-chimera:free',
475
  'microsoft/mai-ds-r1:free',
476
  'shisa-ai/shisa-v2-llama3.3-70b:free',
477
- 'arliai/qwq-32b-arliai-rpr-v1:free',
478
- 'agentica-org/deepcoder-14b-preview:free',
479
  'meta-llama/llama-4-maverick:free',
480
  'meta-llama/llama-4-scout:free',
481
  'qwen/qwen2.5-vl-32b-instruct:free',
482
- 'deepseek/deepseek-chat-v3-0324:free',
483
  'mistralai/mistral-small-3.1-24b-instruct:free',
484
  'google/gemma-3-4b-it:free',
485
  'google/gemma-3-12b-it:free',
@@ -489,16 +474,12 @@ async function loadSettings() {
489
  'qwen/qwen2.5-vl-72b-instruct:free',
490
  'mistralai/mistral-small-24b-instruct-2501:free',
491
  'deepseek/deepseek-r1-distill-llama-70b:free',
492
- 'deepseek/deepseek-r1:free',
493
- 'google/gemini-2.0-flash-exp:free',
494
  'meta-llama/llama-3.3-70b-instruct:free',
495
- 'qwen/qwen-2.5-coder-32b-instruct:free',
496
  'meta-llama/llama-3.2-3b-instruct:free',
497
  'qwen/qwen-2.5-72b-instruct:free',
498
  'mistralai/mistral-nemo:free',
499
- 'google/gemma-2-9b-it:free',
500
- 'mistralai/mistral-7b-instruct:free'
501
- ];
502
  // Fetch available free models
503
  async function fetchModels(apiKey) {
504
  try {
 
128
  </div>
129
  <div>
130
  <label class="block text-sm font-medium mb-1">Select Model</label>
131
+ <select id="modelSelect" class="w-full bg-gray-700 border border-gray-600 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-500">
132
  <option value="" disabled selected>Select a free model</option>
133
  <option value="tongyi/deepresearch-30b-a3b">Tongyi DeepResearch 30B A3B (FREE)</option>
 
134
  <option value="nvidia/nemotron-nano-9b-v2">NVIDIA: Nemotron Nano 9B V2 (FREE)</option>
 
135
  <option value="meta/llama-3.3-70b-instruct">Meta: Llama 3.3 70B Instruct (FREE)</option>
136
+ </select>
 
137
  <p class="text-xs text-gray-400 mt-1">Free models available without token charges</p>
138
  </div>
139
  <div>
 
445
  // Free models from OpenRouter
446
  const freeModels = [
447
  'alibaba/tongyi-deepresearch-30b-a3b:free',
 
448
  'nvidia/nemotron-nano-9b-v2:free',
 
449
  'openai/gpt-oss-20b:free',
450
  'z-ai/glm-4.5-air:free',
 
 
 
 
 
451
  'tngtech/deepseek-r1t2-chimera:free',
452
  'mistralai/mistral-small-3.2-24b-instruct:free',
453
  'moonshotai/kimi-dev-72b:free',
 
 
454
  'mistralai/devstral-small-2505:free',
455
  'google/gemma-3n-e4b-it:free',
456
  'meta-llama/llama-3.3-8b-instruct:free',
 
462
  'tngtech/deepseek-r1t-chimera:free',
463
  'microsoft/mai-ds-r1:free',
464
  'shisa-ai/shisa-v2-llama3.3-70b:free',
 
 
465
  'meta-llama/llama-4-maverick:free',
466
  'meta-llama/llama-4-scout:free',
467
  'qwen/qwen2.5-vl-32b-instruct:free',
 
468
  'mistralai/mistral-small-3.1-24b-instruct:free',
469
  'google/gemma-3-4b-it:free',
470
  'google/gemma-3-12b-it:free',
 
474
  'qwen/qwen2.5-vl-72b-instruct:free',
475
  'mistralai/mistral-small-24b-instruct-2501:free',
476
  'deepseek/deepseek-r1-distill-llama-70b:free',
 
 
477
  'meta-llama/llama-3.3-70b-instruct:free',
 
478
  'meta-llama/llama-3.2-3b-instruct:free',
479
  'qwen/qwen-2.5-72b-instruct:free',
480
  'mistralai/mistral-nemo:free',
481
+ 'google/gemma-2-9b-it:free'
482
+ ];
 
483
  // Fetch available free models
484
  async function fetchModels(apiKey) {
485
  try {