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 = [];
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',
49+ 'Google AI Studio',
50+ 'Groq',
51+ 'Hyperbolic',
52+ 'Inception',
53+ 'InferenceNet',
54+ 'Infermatic',
5055 'Inflection',
5156 'xAIInoCloud',
5257 'CloudflareKluster',
5358 'MinimaxLambda',
54- 'Nineteen',
5559 'Liquid',
5660 'GMICloudMancer',
5761 'StealthMancer 2',
62+ 'Minimax',
63+ 'Mistral',
5864 'NCompass',
59- 'InferenceNet',
60- 'Friendli',
61- 'AionLabs',
62- 'Alibaba',
6365 'Nebius',
6466 'ChutesNextBit',
6567 'KlusterNineteen',
6668 'CrusoeNovita',
6769 'TargonOpenAI',
6870 'UbicloudOpenInference',
6971 'Parasail',
72+ 'Perplexity',
7073 'Phala',
7174 'Cent-MLSambaNova',
75+ 'Stealth',
76+ 'Targon',
77+ 'Together',
78+ 'Ubicloud',
7279 'Venice',
7380 'OpenInferencexAI',
74- 'Atoma',
75- 'Enfer',
76- 'Mancer',
77- 'Mancer 2',
78- 'Hyperbolic',
79- 'Hyperbolic 2',
80- 'Reflection',
8181];
8282
8383export async function loadOllamaModels(data) {