Sync openrouter providers list Closes #4405

c1c1942f9a890d2613ae49609515dc5bdfd49a8f

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

1 files changed, +20 -0Showing whitespace changes
public/scripts/textgen-models.js+20 -0
@@ -24,6 +24,23 @@ export let openRouterModels = [];
2424 * @type {string[]}
2525 */
2626const OPENROUTER_PROVIDERS = [
27+ 'AnyScale',
28+ 'Cent-ML',
29+ 'HuggingFace',
30+ 'Hyperbolic 2',
31+ 'Lepton',
32+ 'Lynn 2',
33+ 'Lynn',
34+ 'Mancer',
35+ 'Modal',
36+ 'OctoAI',
37+ 'Recursal',
38+ 'Reflection',
39+ 'Replicate',
40+ 'SambaNova 2',
41+ 'SF Compute',
42+ 'Together 2',
43+ '01.AI',
2744 'AI21',
2845 'AionLabs',
2946 'Alibaba',
@@ -55,6 +72,7 @@ const OPENROUTER_PROVIDERS = [
5572 'InferenceNet',
5673 'Infermatic',
5774 'Inflection',
75+ 'InoCloud',
5876 'Kluster',
5977 'Lambda',
6078 'Liquid',
@@ -81,7 +99,9 @@ const OPENROUTER_PROVIDERS = [
8199 'Together',
82100 'Ubicloud',
83101 'Venice',
102+ 'WandB',
84103 'xAI',
104+ 'Z.AI',
85105];
86106
87107export async function loadOllamaModels(data) {