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 = [
3333 'Alibaba',
3434 'Amazon Bedrock',
3535 'Amazon Nova',
36+ 'Ambient',
3637 'Anthropic',
3738 'Arcee AI',
3839 'AtlasCloud',
@@ -40,7 +41,6 @@ const OPENROUTER_PROVIDERS = [
4041 'Azure',
4142 'BaseTen',
4243 'Black Forest Labs',
43- 'BytePlus',
4444 'Cerebras',
4545 'Chutes',
4646 'Cirrascale',
@@ -57,15 +57,16 @@ const OPENROUTER_PROVIDERS = [
5757 'GMICloud',
5858 'Google',
5959 'Google AI Studio',
60- 'GoPomelo',
6160 'Groq',
6261 'Hyperbolic',
6362 'Inception',
63+ 'Inceptron',
6464 'InferenceNet',
6565 'Infermatic',
6666 'Inflection',
6767 'Liquid',
6868 'Mancer 2',
69+ 'Mara',
6970 'Minimax',
7071 'Mistral',
7172 'ModelRun',
@@ -84,15 +85,19 @@ const OPENROUTER_PROVIDERS = [
8485 'Phala',
8586 'Relace',
8687 'SambaNova',
88+ 'Seed',
8789 'SiliconFlow',
90+ 'Sourceful',
8891 'Stealth',
92+ 'StepFun',
8993 'StreamLake',
9094 'Switchpoint',
91- 'Targon',
9295 'Together',
96+ 'Upstage',
9397 'Venice',
9498 'WandB',
9599 'xAI',
100+ 'Xiaomi',
96101 'Z.AI',
97102];
98103