Sync OpenRouter providers list (#5110)

300912237d0e53ae3725685b79eccc7b22765bf2

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

Signed
1 files changed, +8 -3Showing whitespace changes
public/scripts/textgen-models.js+8 -3
@@ -33,6 +33,7 @@ const OPENROUTER_PROVIDERS = [
33 'Alibaba',33 'Alibaba',
34 'Amazon Bedrock',34 'Amazon Bedrock',
35 'Amazon Nova',35 'Amazon Nova',
36 'Ambient',
36 'Anthropic',37 'Anthropic',
37 'Arcee AI',38 'Arcee AI',
38 'AtlasCloud',39 'AtlasCloud',
@@ -40,7 +41,6 @@ const OPENROUTER_PROVIDERS = [
40 'Azure',41 'Azure',
41 'BaseTen',42 'BaseTen',
42 'Black Forest Labs',43 'Black Forest Labs',
43 'BytePlus',
44 'Cerebras',44 'Cerebras',
45 'Chutes',45 'Chutes',
46 'Cirrascale',46 'Cirrascale',
@@ -57,15 +57,16 @@ const OPENROUTER_PROVIDERS = [
57 'GMICloud',57 'GMICloud',
58 'Google',58 'Google',
59 'Google AI Studio',59 'Google AI Studio',
60 'GoPomelo',
61 'Groq',60 'Groq',
62 'Hyperbolic',61 'Hyperbolic',
63 'Inception',62 'Inception',
63 'Inceptron',
64 'InferenceNet',64 'InferenceNet',
65 'Infermatic',65 'Infermatic',
66 'Inflection',66 'Inflection',
67 'Liquid',67 'Liquid',
68 'Mancer 2',68 'Mancer 2',
69 'Mara',
69 'Minimax',70 'Minimax',
70 'Mistral',71 'Mistral',
71 'ModelRun',72 'ModelRun',
@@ -84,15 +85,19 @@ const OPENROUTER_PROVIDERS = [
84 'Phala',85 'Phala',
85 'Relace',86 'Relace',
86 'SambaNova',87 'SambaNova',
88 'Seed',
87 'SiliconFlow',89 'SiliconFlow',
90 'Sourceful',
88 'Stealth',91 'Stealth',
92 'StepFun',
89 'StreamLake',93 'StreamLake',
90 'Switchpoint',94 'Switchpoint',
91 'Targon',
92 'Together',95 'Together',
96 'Upstage',
93 'Venice',97 'Venice',
94 'WandB',98 'WandB',
95 'xAI',99 'xAI',
100 'Xiaomi',
96 'Z.AI',101 'Z.AI',
97];102];
98103