Update OpenRouter providers listing Closes #3089

4c0da00f5b26e36aa7afcc0cfc6ece9bb9b282b2

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

1 files changed, +24 -11Ignore whitespace
public/scripts/textgen-models.js+24 -11
@@ -23,29 +23,42 @@ export let openRouterModels = [];
2323const OPENROUTER_PROVIDERS = [
2424 'OpenAI',
2525 'Anthropic',
26- 'HuggingFace',
2726 'Google',
2827 'MancerGoogle AI Studio',
2928 'Mancer 2Groq',
29+ 'SambaNova',
30+ 'Cohere',
31+ 'Mistral',
3032 'Together',
33+ 'Together 2',
34+ 'Fireworks',
3135 'DeepInfra',
36+ 'Lepton',
37+ 'Novita',
38+ 'Avian',
39+ 'Lambda',
3240 'Azure',
3341 'Modal',
3442 'AnyScale',
3543 'Replicate',
3644 'Perplexity',
3745 'Recursal',
38- 'Fireworks',
39- 'Mistral',
40- 'Groq',
41- 'Cohere',
42- 'Lepton',
4346 'OctoAI',
44- 'Novita',
45- 'Lynn',
46- 'Lynn 2',
4747 'DeepSeek',
4848 'Infermatic',
49+ 'AI21',
50+ 'Featherless',
51+ 'Inflection',
52+ 'xAI',
53+ '01.AI',
54+ 'HuggingFace',
55+ 'Mancer',
56+ 'Mancer 2',
57+ 'Hyperbolic',
58+ 'Hyperbolic 2',
59+ 'Lynn 2',
60+ 'Lynn',
61+ 'Reflection',
4962];
5063
5164export async function loadOllamaModels(data) {