Add a comment regarding hidden OpenRouter providers (#4406)

deb07bd6cb1bd3bb500eca1ec32f1422d52fda69

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

Signed
1 files changed, +4 -17Showing whitespace changes
public/scripts/textgen-models.js+4 -17
@@ -24,23 +24,10 @@ export let openRouterModels = [];
24 * @type {string[]}24 * @type {string[]}
25 */25 */
26const OPENROUTER_PROVIDERS = [26const OPENROUTER_PROVIDERS = [
27 'AnyScale',27 // An alphabetically separate set of very-dead providers is kept at the top of the list in the docs.
28 'Cent-ML',28 // These do not appear outside the docs: Anyscale, Cent-ML, HuggingFace ... SF Compute, Together 2, 01.AI
29 'HuggingFace',29 // As a visual check, AI21 is the topmost provider in the sidebar of https://openrouter.ai/models, thus we want to copy from this point and below.
30 'Hyperbolic 2',30 // Providers endpoint: https://openrouter.ai/api/v1/providers
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',
44 'AI21',31 'AI21',
45 'AionLabs',32 'AionLabs',
46 'Alibaba',33 'Alibaba',