Add support for FAL.AI as image gen provider

This commit is contained in:
Kristan Schlikow
2025-02-13 19:34:34 +01:00
parent 1a52d3c293
commit 6e0ed8552f
5 changed files with 202 additions and 0 deletions

View File

@ -41,6 +41,7 @@ export const SECRET_KEYS = {
GENERIC: 'api_key_generic',
DEEPSEEK: 'api_key_deepseek',
SERPER: 'api_key_serper',
FALAI: 'api_key_falai',
};
const INPUT_MAP = {