From 4c0da00f5b26e36aa7afcc0cfc6ece9bb9b282b2 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:09:56 +0200 Subject: [PATCH] Update OpenRouter providers listing Closes #3089 --- public/scripts/textgen-models.js | 35 ++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/public/scripts/textgen-models.js b/public/scripts/textgen-models.js index 0954a099e..53efe597d 100644 --- a/public/scripts/textgen-models.js +++ b/public/scripts/textgen-models.js @@ -23,29 +23,42 @@ export let openRouterModels = []; const OPENROUTER_PROVIDERS = [ 'OpenAI', 'Anthropic', - 'HuggingFace', 'Google', - 'Mancer', - 'Mancer 2', + 'Google AI Studio', + 'Groq', + 'SambaNova', + 'Cohere', + 'Mistral', 'Together', + 'Together 2', + 'Fireworks', 'DeepInfra', + 'Lepton', + 'Novita', + 'Avian', + 'Lambda', 'Azure', 'Modal', 'AnyScale', 'Replicate', 'Perplexity', 'Recursal', - 'Fireworks', - 'Mistral', - 'Groq', - 'Cohere', - 'Lepton', 'OctoAI', - 'Novita', - 'Lynn', - 'Lynn 2', 'DeepSeek', 'Infermatic', + 'AI21', + 'Featherless', + 'Inflection', + 'xAI', + '01.AI', + 'HuggingFace', + 'Mancer', + 'Mancer 2', + 'Hyperbolic', + 'Hyperbolic 2', + 'Lynn 2', + 'Lynn', + 'Reflection', ]; export async function loadOllamaModels(data) {