mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 07:12:12 +03:00
feat(content): extend providers with video, audio, TTS, music capabilities (#2369)
Integrated into release/v3.8.0
This commit is contained in:
@@ -1660,7 +1660,14 @@ export const ENTERPRISE_CLOUD_PROVIDER_IDS = new Set([
|
||||
"modal",
|
||||
]);
|
||||
|
||||
export const VIDEO_PROVIDER_IDS = new Set(["runwayml", "veoaifree-web"]);
|
||||
export const VIDEO_PROVIDER_IDS = new Set([
|
||||
"runwayml",
|
||||
"veoaifree-web",
|
||||
"pollinations",
|
||||
"minimax",
|
||||
"together",
|
||||
"replicate",
|
||||
]);
|
||||
|
||||
export const EMBEDDING_RERANK_PROVIDER_IDS = new Set(["voyage-ai", "jina-ai"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user