Merge pull request #3983 from cloak1505/staging

4c56f3068a0469a9e29492598fdeda08e6cd11b4

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +42 -42Ignore whitespace
public/scripts/textgen-models.js+42 -42
@@ -24,60 +24,60 @@ export let openRouterModels = [];
24 * @type {string[]}24 * @type {string[]}
25 */25 */
26const OPENROUTER_PROVIDERS = [26const OPENROUTER_PROVIDERS = [
27 'OpenAI',27 'AI21',
28 'Anthropic',28 'AionLabs',
29 'Google',29 'Alibaba',
30 'Google AI Studio',
31 'Amazon Bedrock',30 'Amazon Bedrock',
32 'Groq',31 'Anthropic',
33 'SambaNova',32 'Atoma',
34 'Cohere',
35 'Mistral',
36 'Together',
37 'Together 2',
38 'Fireworks',
39 'DeepInfra',
40 'Lepton',
41 'Novita',
42 'Avian',33 'Avian',
43 'Lambda',
44 'Azure',34 'Azure',
45 'Perplexity',35 'Cent-ML',
36 'Cerebras',
37 'Chutes',
38 'Cloudflare',
39 'Cohere',
40 'Crusoe',
41 'DeepInfra',
46 'DeepSeek',42 'DeepSeek',
47 'Infermatic',43 'Enfer',
48 'AI21',
49 'Featherless',44 'Featherless',
45 'Fireworks',
46 'Friendli',
47 'GMICloud',
48 'Google',
49 'Google AI Studio',
50 'Groq',
51 'Hyperbolic',
52 'Inception',
53 'InferenceNet',
54 'Infermatic',
50 'Inflection',55 'Inflection',
51 'xAI',56 'InoCloud',
52 'Cloudflare',57 'Kluster',
53 'Minimax',58 'Lambda',
54 'Nineteen',
55 'Liquid',59 'Liquid',
56 'GMICloud',60 'Mancer',
57 'Stealth',61 'Mancer 2',
62 'Minimax',
63 'Mistral',
58 'NCompass',64 'NCompass',
59 'InferenceNet',
60 'Friendli',
61 'AionLabs',
62 'Alibaba',
63 'Nebius',65 'Nebius',
64 'Chutes',66 'NextBit',
65 'Kluster',67 'Nineteen',
66 'Crusoe',68 'Novita',
67 'Targon',69 'OpenAI',
68 'Ubicloud',70 'OpenInference',
69 'Parasail',71 'Parasail',
72 'Perplexity',
70 'Phala',73 'Phala',
71 'Cent-ML',74 'SambaNova',
75 'Stealth',
76 'Targon',
77 'Together',
78 'Ubicloud',
72 'Venice',79 'Venice',
73 'OpenInference',80 'xAI',
74 'Atoma',
75 'Enfer',
76 'Mancer',
77 'Mancer 2',
78 'Hyperbolic',
79 'Hyperbolic 2',
80 'Reflection',
81];81];
8282
83export async function loadOllamaModels(data) {83export async function loadOllamaModels(data) {