Update and alphabetize OpenRouter providers list

c7963d683f769046288f19d8ca67dd1fcbb6f848

cloak1505 <170299980+cloak1505@users.noreply.github.com>

1 files changed, +45 -42Ignore whitespace
public/scripts/textgen-models.js+45 -42
@@ -24,60 +24,63 @@ export let openRouterModels = [];
2424 * @type {string[]}
2525 */
2626const OPENROUTER_PROVIDERS = [
2727 'OpenAIAI21',
2828 'AnthropicAionLabs',
2929 'GoogleAlibaba',
30- 'Google AI Studio',
3130 'Amazon Bedrock',
3231 'GroqAnthropic',
3332 'SambaNovaAtoma',
34- 'Cohere',
35- 'Mistral',
36- 'Together',
37- 'Together 2',
38- 'Fireworks',
39- 'DeepInfra',
40- 'Lepton',
41- 'Novita',
4233 'Avian',
43- 'Lambda',
4434 'Azure',
4535 'PerplexityCent-ML',
36+ 'Cerebras',
37+ 'Chutes',
38+ 'Cloudflare',
39+ 'Cohere',
40+ 'Crusoe',
41+ 'DeepInfra',
4642 'DeepSeek',
4743 'InfermaticEnfer',
48- 'AI21',
4944 'Featherless',
45+ 'Fireworks',
46+ 'Friendli',
47+ 'GMICloud',
48+ 'Google AI Studio',
49+ 'Google',
50+ 'Groq',
51+ 'Hyperbolic 2',
52+ 'Hyperbolic',
53+ 'Inception',
54+ 'InferenceNet',
55+ 'Infermatic',
5056 'Inflection',
5157 'xAIInoCloud',
5258 'CloudflareKluster',
5359 'MinimaxLambda',
54- 'Nineteen',
5560 'Liquid',
5661 'GMICloudMancer 2',
5762 'StealthMancer',
63+ 'Minimax',
64+ 'Mistral',
5865 'NCompass',
59- 'InferenceNet',
60- 'Friendli',
61- 'AionLabs',
62- 'Alibaba',
6366 'Nebius',
6467 'ChutesNextBit',
6568 'KlusterNineteen',
6669 'CrusoeNovita',
6770 'TargonOpenAI',
6871 'UbicloudOpenInference',
6972 'Parasail',
73+ 'Perplexity',
7074 'Phala',
7175 'Cent-MLSambaNova 2',
76+ 'SambaNova',
77+ 'Stealth',
78+ 'Targon',
79+ 'Together 2',
80+ 'Together',
81+ 'Ubicloud',
7282 'Venice',
7383 'OpenInferencexAI',
74- 'Atoma',
75- 'Enfer',
76- 'Mancer',
77- 'Mancer 2',
78- 'Hyperbolic',
79- 'Hyperbolic 2',
80- 'Reflection',
8184];
8285
8386export async function loadOllamaModels(data) {