feat(content): extend providers with video, audio, TTS, music capabilities (#2369)

Integrated into release/v3.8.0
This commit is contained in:
Paijo
2026-05-18 18:37:44 +07:00
committed by GitHub
parent dd24571949
commit c4fe3d63be
4 changed files with 124 additions and 1 deletions

View File

@@ -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"]);