diff --git a/public/scripts/textgen-models.js b/public/scripts/textgen-models.js index a607d87b9..1e01a001a 100644 --- a/public/scripts/textgen-models.js +++ b/public/scripts/textgen-models.js @@ -24,60 +24,63 @@ export let openRouterModels = []; * @type {string[]} */ const OPENROUTER_PROVIDERS = [ - 'OpenAI', - 'Anthropic', - 'Google', - 'Google AI Studio', - 'Amazon Bedrock', - 'Groq', - 'SambaNova', - 'Cohere', - 'Mistral', - 'Together', - 'Together 2', - 'Fireworks', - 'DeepInfra', - 'Lepton', - 'Novita', - 'Avian', - 'Lambda', - 'Azure', - 'Perplexity', - 'DeepSeek', - 'Infermatic', 'AI21', - 'Featherless', - 'Inflection', - 'xAI', - 'Cloudflare', - 'Minimax', - 'Nineteen', - 'Liquid', - 'GMICloud', - 'Stealth', - 'NCompass', - 'InferenceNet', - 'Friendli', 'AionLabs', 'Alibaba', - 'Nebius', - 'Chutes', - 'Kluster', - 'Crusoe', - 'Targon', - 'Ubicloud', - 'Parasail', - 'Phala', - 'Cent-ML', - 'Venice', - 'OpenInference', + 'Amazon Bedrock', + 'Anthropic', 'Atoma', + 'Avian', + 'Azure', + 'Cent-ML', + 'Cerebras', + 'Chutes', + 'Cloudflare', + 'Cohere', + 'Crusoe', + 'DeepInfra', + 'DeepSeek', 'Enfer', - 'Mancer', - 'Mancer 2', - 'Hyperbolic', + 'Featherless', + 'Fireworks', + 'Friendli', + 'GMICloud', + 'Google AI Studio', + 'Google', + 'Groq', 'Hyperbolic 2', - 'Reflection', + 'Hyperbolic', + 'Inception', + 'InferenceNet', + 'Infermatic', + 'Inflection', + 'InoCloud', + 'Kluster', + 'Lambda', + 'Liquid', + 'Mancer 2', + 'Mancer', + 'Minimax', + 'Mistral', + 'NCompass', + 'Nebius', + 'NextBit', + 'Nineteen', + 'Novita', + 'OpenAI', + 'OpenInference', + 'Parasail', + 'Perplexity', + 'Phala', + 'SambaNova 2', + 'SambaNova', + 'Stealth', + 'Targon', + 'Together 2', + 'Together', + 'Ubicloud', + 'Venice', + 'xAI', ]; export async function loadOllamaModels(data) {