Update the model filter for FAL.AI and update the list of providers for OpenRouter

This commit is contained in:
Kristian Schlikow
2025-04-11 12:09:13 +00:00
parent c3b1573c91
commit c5ebe4b4b1
2 changed files with 63 additions and 56 deletions

View File

@ -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) {