mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update the model filter for FAL.AI and update the list of providers for OpenRouter
This commit is contained in:
@ -23,61 +23,67 @@ 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',
|
||||
'Modal',
|
||||
'AnyScale',
|
||||
'Replicate',
|
||||
'Perplexity',
|
||||
'Recursal',
|
||||
'OctoAI',
|
||||
'DeepSeek',
|
||||
'Infermatic',
|
||||
'AI21',
|
||||
'Featherless',
|
||||
'Inflection',
|
||||
'xAI',
|
||||
'Cloudflare',
|
||||
'SF Compute',
|
||||
'Minimax',
|
||||
'Nineteen',
|
||||
'Liquid',
|
||||
'InferenceNet',
|
||||
'Friendli',
|
||||
'AionLabs',
|
||||
'Alibaba',
|
||||
'Nebius',
|
||||
'Chutes',
|
||||
'Kluster',
|
||||
'Crusoe',
|
||||
'Targon',
|
||||
'Ubicloud',
|
||||
'Parasail',
|
||||
'01.AI',
|
||||
'HuggingFace',
|
||||
'Mancer',
|
||||
'Mancer 2',
|
||||
'Hyperbolic',
|
||||
'Hyperbolic 2',
|
||||
'Lynn 2',
|
||||
'Lynn',
|
||||
'Reflection',
|
||||
|
||||
"OpenAI",
|
||||
"Anthropic",
|
||||
"Google",
|
||||
"Google AI Studio",
|
||||
"Amazon Bedrock",
|
||||
"Groq",
|
||||
"SambaNova",
|
||||
"Cohere",
|
||||
"Mistral",
|
||||
"Together",
|
||||
"Together 2",
|
||||
"Fireworks",
|
||||
"DeepInfra",
|
||||
"Lepton",
|
||||
"Novita",
|
||||
"Avian",
|
||||
"Lambda",
|
||||
"Azure",
|
||||
"Modal",
|
||||
"AnyScale",
|
||||
"Replicate",
|
||||
"Perplexity",
|
||||
"Recursal",
|
||||
"OctoAI",
|
||||
"DeepSeek",
|
||||
"Infermatic",
|
||||
"AI21",
|
||||
"Featherless",
|
||||
"Inflection",
|
||||
"xAI",
|
||||
"Cloudflare",
|
||||
"SF Compute",
|
||||
"Minimax",
|
||||
"Nineteen",
|
||||
"Liquid",
|
||||
"Stealth",
|
||||
"NCompass",
|
||||
"InferenceNet",
|
||||
"Friendli",
|
||||
"AionLabs",
|
||||
"Alibaba",
|
||||
"Nebius",
|
||||
"Chutes",
|
||||
"Kluster",
|
||||
"Crusoe",
|
||||
"Targon",
|
||||
"Ubicloud",
|
||||
"Parasail",
|
||||
"Phala",
|
||||
"Cent-ML",
|
||||
"Venice",
|
||||
"01.AI",
|
||||
"HuggingFace",
|
||||
"Mancer",
|
||||
"Mancer 2",
|
||||
"Hyperbolic",
|
||||
"Hyperbolic 2",
|
||||
"Lynn 2",
|
||||
"Lynn",
|
||||
"Reflection"
|
||||
];
|
||||
|
||||
export async function loadOllamaModels(data) {
|
||||
|
Reference in New Issue
Block a user